Added Portals in Dokumentation authored by Yannik Müller's avatar Yannik Müller
...@@ -38,12 +38,13 @@ All Layers other than mpi require the tcp Layer and MiniPMI to be available. ...@@ -38,12 +38,13 @@ All Layers other than mpi require the tcp Layer and MiniPMI to be available.
The following transport layers and other variables may be used: The following transport layers and other variables may be used:
| Layer | Variable | Default | Description | | Layer | Variable | Default | Description |
| ----- | -------- | ------- | ----------- | | ---------- | -------------- | ---------------- | ----------- |
| `mpi` | `HAVE_MPI` | Enabled | MPI | | `mpi` | `HAVE_MPI` | Enabled | MPI |
| `tcp` | `HAVE_TCP` | Disabled | Automatically enabled if any Layer below is enabled | | `tcp` | `HAVE_TCP` | Disabled | Automatically enabled if any Layer below is enabled |
| `ibverbs` | `HAVE_IBVERBS` | Disabled | Verbs-based implementation | | `ibverbs` | `HAVE_IBVERBS` | Disabled | Verbs-based implementation |
| `psm2` | `HAVE_PSM2` | Disabled | PSM2 (Omni-Path) | | `psm2` | `HAVE_PSM2` | Disabled | PSM2 (Omni-Path) |
| `ucp` | `HAVE_UCP` | Disabled | UCX (using high level api ucp) | | `ucp` | `HAVE_UCP` | Disabled | UCX (using high level api ucp) |
| `portals` | `HAVE_PORTALS` | Disabled | Portals4 (f.ex. BXI through Portals) |
| `cuda` | `HAVE_CUDA` | Disabled | NVLink (node-internal) | | `cuda` | `HAVE_CUDA` | Disabled | NVLink (node-internal) |
| | `CUARCH` | | Needs to be set if `cuda` is enable | | | `CUARCH` | | Needs to be set if `cuda` is enable |
| | `V` | | If defined prints detailed steps and additional variables | | | `V` | | If defined prints detailed steps and additional variables |
... ...
......