From ae6dcd057d28335160b29e9744f0440d2aa7cd79 Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Mon, 19 Mar 2018 15:37:06 +0000 Subject: [PATCH] Fixing typo --- _pages/docs/comm_interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/docs/comm_interfaces.md b/_pages/docs/comm_interfaces.md index 753a5403..26c2a94f 100644 --- a/_pages/docs/comm_interfaces.md +++ b/_pages/docs/comm_interfaces.md @@ -15,7 +15,7 @@ The following options can be use with the `--enable-comms=` option to target dif | `` | Description | | ------------- | -------------------------------------------- | | `none` | no communications | -| `mpi]` | MPI communications using [MPI-3 shared memory](https://software.intel.com/sites/default/files/managed/eb/54/An_Introduction_to_MPI-3.pdf) | +| `mpi` | MPI communications using [MPI-3 shared memory](https://software.intel.com/sites/default/files/managed/eb/54/An_Introduction_to_MPI-3.pdf) | | `mpi-auto` | MPI communications with compiler CXX but clone flags from MPICXX | For the MPI interfaces 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). The `-auto` suffix is not supported by the Cray environment wrapper scripts. Use the standard wrappers ( `CXX=CC` ) set up by Cray `PrgEnv` modules instead.