Changes between Version 35 and Version 36 of babelbgp
- Timestamp:
- 10/14/09 18:24:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
babelbgp
v35 v36 152 152 {{{ 153 153 ./configure --prefix=/home/norris/soft/libxml2-2.7.3 CC=mpixlc_r CXX=mpixlcxx_r F90=mpixlf2003_r F77=mpixlf77_r \ 154 CPP=' gcc-E' --with-python=/bgsys/drivers/ppcfloor/gnu-linux/bin/python --with-zlib=/home/norris/soft/zlib-1.2.3 \155 --enable-shared --disable-static LDFLAGS='-G -qnostaticlink' 154 CPP='mpixlc_r -E' --with-python=/bgsys/drivers/ppcfloor/gnu-linux/bin/python --with-zlib=/home/norris/soft/zlib-1.2.3 \ 155 --enable-shared --disable-static LDFLAGS='-G -qnostaticlink' --with-libs='-ldl' 156 156 libtool_fix.sh 157 157 # In config.h, make sure HAVE_DLOPEN is defined, and HAVE_SHLOAD is undefined 158 make LDFLAGS='-G -qnostaticlink'158 make 159 159 make install 160 160 }}} … … 166 166 qsub -A cca-tools -t 60 -n 1 -O runtest --env LD_LIBRARY_PATH=/gpfs/home/norris/soft/libxml2-2.7.3/lib ./runtest 167 167 }}} 168 169 170 4. Miscellaneous: 171 172 To make sure that something is really compiled for the compute nodes, check it with 173 174 {{{ 175 file executable 176 }}} 177 178 The output should look something like this: 179 {{{ 180 ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), for GNU/Linux 2.0.0, dynamically linked (uses shared libs), for GNU/Linux 2.0.0, not stripped 181 }}}