Changeset 20065


Ignore:
Timestamp:
02/03/16 11:54:44 (9 years ago)
Author:
glperez
Message:

BUG: Attempt at fixing AD non AMPI build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/Analysis.h

    r18929 r20065  
    77
    88#include "../toolkits/objects/toolkitobjects.h"
     9
     10// Looks like AD runs without AMPI are missing commmpi.h
     11// Conditionally including the header
     12
     13#if !defined(_HAVE_MPI_) && !defined(_HAVE_PETSC_MPI_)
     14#include "../toolkits/mpi/commops/commops.h"
     15#endif
     16
    917class Parameters;
    1018class IoModel;
Note: See TracChangeset for help on using the changeset viewer.