diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-09-28 18:20:32 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-09-28 18:20:32 (GMT) |
commit | 7a51c5d5331769956624ae2259c617f63a726094 (patch) | |
tree | 16824b32b41b862cb7da995b2c533695fabe44de | |
parent | f6a86261bc0f2a3e71d67ed2ecf19fe4baa38a12 (diff) | |
download | hdf5-7a51c5d5331769956624ae2259c617f63a726094.zip hdf5-7a51c5d5331769956624ae2259c617f63a726094.tar.gz hdf5-7a51c5d5331769956624ae2259c617f63a726094.tar.bz2 |
[svn-r1682] Added the ability to accept command line arguements.
-rw-r--r-- | INSTALL_parallel.ascired | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL_parallel.ascired b/INSTALL_parallel.ascired index a991482..648b093 100644 --- a/INSTALL_parallel.ascired +++ b/INSTALL_parallel.ascired @@ -55,4 +55,4 @@ MPI_LIB="$mpi1_lib $mpio_lib" CPPFLAGS=$MPI_INC \ LDFLAGS=$MPI_LIB \ LIBS="-lmpich" \ -./configure --enable-parallel tflop +./configure --enable-parallel tflop $@ |