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
d2dc2ab7
Commit
d2dc2ab7
authored
7 years ago
by
hautreux
Browse files
Options
Downloads
Patches
Plain Diff
added mixed flat and cache script for frioul
parent
4a78953b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
test_scripts/frioul/mpi_mixed.sh
+35
-0
35 additions, 0 deletions
test_scripts/frioul/mpi_mixed.sh
with
36 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
d2dc2ab7
bin/
*output*
This diff is collapsed.
Click to expand it.
test_scripts/frioul/mpi_mixed.sh
0 → 100644
+
35
−
0
View file @
d2dc2ab7
#!/bin/bash
#SBATCH -J mpi
#SBATCH --nodes=7
#SBATCH --ntasks=476
#SBATCH --ntasks-per-node=68
#SBATCH --cpus-per-task=1
#SBATCH --time=0:40:00
#EXPLICIT AND
#SBATCH -C [quad,flat*4&quad,cache*3]
#EXCLUSIVE OR
#SBATCH --constraint=[flat|cache]
#OR
#SBATCH -C flat|cache
#SBATCH --exclusive
#SBATCH --mem=50GB
#SBATCH --output mpi.output.slurm
set
-e
export
I_MPI_DOMAIN
=
auto
export
I_MPI_PIN_RESPECT_CPUSET
=
0
module load intel intelmpi
ulimit
-s
unlimited
srun ../../bin/hello_mpi
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