Changeset 62f19a for configure.ac
- Timestamp:
- Sep 11, 2011, 4:17:52 PM (14 years ago)
- Children:
- c2f74f
- Parents:
- d0b958
- File:
-
- 1 edited
-
configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rd0b958 r62f19a 30 30 AM_MISSING_PROG([DOXYGEN], [doxygen]) 31 31 32 # Get the C MPI compiler, because the following AC_FC_WRAPPERS macro works better if CC is from the same "family" as FC (which is MPI). 33 AX_PROG_CC_MPI(,,AC_MSG_FAILURE([The VMG solver requires an MPI C compiler.])) 34 32 35 # Do not even look for a non-MPI C++ compiler if MPICXX is set. 33 36 AX_PROG_CXX_MPI(,[AC_DEFINE([HAVE_MPI], [1], … … 41 44 AC_LANG_PUSH([Fortran]) 42 45 # Do not even look for a non-MPI Fortran compiler if MPIFC is set. 43 AX_PROG_FC_MPI(,,AC_MSG_FAILURE([The PP3MG solver requires an MPI Fortran compiler.]))46 AX_PROG_FC_MPI(,,AC_MSG_FAILURE([The VMG solver requires an MPI Fortran compiler.])) 44 47 45 48 # Find out how to call Fortran functions from C. … … 47 50 AC_LANG_POP([Fortran]) 48 51 52 # Check for the restrict keyword. 53 AC_C_RESTRICT 49 54 50 55 AM_OPTIONS_VTK
Note:
See TracChangeset
for help on using the changeset viewer.
