Changeset 207a3e


Ignore:
Timestamp:
Jul 8, 2008, 1:13:32 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
23b4aa
Parents:
6beb99
Message:

MPICC, MPICXX, MPILIBS are now precious and thus stored in configuration-cache.

This fixes a bug that caused MPICC to be forgotton on re-configure runs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/configure.ac

    r6beb99 r207a3e  
    4040
    4141dnl Check for MPI-Routines
     42AC_ARG_VAR(MPICC, [contains mpi C compiler])
     43AC_ARG_VAR(MPICXX, [contains mpi C++ compiler])
     44AC_ARG_VAR(MPILIBS, [contains mpi libraries used when linking])
    4245AC_ARG_ENABLE([mpi],
    4346              AC_HELP_STRING([--enable-mpi],
Note: See TracChangeset for help on using the changeset viewer.