From 3fb33dde79f9ba55e7920117f350058475e34dcb Mon Sep 17 00:00:00 2001 From: Sintal <61sima1bif@hft-stuttgart.de> Date: Sun, 16 May 2021 19:57:41 +0000 Subject: [PATCH] Update testscript.sh --- testscript.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testscript.sh b/testscript.sh index fb95f0c..14a4da4 100644 --- a/testscript.sh +++ b/testscript.sh @@ -1,9 +1,9 @@ #!/bin/bash #MSUB -l nodes=1:ppn=4 #MSUB -l walltime=00:10:00 -Load required module files +#Load required module files #msub -I -V -l nodes=1:ppn=4,pmem=5000mb -l -walltime=0:02:00:00 +#walltime=0:02:00:00 module load compiler/intel/19.0 module load mpi/openmpi/4.0 mpicc -o helloworld helloworld.c -no-multibyte-chars -- GitLab