From 8b293a289cdf98350548e1f0a5cc0b3f445ba48b Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 22 Jul 1999 15:09:42 -0500 Subject: [svn-r1526] From: "Patrick P. Weidhaas" 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. --- INSTALL.ibm.sp.parallel | 6 +++--- 1 file 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. -- cgit v0.12