1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

More changes to the comm flags docs

This commit is contained in:
Guido Cossu
2018-03-21 10:32:04 +00:00
parent 6c9b8e2850
commit a88ce1a573

View File

@ -10,7 +10,7 @@ sidebar:
---
{% include base_path %}
The following options can be use with the `--enable-comms=` option to target different communication interfaces:
The following options can be used with the `--enable-comms=` option to target different communication interfaces:
| `<comm>` | Description |
| ------------- | -------------------------------------------- |
@ -22,6 +22,8 @@ For the MPI interfaces the optional `-auto` suffix instructs the `configure` scr
### Shared memory communications support
The following options can be use with the `--enable-shm=` option to target different shared memory behaviours (default `shmopen`):
| `<shm>` | Description |
| ------------- | ----------------------------------------------------------------- |
| `shmnone` | uses anonymous spaces, use only for 1 MPI rank per node |
@ -29,4 +31,8 @@ For the MPI interfaces the optional `-auto` suffix instructs the `configure` scr
| `hugetlbfs` | optional [libhugetlbfs](https://github.com/libhugetlbfs/libhugetlbfs) support to map the shared memory allocation into huge 2M pages |
### Other flags
`--enable-shmpath=<path>` to select the sharem memory map base path for [libhugetlbfs](https://github.com/libhugetlbfs/libhugetlbfs).
{% include paginator.html %}