Recent Changes - Search:

HomePage

PmWiki

pmwiki.org

Linux-rz-rwth

Installation instruction for the linux machines at the RWTH RZ cluster (cluster-linux.rz.rwth-aachen.de)

We assume that boost has been configured with ./configure --prefix=$HOME --with-libraries=program_options (so it will be installed in ~/include and ~/lib. Use module switch gcc gcc/4.1 to get a new compiler.

In the code directory:

% export CXXFLAGS="-DNDEBUG -O3"
% ./configure --with-blas='-L/rwthfs/rz/SW/NUMLIB/ACML/gnu64/lib -lacml -lacml_mv -lgfortran' \
     --with-boost=$HOME/include/boost-1_34_1 --with-boost-program-options="-L$HOME/lib -lboost_program_options-gcc41"
% make -j 8
% make install
% make models -j 8
% make install-models

Make sure you have /rwthfs/rz/SW/NUMLIB/ACML/gnu64/lib and ~/lib included in $LD_LIBRARY_PATH.

Edit - History - Print - Recent Changes - Search
Page last modified on December 16, 2010, at 05:15 PM