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
7c19f0d8
Commit
7c19f0d8
authored
7 years ago
by
hautreux
Browse files
Options
Downloads
Patches
Plain Diff
README added
parent
e1b14319
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+59
-0
59 additions, 0 deletions
README.md
with
59 additions
and
0 deletions
README.md
0 → 100644
+
59
−
0
View file @
7c19f0d8
# Project Title
Hello World hybrid (MP and/or OpenMP) for process binding verification
## Getting Started
Clone the repo:
```
git clone https://dci-gitlab.cines.fr/hautreux/hello\_world.git
```
and enter the floder:
```
cd hello\_world
```
### Prerequisites
Intel compiler and MPI library
```
module load intel
module load intelmpi
```
You may also want to use Slurm for running the tests.
### Installing
Compile it using make:
```
make
```
## Running the tests
Tests are available in test
\_
scripts directory
You can run them using Slurm:
```
cd test_scripts/occigen/hsw24/
sbatch hsw24_hybrid.sh
```
Then you can check the created output file to verify the binding.
## Authors
*
**Gabriel Hautreux**
## License
TBD
## Acknowledgments
*
TBD
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