Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fork_HPC_Vehicle_Classification
m4labhpc
Commits
3e8958cb
Commit
3e8958cb
authored
May 16, 2021
by
Sintal
Browse files
Update testscript.sh
parent
e69b5a2b
Pipeline
#3685
passed with stage
in 27 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
testscript.sh
View file @
3e8958cb
...
...
@@ -4,12 +4,13 @@
#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
helloworld
helloworld.c
-no-multibyte-chars
mpirun
-n
1
./
helloworld
mpicc
-o
$(
workingdir
)
helloworld
$(
workingdir
)
helloworld.c
-no-multibyte-chars
mpirun
-n
1
$(
workingdir
)
helloworld
echo
"-------------------"
mpirun
-n
2
./
helloworld
mpirun
-n
2
$(
workingdir
)
helloworld
echo
"------------------"
mpirun
-n
4
./
helloworld
mpirun
-n
4
$(
workingdir
)
helloworld
echo
"--------------------"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment