- Timestamp:
- May 11, 2012, 8:36:18 PM (14 years ago)
- Children:
- 2d4211
- Parents:
- 36d56c
- File:
-
- 1 edited
-
src/units/particle/interface_fcs.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/units/particle/interface_fcs.cpp
r36d56c r2a5451 107 107 MPI_Errhandler mpiErrorHandler; 108 108 MPI_Comm_create_errhandler(VMG::MPI::ConvertToException, &mpiErrorHandler); 109 MPI_Comm_set_errhandler( MPI_COMM_WORLD, mpiErrorHandler);109 MPI_Comm_set_errhandler(mpi_comm, mpiErrorHandler); 110 110 #endif 111 111 … … 119 119 * Register communication class. 120 120 */ 121 Comm* comm = new Particle::CommMPI(boundary, new DomainDecompositionMPI() );121 Comm* comm = new Particle::CommMPI(boundary, new DomainDecompositionMPI(), mpi_comm); 122 122 comm->Register("COMM"); 123 123
Note:
See TracChangeset
for help on using the changeset viewer.
