Changeset 5a0f8e for pcp/configure.ac


Ignore:
Timestamp:
Jun 2, 2008, 10:28:05 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
0cc323
Parents:
9842d8
Message:

LIBS instead of MPILIBS is the place where something like "-lmpich" has to be specified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/configure.ac

    r9842d8 r5a0f8e  
    5555                if ! test x"$MPILIBS" = x; then
    5656                        LDFLAGS="$LDFLAGS $MPILIBS"
    57                         AC_CHECK_LIB(mpich, MPI_Allreduce, ,AC_MSG_ERROR([compatible mpich library not found]))
     57                        #AC_CHECK_LIB(mpich, MPI_Allreduce, ,AC_MSG_ERROR([compatible mpich library not found]))
    5858                fi
    5959        fi
Note: See TracChangeset for help on using the changeset viewer.