OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
CommCreator.cpp File Reference
#include "Message/CommCreator.h"
#include "Message/Communicate.h"
#include "Message/CommMPI.h"
#include <cstring>
Include dependency graph for CommCreator.cpp:

Go to the source code of this file.

Variables

static const char * CommLibraryNames [CommCreator::COMMLIBRARIES]
 
static const char * CommLibraryList = "mpi or serial"
 

Variable Documentation

◆ CommLibraryList

const char* CommLibraryList = "mpi or serial"
static

Definition at line 36 of file CommCreator.cpp.

Referenced by CommCreator::getAllLibraryNames().

◆ CommLibraryNames

const char* CommLibraryNames[CommCreator::COMMLIBRARIES]
static
Initial value:
=
{ "mpi", "serial" }

Definition at line 33 of file CommCreator.cpp.

Referenced by CommCreator::getLibraryName().