Hello everybody,
I am about to configure my code saturne 5.0.8.
The configuration look like the following:
please find my questions between brackets.
$SALOME= /home/federico/salome/SALOME-8.4.0-CO6-SRC/BINARIES-CO6
$SOURCE=/home/federico/CS/code_saturne-5.0.8
$INSTALL_PATH=/home/federico/CS/CS_build
$SOURCE/configure --prefix=$INSTALL_PATH/with_salome_binaries \
--with-libxml2=$SALOME/libxml2 --with-hdf5=$SALOME/hdf5 \
--with-med=$SALOME/MED --with-cgns=$SALOME/cgns \
--with-metis=path_to_metis \
--with parmetis=/usr/local/bin/parmetis \ (This is the path for the executable (which parmetis), shall I call this in the configuration? or I should link the source folder? Do I have to do the same with all the packages?)
CC=icc CXX=icpc FC=ifort
ps: sorry for the basic questions but I do not have a lot of experience with linux and this kind of installation.
best regards,
FA
configuration
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
-
- Posts: 4206
- Joined: Mon Feb 20, 2012 3:25 pm
Re: configuration
Hellon
For the available options, run:
The installation manual may provide some additional recommendations for specific libraries (such as Pt-Scotch, but if you are not using it, it is OK).
Regards,
Yvan
For the available options, run:
There is no separate METIS/PArMETIS option, so use "--with-metis=" for ParMETIS. And you do not want the executable, but the includes and libaries, so "/usr" should be enough if that is where it is installed (actually, since it is a default path, --with-metis should be enough).$SOURCE/configure --help
The installation manual may provide some additional recommendations for specific libraries (such as Pt-Scotch, but if you are not using it, it is OK).
Regards,
Yvan