diff --git a/testscript.sh b/testscript.sh index ba8ef285645611e9fed8e8dd5363a9265f3f2581..6cb767cd9ed823eebd965bbb50fd3e2b775fb93c 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