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
ce0b8a4c
Commit
ce0b8a4c
authored
Sep 12, 2018
by
jourdain
Browse files
ADD Skylake hybrid version
parent
e5714163
Changes
1
Hide whitespace changes
Inline
Side-by-side
test_scripts/occigen/hybrid/skl224.sh
0 → 100644
View file @
ce0b8a4c
#!/bin/bash
#SBATCH -J skl224_hybrid
#SBATCH --nodes=1
#SBATCH --ntasks=8
#SBATCH --ntasks-per-node=8
#SBATCH --cpus-per-task=28
#SBATCH --time=0:40:00
#SBATCH -C SKL224
#SBATCH --exclusive
#SBATCH --mem=50GB
#SBATCH --output skl_hybrid.output.slurm
set
-e
#####Intelmpi
# module load intel intelmpi
# export I_MPI_DOMAIN=auto
# export I_MPI_PIN_RESPECT_CPUSET=0
# #Make sure that OMP_NUM_THREADS = cpus-per-task * KMP_HW_SUBSET
# export KMP_HW_SUBSET=1T
# export OMP_NUM_THREADS=12
# export KMP_AFFINITY=verbose,compact,1,0,granularity=fine
# ulimit -s unlimited
# srun ../../../bin/hello_hybrid
#####Openmpi
module load intel/18.1 openmpi/intel/2.0.2
#Make sure that OMP_NUM_THREADS = cpus-per-task * KMP_HW_SUBSET
export
KMP_HW_SUBSET
=
1T
export
OMP_NUM_THREADS
=
28
export
KMP_AFFINITY
=
verbose,compact,1,0,granularity
=
fine
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