Changeset 1865
- Timestamp:
- 04/03/20 10:19:19 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/branchs/xios-2.5/src/client.cpp
r1859 r1865 247 247 } 248 248 249 250 MPI_Comm_free(&interComm); 249 251 for (std::list<MPI_Comm>::iterator it = contextInterComms.begin(); it != contextInterComms.end(); it++) 250 252 MPI_Comm_free(&(*it)); 251 MPI_Comm_free(&interComm);252 253 MPI_Comm_free(&intraComm); 253 254
Note: See TracChangeset
for help on using the changeset viewer.