mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 06:47:06 +01:00
1.2 KiB
1.2 KiB
layout, title, author_profile, excerpt, header, permalink, sidebar
layout | title | author_profile | excerpt | header | permalink | sidebar | ||||
---|---|---|---|---|---|---|---|---|---|---|
single | Documentation | false | Supported communication interfaces |
|
/docs/comm_interfaces/ |
|
{% include base_path %}
The following options can be use with the --enable-comms=
option to target different communication interfaces:
<comm> |
Description |
---|---|
none |
no communications |
mpi[-auto] |
MPI communications |
mpi3[-auto] |
MPI communications using MPI-3 shared memory |
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).
{% include paginator.html %}