Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
dbd9f7f3
Commit
dbd9f7f3
authored
4 years ago
by
Sintal
Browse files
Options
Download
Email Patches
Plain Diff
Update testscript.sh
parent
50f74d43
Pipeline
#3687
passed with stage
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testscript.sh
+1
-2
testscript.sh
with
1 addition
and
2 deletions
+1
-2
testscript.sh
+
1
-
2
View file @
dbd9f7f3
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets