Commit dbd9f7f3 authored by Sintal's avatar Sintal
Browse files

Update testscript.sh

parent 50f74d43
Pipeline #3687 passed with stage
in 26 seconds
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment