Changeset 76e019
- Timestamp:
- Dec 8, 2011, 12:54:00 PM (14 years ago)
- Children:
- 203547
- Parents:
- 97c25dd
- Location:
- src
- Files:
-
- 7 edited
-
base/command_list.cpp (modified) (2 diffs)
-
comm/comm_mpi.hpp (modified) (1 diff)
-
comm/mpi/comm_info.hpp (modified) (1 diff)
-
comm/mpi/error_handler.hpp (modified) (1 diff)
-
comm/mpi/has_request_vec.hpp (modified) (1 diff)
-
interface/interface_particles_cf.cpp (modified) (1 diff)
-
mg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/base/command_list.cpp
r97c25dd r76e019 10 10 #endif 11 11 12 #include <cstdio>13 14 12 #ifdef DEBUG_BARRIER 15 13 #ifdef HAVE_MPI … … 17 15 #endif 18 16 #endif 17 18 #include <cstdio> 19 19 20 20 #include "base/command.hpp" -
src/comm/comm_mpi.hpp
r97c25dd r76e019 14 14 #error You need MPI in order to compile CommMPI 15 15 #endif 16 17 #include <mpi.h>18 16 19 17 #include <cstdarg> -
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 -
src/interface/interface_particles_cf.cpp
r97c25dd r76e019 8 8 #ifdef HAVE_CONFIG_H 9 9 #include <config.h> 10 #endif 11 12 #ifdef HAVE_MPI 13 #include <mpi.h> 10 14 #endif 11 15 -
src/mg.cpp
r97c25dd r76e019 13 13 #ifdef HAVE_CONFIG_H 14 14 #include <config.h> 15 #endif 16 17 #ifdef DEBUG_MEASURE_TIME 18 #ifdef HAVE_MPI 19 #include <mpi.h> 20 #endif 15 21 #endif 16 22 … … 22 28 #include <fstream> 23 29 #include <sstream> 24 25 #ifdef DEBUG_MEASURE_TIME26 #ifdef HAVE_MPI27 #include <mpi.h>28 #endif29 #endif30 30 31 31 #include "base/command_list.hpp"
Note:
See TracChangeset
for help on using the changeset viewer.
