View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
util
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
6
namespace
vistle
{
7
8
bool
V_UTILMPIEXPORT
9
shmPerRank
();
// do MPI communication in order to agree whether shmem should be used by all ranks on a node
10
11
}
12
#endif
vistle
Definition:
allobjects.cpp:30
vistle::shmPerRank
bool shmPerRank()
Definition:
shmconfig.cpp:8
export.h
V_UTILMPIEXPORT
#define V_UTILMPIEXPORT
Definition:
export.h:25