From dbd9f7f308b6799c3b559d7844d3b009d4154ff3 Mon Sep 17 00:00:00 2001 From: Sintal <61sima1bif@hft-stuttgart.de> Date: Sun, 16 May 2021 20:37:11 +0000 Subject: [PATCH] Update testscript.sh --- testscript.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testscript.sh b/testscript.sh index ba8ef28..6cb767c 100644 --- a/testscript.sh +++ b/testscript.sh @@ -4,10 +4,9 @@ #Load required module files #msub -I -V -l nodes=1:ppn=4,pmem=5000mb -l #walltime=0:02:00:00 -workingdir=~/testscript/ module load compiler/intel/19.0 module load mpi/openmpi/4.0 -mpicc -o $(workingdir)helloworld $(workingdir)helloworld.c -no-multibyte-chars +mpicc -o helloworld helloworld.c -no-multibyte-chars mpirun -n 1 helloworld echo "-------------------" mpirun -n 2 helloworld -- GitLab