Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Jul 5, 2024
1 parent 1c5a7b0 commit 8dae544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source $SLURM_SUBMIT_DIR/../load-cray-mpich.sh
#export MPICH_ENV_DISPLAY=1
#export MPICH_MEMORY_REPORT=1

srun -N $SLURM_JOB_NUM_NODES -n $SLURM_NTASKS julia --project=$SLURM_SUBMIT_DIR -J$SLURM_SUBMIT_DIR.so -e'
srun -N $SLURM_JOB_NUM_NODES -n $SLURM_NTASKS julia --project=$SLURM_SUBMIT_DIR -J$SLURM_SUBMIT_DIR/TestEnvironment.so -e'
using TestEnvironment;
main_poisson(;nprocs=(2,2),ncells=(100,100))
'

0 comments on commit 8dae544

Please sign in to comment.