diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-07-22 20:09:42 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-07-22 20:09:42 (GMT) |
commit | 8b293a289cdf98350548e1f0a5cc0b3f445ba48b (patch) | |
tree | ae55f7392137a95b459edc1e5ceee0230f9fddee /INSTALL.ibm.sp.parallel | |
parent | 26c80ab54a638de1befc27a42085c04c4bf0f9d6 (diff) | |
download | hdf5-8b293a289cdf98350548e1f0a5cc0b3f445ba48b.zip hdf5-8b293a289cdf98350548e1f0a5cc0b3f445ba48b.tar.gz hdf5-8b293a289cdf98350548e1f0a5cc0b3f445ba48b.tar.bz2 |
[svn-r1526] From: "Patrick P. Weidhaas" <weidhaas@k2.llnl.gov>
The line "setenv CFLAGS ...." caused an "undefined variable" error, so
we commented it. Also, we use the mpich (romio) compiler for most of
our tests, so we uncommented it, and at the same time commented out the
"ibm mpi" compiler.
Diffstat (limited to 'INSTALL.ibm.sp.parallel')
-rw-r--r-- | INSTALL.ibm.sp.parallel | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.ibm.sp.parallel b/INSTALL.ibm.sp.parallel index c0b0e14..b269527 100644 --- a/INSTALL.ibm.sp.parallel +++ b/INSTALL.ibm.sp.parallel @@ -37,12 +37,12 @@ # (We use csh here, but of course you can adapt to whatever shell you like.) # compile for MPI jobs -#setenv CC "/usr/local/mpich-1.1.2+romio_lgfiles/bin/mpicc" +setenv CC "/usr/local/mpich-1.1.2+romio_lgfiles/bin/mpicc" # # next 4 for IBM mpi # -setenv CC /usr/lpp/ppe.poe/bin/mpcc_r +#setenv CC /usr/lpp/ppe.poe/bin/mpcc_r # # for both @@ -60,7 +60,7 @@ setenv MP_PROCS 1 # -bI:/usr/include/piofs/piofs.exp this MPI-IO uses PIOFS file system # -L/usr /local/mpio/lib/ibm -lmpio link to this MPI-IO lib # -setenv CFLAGS "-D_LARGE_FILES $CFLAGS" +#setenv CFLAGS "-D_LARGE_FILES $CFLAGS" # The configure/make process needs to be able to run some programs, # need to specify a processor pool. |