Skip to content

Commit

Permalink
Added new ISC2023 test to the testsuite.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumseq committed Oct 3, 2022
1 parent add692d commit 5260a3f
Show file tree
Hide file tree
Showing 7 changed files with 12,731 additions and 0 deletions.
Binary file added testsuite/isc2023/input/br_input_small.h5
Binary file not shown.
30 changes: 30 additions & 0 deletions testsuite/isc2023/input/pot3d.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
&topology
nr=325
nt=450
np=2050
/
&inputvars
ifprec=1
option='ss'
r1=2.5
rfrac=0.0,1.0
drratio=2.5
nfrmesh=0
tfrac=0.00
dtratio=1.0
nftmesh=0
pfrac=0.00
dpratio=1.0
nfpmesh=0
phishift=0.
br0file='br_input_small.h5'
phifile=''
brfile='br.h5'
btfile='bt.h5'
bpfile='bp.h5'
br_photo_file=''
ncghist=0
ncgmax=10000000
epscg=1.e-12
idebug=0
/
Empty file added testsuite/isc2023/run/empty
Empty file.
2,891 changes: 2,891 additions & 0 deletions testsuite/isc2023/validation/pot3d.out

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions testsuite/isc2023/validation/submission_script_expanse
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/bin/bash
#SBATCH --account=bos201
#SBATCH --no-requeue
#SBATCH --partition=compute
#SBATCH --export=all
#SBATCH --mem=128G
#SBATCH --ntasks-per-node=128
#SBATCH --nodes=4
#SBATCH -t 04:00:00
#SBATCH --job-name=pot3d_isc2023
set -x

. ~/load_cpu_env

JID=${SLURM_JOB_NAME}

RUN_DIR=${PWD}
WORK_DIR=${WORK}/${JID}

if [ -d $WORK_DIR ]
then
rm -fr $WORK_DIR
fi

mkdir $WORK_DIR
rm -fr ${RUN_DIR}/run_directory 2>/dev/null

mkdir ${RUN_DIR}/results 2>/dev/null

cp ${RUN_DIR}/* ${WORK_DIR}/

ln -s ${WORK_DIR} ${RUN_DIR}/run_directory

cd $WORK_DIR

srun --mpi=pmi2 --ntasks-per-socket=64 ./pot3d 1>${JID}.log 2>${JID}.err


Loading

0 comments on commit 5260a3f

Please sign in to comment.