Changeset 76e019 for src/comm/mpi
- Timestamp:
- Dec 8, 2011, 12:54:00 PM (14 years ago)
- Children:
- 203547
- Parents:
- 97c25dd
- Location:
- src/comm/mpi
- Files:
-
- 3 edited
-
comm_info.hpp (modified) (1 diff)
-
error_handler.hpp (modified) (1 diff)
-
has_request_vec.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/mpi/comm_info.hpp
r97c25dd r76e019 14 14 #error MPI is needed to compile this class 15 15 #endif 16 17 #include <mpi.h>18 16 19 17 #include <map> -
src/comm/mpi/error_handler.hpp
r97c25dd r76e019 16 16 17 17 #include <stdexcept> 18 19 #include <mpi.h>20 18 21 19 namespace VMG -
src/comm/mpi/has_request_vec.hpp
r97c25dd r76e019 13 13 14 14 #ifdef HAVE_MPI 15 16 #include <mpi.h>17 15 18 16 namespace VMG
Note:
See TracChangeset
for help on using the changeset viewer.
