Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hello_world
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
support
hello_world
Commits
128b7ff2
Commit
128b7ff2
authored
7 years ago
by
acloirec
Browse files
Options
Downloads
Patches
Plain Diff
,add or hybrid node script
parent
8ebdd44e
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test_scripts/occigen/hybrid/hsw24_or_bdw28_nodes.sh
+29
-0
29 additions, 0 deletions
test_scripts/occigen/hybrid/hsw24_or_bdw28_nodes.sh
with
29 additions
and
0 deletions
test_scripts/occigen/hybrid/hsw24_or_bdw28_nodes.sh
0 → 100644
+
29
−
0
View file @
128b7ff2
#!/bin/bash
#SBATCH -J or_hybrid
#SBATCH --ntasks=10
#SBATCH --threads-per-core=1
#SBATCH --cpus-per-task=4
#SBATCH --time=0:30:00
#SBATCH --exclusive
#SBATCH --mem=50GB
#SBATCH --output or_hybrid.output.slurm.%J
#OR
#SBATCH -C BDW28|HSW24
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
=
4
export
KMP_AFFINITY
=
verbose,compact,1,0,granularity
=
fine
module load intel intelmpi
ulimit
-s
unlimited
srun ../../../bin/hello_hybrid
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment