Changeset 76e019 for src/mg.cpp


Ignore:
Timestamp:
Dec 8, 2011, 12:54:00 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
203547
Parents:
97c25dd
Message:

Check that mpi.h will be included as the first header.

Needed by certain mpi implementations.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1248 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mg.cpp

    r97c25dd r76e019  
    1313#ifdef HAVE_CONFIG_H
    1414#include <config.h>
     15#endif
     16
     17#ifdef DEBUG_MEASURE_TIME
     18#ifdef HAVE_MPI
     19#include <mpi.h>
     20#endif
    1521#endif
    1622
     
    2228#include <fstream>
    2329#include <sstream>
    24 
    25 #ifdef DEBUG_MEASURE_TIME
    26 #ifdef HAVE_MPI
    27 #include <mpi.h>
    28 #endif
    29 #endif
    3030
    3131#include "base/command_list.hpp"
Note: See TracChangeset for help on using the changeset viewer.