diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-11-24 03:58:09 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-11-24 03:58:09 (GMT) |
commit | b4b718b9297c479a3d1177209dcf1214d7de27a4 (patch) | |
tree | 5da67f34d5d73dcf3fcf1dec261fe80f5aecbdb1 /configure.in | |
parent | 974a06839512ec96c88bff67fdf0d0519a52148c (diff) | |
download | hdf5-b4b718b9297c479a3d1177209dcf1214d7de27a4.zip hdf5-b4b718b9297c479a3d1177209dcf1214d7de27a4.tar.gz hdf5-b4b718b9297c479a3d1177209dcf1214d7de27a4.tar.bz2 |
[svn-r6134] Purpose:
Cleanup
Description:
Removed the option (--enable-parallel=mpich). It did not work.
Platforms tested:
Tested h5committest {arabica (fortran), eirene (fortran, C++)
modi4 (parallel, fortran)}? All passed.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.in b/configure.in index 41b02b3..74562e0 100644 --- a/configure.in +++ b/configure.in @@ -1631,23 +1631,6 @@ case "X-$enable_parallel" in fi ;; - X-mpich) - dnl For normal mpich installation the compiler, mpicc, should know - dnl where the MPI and MPI-IO header files are located and know which - dnl extra libraries need to be linked and will supply appropriate - dnl flags to the underlying compiler. - AC_MSG_RESULT(mpich) - AC_MSG_WARN(*** Why aren't you using an mpicc compiler? ***) - - dnl Apparently mpicc isn't installed correctly so configure must search - dnl for the header files and libraries. Actually we only have to search - dnl for the libraries in order to get the onto the link line, the user - dnl will have already told us about the locations. Fail if something - dnl is missing. - PARALLEL=mpich - AC_CHECK_LIB(mpich,MPI_Init,,AC_MSG_ERROR(no mpich library)) - ;; - *) AC_MSG_RESULT(error) AC_MSG_ERROR(\'$enable_parallel\' is not a valid parallel search type) |