From 2b100d76f21d3cc5ea5d971c7e7bb77c1d102f43 Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Tue, 8 Nov 2016 13:59:22 +0000 Subject: [PATCH] Adding one flag in comms --- _pages/docs/comm_interfaces.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_pages/docs/comm_interfaces.md b/_pages/docs/comm_interfaces.md index 139f7d5c..67da7fdc 100644 --- a/_pages/docs/comm_interfaces.md +++ b/_pages/docs/comm_interfaces.md @@ -18,6 +18,7 @@ The following options can be use with the `--enable-comms=` option to target dif | `none` | no communications | | `mpi[-auto]` | MPI communications | | `mpi3[-auto]` | MPI communications using [MPI-3 shared memory](https://software.intel.com/sites/default/files/managed/eb/54/An_Introduction_to_MPI-3.pdf) | +| `mpi3l[-auto]` | MPI communications using MPI 3 shared memory and leader model | | `shmem ` | Cray SHMEM communications | For `mpi` and `mpi3` the optional `-auto` suffix instructs the `configure` scripts to determine all the necessary compilation and linking flags. This is done by extracting the informations from the MPI wrapper specified in the environment variable `MPICXX` (if not specified `configure` will scan though a list of default names).