Skip to content

Commit f6ee72a

Browse files
committed
Working Amarel GPU script with new GCC
1 parent 31e378a commit f6ee72a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

EIANN/simulate/jobscripts/simulate_EIANN_gpu_amarel_mnist.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sbatch <<EOT
3636
3737
module purge
3838
module use /projects/community/modulefiles
39-
module load gcc/5.4
39+
module load gcc/10.2.0-bz186
4040
module load cuda/11.7
4141
4242
set -x
@@ -66,4 +66,4 @@ EOT
6666
# watch -n 1 squeue -u $USER
6767

6868
# before python call:
69-
# export CUBLAS_WORKSPACE_CONFIG=:4096:8
69+
# export CUBLAS_WORKSPACE_CONFIG=:4096:8

0 commit comments

Comments
 (0)