Skip to content

Commit

Permalink
Merge pull request #37 from argonne-lcf/alcf-haritha-patch-1
Browse files Browse the repository at this point in the history
Update qsub_polaris.sc
  • Loading branch information
felker authored Jun 14, 2024
2 parents c08fbef + b15bc0b commit eac09ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

cd $PBS_O_WORKDIR

module load conda/2023-10-04; conda activate
module use /soft/modulefiles; module load conda; conda activate
aprun -n 1 -N 1 --cc depth -d 64 python pytorch_cnn_ddp.py >& pytorch_cnn_ddp.py.1.out
aprun -n 2 -N 2 --cc depth -d 32 python pytorch_cnn_ddp.py >& pytorch_cnn_ddp.py.2.out
aprun -n 4 -N 4 --cc depth -d 16 python pytorch_cnn_ddp.py >& pytorch_cnn_ddp.py.4.out
Expand Down

0 comments on commit eac09ed

Please sign in to comment.