View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

shmconfig.h
Go to the documentation of this file.
1#ifndef VISTLE_UTIL_SHMCONFIG_H
2#define VISTLE_UTIL_SHMCONFIG_H
3
4#include "export.h"
5
6namespace vistle {
7
9shmPerRank(); // do MPI communication in order to agree whether shmem should be used by all ranks on a node
10
11}
12#endif
Definition: allobjects.cpp:30
bool shmPerRank()
Definition: shmconfig.cpp:8
#define V_UTILMPIEXPORT
Definition: export.h:25