#include <CommCreator.h>
Public Types | |
enum | { ACLMPL, PM, MPI, SHMEMPI, PVM, SERIAL, COMMLIBRARIES } |
Public Member Functions | |
CommCreator () | |
~CommCreator () | |
Static Public Member Functions | |
static int | getNumLibraries () |
static const char * | getLibraryName (int) |
static const char * | getAllLibraryNames () |
static bool | supported (int) |
static bool | supported (const char *nm) |
static bool | known (const char *nm) |
static Communicate * | create (int, int &, char **&, int=(-1), bool=true) |
static Communicate * | create (const char *nm, int &argc, char **&argv, int nodes=(-1), bool doinit=true) |
Definition at line 31 of file CommCreator.h.
|
Definition at line 35 of file CommCreator.h. |
|
Definition at line 39 of file CommCreator.h. |
|
Definition at line 40 of file CommCreator.h. |
|
Definition at line 71 of file CommCreator.h. References create(). Here is the call graph for this function: |
|
Definition at line 129 of file CommCreator.cpp. References ACLMPL, MPI, PM, PVM, SERIAL, SHMEMPI, TAU_MESSAGE, and TAU_PROFILE. Referenced by create(). |
|
Definition at line 73 of file CommCreator.cpp. References TAU_MESSAGE, and TAU_PROFILE. Referenced by IpplInfo::IpplInfo(). |
|
Definition at line 62 of file CommCreator.cpp. References COMMLIBRARIES, TAU_MESSAGE, and TAU_PROFILE. |
|
Definition at line 47 of file CommCreator.h. References COMMLIBRARIES. |
|
Definition at line 60 of file CommCreator.h. |
|
Definition at line 57 of file CommCreator.h. References supported(). Here is the call graph for this function: |
|
Definition at line 80 of file CommCreator.cpp. References ACLMPL, MPI, PM, PVM, SERIAL, SHMEMPI, TAU_MESSAGE, and TAU_PROFILE. Referenced by supported(). |