Changes between Version 35 and Version 36 of babelbgp


Ignore:
Timestamp:
10/14/09 18:24:41 (13 years ago)
Author:
norris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • babelbgp

    v35 v36  
    152152  {{{ 
    153153./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' 
    156156libtool_fix.sh 
    157157# In config.h, make sure HAVE_DLOPEN is defined, and HAVE_SHLOAD is undefined 
    158 make LDFLAGS='-G -qnostaticlink' 
     158make  
    159159make install 
    160160}}} 
     
    166166qsub -A cca-tools -t 60 -n 1 -O runtest --env LD_LIBRARY_PATH=/gpfs/home/norris/soft/libxml2-2.7.3/lib ./runtest 
    167167}}} 
     168 
     169 
     1704. Miscellaneous: 
     171 
     172To make sure that something is really compiled for the compute nodes, check it with  
     173 
     174 {{{  
     175file executable  
     176}}} 
     177 
     178The output should look something like this: 
     179 {{{ 
     180ELF 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}}}