Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
support
hello_world
Commits
f4839b85
Commit
f4839b85
authored
Mar 12, 2018
by
acloirec
Browse files
,add or hybrid node script
parent
8b74fe78
Changes
1
Hide whitespace changes
Inline
Side-by-side
test_scripts/occigen/hybrid/hsw24_or_bdw28_nodes.sh
View file @
f4839b85
#!/bin/bash
#SBATCH -J or_hybrid
#SBATCH -
-ntasks=10
#SBATCH -
N 3
#SBATCH --threads-per-core=1
#SBATCH --cpus-per-task=4
#SBATCH --time=0:30:00
...
...
@@ -9,7 +9,7 @@
#SBATCH --output or_hybrid.output.slurm.%J
#OR
#SBATCH -C
BDW28|HSW24
#SBATCH -C
HSW24|BDW28
set
-e
export
I_MPI_DOMAIN
=
auto
...
...
@@ -25,5 +25,7 @@ module load intel intelmpi
ulimit
-s
unlimited
srun ../../../bin/hello_hybrid
export
NCPUS
=
$((
(
$SLURM_CPUS_ON_NODE
/
$OMP_NUM_THREADS
)*
$SLURM_NNODES
))
srun
-n
$NCPUS
../../../bin/hello_hybrid
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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