#-------------------------------------------------------- # Architecture Name #-------------------------------------------------------- #nom_arch Linux_x86_64 <- for specific architecture #nom_arch <- leave empty for automatic default # value (based on uname) nom_arch # #-------------------------------------------------------- # C compiler (sequential) #-------------------------------------------------------- #compC /home/toto/gcc-x.y.z/gcc <- for specific C compiler #compCX /home/toto/gcc-x.y.z/g++ <- for specific C++ compiler (only needed for MPI installation) #compC gcc <- leave gcc for automatic default #compCX g++ <- leave g++ for automatic default # compC gcc compCX g++ # # Specific options for compiler #specific_inc= -I /myinclude/inc -I /myinclude2/inc #specific_lib= -L /mylib/lib1 -L /mylib/lib2 #specific_debug= -g #specific_option= -D _SYRTHES_MPI_IO_ # # parallel compilation #specific_makej= -j8 # #-------------------------------------------------------- # Graphical user Interface #-------------------------------------------------------- gui INSTALL=yes # #-------------------------------------------------------- # Interpreted functions #-------------------------------------------------------- # Answer by yes or no # # interpreted function module - SYRTHES - sequential version syrthesppfunc INSTALL=yes # #-------------------------------------------------------- # SYRTHES4 - kernel - sequential version #-------------------------------------------------------- # Answer by yes or no # # SYRTHES - sequential version syrthesseq INSTALL=yes # # #-------------------------------------------------------- # SYRTHES4 - tools for meshes and results conversions #-------------------------------------------------------- # Choose your type of installation and answer by yes or no # Select the line corresponding to your choice # # for MED format conversion : choose to istall or the path to the libraries hdf5 USE=yes --with-hdf5=/usr/lib64 #hdf5 USE=no INSTALL=no #hdf5 USE=yes PATH=/.../syrthes4.1/extern-libraries/opt/hdf5-1.8.8/arch/MY_ARCH # # med USE=yes PATH=/software/med #med USE=no INSTALL=no #med USE=yes PATH=/.../syrthes4.1/extern-libraries/opt/med-3.0.6/arch/MY_ARCH # # # Answer by yes or no # # mesh format conversion tool syrthesconvert INSTALL=yes # # results file format conversion tool SYRTHES --> Paraview/Ensight syrthesensight INSTALL=yes # # results file format conversion tool SYRTHES --> SALOME-MED syrthesmed INSTALL=yes # #-------------------------------------------------------- # SYRTHES4 - parall version (optional) #-------------------------------------------------------- # Choose your type of installation and answer by yes or no # Select the line corresponding to your choice # mpi is required, metis AND/OR scotch are required # mpi USE=yes PATH=/home/navier01a/dovizio/CODE_SATURNE/code_saturne-3.0.7/saturne_build/prod/lib/openmpi-1.6.5 #mpi USE=no INSTALL=no #mpi USE=yes PATH=/.../syrthes4.1/extern-libraries/opt/openmpi-1.4.3/arch/MY_ARCH # metis USE=yes --with-metis=/usr/include #metis USE=no INSTALL=no #metis USE=yes PATH=/.../syrthes4.1/extern-libraries/opt/metis-5.0.2/arch/MY_ARCH # scotch USE=yes --with-ptscotch=/usr/include/mpich-x86_64 #scotch USE=no INSTALL=no #scotch USE=yes PATH=/.../syrthes4.1/extern-libraries/opt/scotch_5.1.12b/arch/MY_ARCH # # Answer by yes or no # # mesh partitionning - SYRTHES parallel version - rebuilding results file syrthespp INSTALL=yes syrthesmpi INSTALL=yes syrthespost INSTALL=yes # #-------------------------------------------------------- # Optional extern libraries #-------------------------------------------------------- # Choose your type of installation and answer by yes or no # Select the line corresponding to your choice # # BLAS Linear algebra library blas USE=no INSTALL=no #blas USE=yes PATH=/home/... # #-------------------------------------------------------- # SYRTHES for coupling with Code-Saturne (optional) #-------------------------------------------------------- # Warning : MPI installation must be defined before # ple USE=yes PATH=/home/navier01a/dovizio/CODE_SATURNE/code_saturne-3.0.7/libple #ple USE=yes PATH=/.../saturne/opt/libple-1.0/arch/MY_ARCH # syrthescfd INSTALL=yes # #