Skip to content

Commit

Permalink
remove some command line options
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Jul 5, 2024
1 parent 28bb05d commit eb56c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Benchmarks/jobtemplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export MPICH_OFI_VERBOSE=1
#export MPICH_ENV_DISPLAY=1
#export MPICH_MEMORY_REPORT=1

srun -N $SLURM_JOB_NUM_NODES -n $SLURM_NTASKS julia --project=$PROJECT_DIR --check-bounds no -O3 \
srun -N $SLURM_JOB_NUM_NODES -n $SLURM_NTASKS julia --project=$PROJECT_DIR \
$PROJECT_DIR/scripts/Benchmarks/benchmark.jl \
{{:name}} \
{{{:write_dir}}} \
Expand Down

0 comments on commit eb56c47

Please sign in to comment.