1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 06:47:06 +01:00
Files
Grid/_pages/docs/comm_interfaces.md
2016-11-04 16:07:25 +00:00

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
overlay_color
#5DADE2
/docs/comm_interfaces/
nav
docs

{% 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 %}