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
3d2b1bfd
Commit
3d2b1bfd
authored
7 years ago
by
cloirec
Browse files
Options
Downloads
Patches
Plain Diff
Delete hsw_or_bdw.sh
parent
6a78a5b7
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/horizon/mpi/hsw_or_bdw.sh
+0
-22
0 additions, 22 deletions
test_scripts/horizon/mpi/hsw_or_bdw.sh
with
0 additions
and
22 deletions
test_scripts/horizon/mpi/hsw_or_bdw.sh
deleted
100644 → 0
+
0
−
22
View file @
6a78a5b7
#!/bin/bash
#SBATCH -J mpi_hello
#SBATCH --ntasks=32
#SBATCH --ntasks-per-node=16
#SBATCH --time=0:40:00
#INCLUSIVE OR
#SBATCH -C HSW24|BDW28
#SBATCH --exclusive
#SBATCH --output mpi.output.slurm.%J
set
-e
module load intel openmpi/icc/2.0.2
ulimit
-s
unlimited
export
MXM_LOG_LEVEL
=
error
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