Skip to content

Commit

Permalink
update command line args
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Wick committed Sep 20, 2024
1 parent 0f4fc39 commit d9f2297
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions scripts/submit_fit_wprp_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ conda activate diffsmhm
cd $PBS_O_WORKDIR

# relative from the diffsmhm/scripts dir
WPRP_FILE="inputs_watson/wprp_watson10.6.all.npy"
WPERR_FILE="inputs_watson/wperr_watson10.6.all.npy"
RP_FILE="inputs_watson/rpbins_watson10.6.all.npy"
WPRP_FILE="inputs_watson/bin10.2/wprp_10.2.hdf5"
MASS_BIN_LOW="10.2"

ADAM_A=0.01
OUTDIR="output/"
OUTDIR="outputs_watson/bin10.2/"

mpiexec -np ${NTOTRANKS} --ppn ${NRANKS_PER_NODE}:node --depth=${NDEPTH} --cpu-bind depth \
./set_gpu_affinity.sh python fit_wprp_all.py -w $WPRP_FILE -e $WPERR_FILE -r $RP_FILE \
./set_gpu_affinity.sh python fit_wprp_all.py -w $WPRP_FILE --mass-bin-low $MASS_BIN_LOW \
--adam_a $ADAM_A --o $OUTDIR

0 comments on commit d9f2297

Please sign in to comment.