Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Naundorf
HPC_Vehicle_Classification
Commits
d55dd3fd
Commit
d55dd3fd
authored
May 03, 2022
by
Naundorf
Browse files
Add new file
parent
578dc818
Pipeline
#6382
canceled with stage
in 1 minute and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
testscript.sh
0 → 100644
View file @
d55dd3fd
#!/bin/bash
#MSUB -l nodes=1:ppn=4
#MSUB -l walltime=00:10:00
#Load required module files
#msub -I -V -l nodes=1:ppn=4,pmem=5000mb -l
#walltime=0:02:00:00
module load compiler/intel/19.0
module load mpi/openmpi/4.0
mpicc
-o
helloworld helloworld.c
-no-multibyte-chars
mpirun
-n
1 helloworld
echo
"-------------------"
mpirun
-n
2 helloworld
echo
"------------------"
mpirun
-n
4 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