Skip to content
Snippets Groups Projects
Commit 7c19f0d8 authored by hautreux's avatar hautreux
Browse files

README added

parent e1b14319
No related branches found
No related tags found
No related merge requests found
# 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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment