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
43f9baab
Commit
43f9baab
authored
Mar 12, 2018
by
acloirec
Browse files
add xor ntasks hybrid script for occigen
parent
b04b61e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
test_scripts/occigen/hybrid/hsw24_xor_bdw28_ntasks.sh
0 → 100644
View file @
43f9baab
#!/bin/bash
#SBATCH -J xor_hybrid
#SBATCH --ntasks=10
#SBATCH --threads-per-core=1
#SBATCH --cpus-per-task=4
#SBATCH --time=0:40:00
#SBATCH --exclusive
#SBATCH --mem=50GB
#SBATCH --output xor_hybrid.output.slurm
#EXCLUSIVE OR
#SBATCH -C [HSW24|BDW28]
set
-e
export
I_MPI_DOMAIN
=
auto
export
I_MPI_PIN_RESPECT_CPUSET
=
0
export
I_MPI_DEBUG
=
4
#Make sure that OMP_NUM_THREADS = cpus-per-task * KMP_HW_SUBSET
export
KMP_HW_SUBSET
=
1T
#export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
export
OMP_NUM_THREADS
=
4
export
KMP_AFFINITY
=
verbose,compact,1,0,granularity
=
fine
module load intel intelmpi
ulimit
-s
unlimited
srun ../../../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