|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <mpi.h>Go to the source code of this file.
Macros | |
| #define | __USE_MPI |
| #define | VERBOSEPARALLEL_PRINT(service, str, rank) fprintf(stderr, "\n[%d] %s - %s", rank, service, str); |
| #define | PROCESSOR_NAME_LENGTH MPI_MAX_PROCESSOR_NAME |
| #define __USE_MPI |
Definition at line 42 of file parallel.h.
| #define PROCESSOR_NAME_LENGTH MPI_MAX_PROCESSOR_NAME |
Definition at line 56 of file parallel.h.
| #define VERBOSEPARALLEL_PRINT | ( | service, | |
| str, | |||
| rank | |||
| ) | fprintf(stderr, "\n[%d] %s - %s", rank, service, str); |
Definition at line 50 of file parallel.h.
Referenced by oofem::PetscSparseMtrx::buildInternalStructure(), oofem::NlDEIDynamic::computeMassMtrx(), oofem::EngngModel::exchangeRemoteElementData(), oofem::Natural2GlobalOrdering::init(), oofem::NonlocalMaterialWTP::migrate(), oofem::FETICommunicator::setUpCommunicationMaps(), oofem::NodeCommunicator::setUpCommunicationMaps(), oofem::ElementCommunicator::setUpCommunicationMaps(), oofem::Communicator::unpackAllData(), and oofem::EngngModel::updateSharedDofManagers().