#-------------------------------------------------------- # Architecture Name #-------------------------------------------------------- #nom_arch Linux_x86_64 <- for specific architecture #nom_arch <- leave empty for automatic default # value (based on uname) nom_arch Linux_x86_64 # #-------------------------------------------------------- # 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 /usr/lib64/openmpi/bin/mpicc #<- leave gcc for automatic default compCX /usr/lib64/openmpi/bin/mpic++ #<- leave g++ for automatic default # #compC gcc #compCX g++ # # C wrapper #wrapperC mpicc <- for specific C wrapper without path (only needed for MPI installation) # leave mpicc for automatic default wrapperC mpicc # # Specific options for compiler #specific_inc= -I /myinclude/inc -I /myinclude2/inc #specific_lib= -L /mylib/lib1 -L /mylib/lib2 #specific_debug= -g #specific_debug= -DNDEBUG #specific_option= -D _SYRTHES_MPI_IO_ # # parallel compilation specific_makej= -j48 # # # # # Choose your type of installation and answer by yes or no # Select the line corresponding to your choice # #**************************************** # EXTERN LIBRARIES #**************************************** # # 1- MPI for parallel version #---------------------------- mpi USE=yes PATH=/usr/lib64/openmpi # # 2- tools for meshes conversions #-------------------------------- # #-------------------------------- # --->>>> Put your own path to SYRTHES : #path_extern_lib=/..../syrthes5.0/extern-libraries/opt/ #-------------------------------- # # hdf5 and med are required for MED mesh file format conversion hdf5 USE=yes INSTALL=yes #hdf5 USE=no INSTALL=no #hdf5 USE=yes PATH=/opt/local/code-saturne/code_saturne-7.0.4/build/hdf5-1.10.6/arch/Linux_x86_64 # # med USE=yes INSTALL=yes #med USE=no INSTALL=no #med USE=yes PATH=/opt/local/code-saturne/code_saturne-7.0.4/build/med-4.1.0/arch/Linux_x86_64 # # metis USE=yes INSTALL=yes #metis USE=no INSTALL=no #metis USE=yes PATH=metis-5.1.0/arch/Linux_x86_64 # scotch USE=yes INSTALL=yes #scotch USE=no INSTALL=no #scotch USE=yes PATH=/opt/local/code-saturne/code_saturne-7.0.4/build/scotch-6.1.0/arch/Linux_x86_64 # # # Radiation using Geghart factors : stardis is required stardis USE=yes INSTALL=yes #stardis USE=yes PATH=Stardis-0.8.2-GNU-Linux64/arch/Linux_x86_64 # # # 4- Optional extern libraries : BLAS Linear algebra library #----------------------------------------------------------- # Not recommended blas USE=no INSTALL=no #blas USE=yes PATH=/home/... # #**************************************** # SYRTHES Graphical user Interface #**************************************** gui INSTALL=yes # #**************************************** # SYRTHES Platform #**************************************** # # 1- Interpreted functions (required) #------------------------- syrthesppfunc INSTALL=yes syrthesppfunctmc INSTALL=yes # # 2- pre- and post- processor #---------------------------- # mesh format conversion tool (Salome --> SYRTHES : med and hdf required) syrthesconvert INSTALL=yes # # results file format conversion tool SYRTHES --> Salome-Paraview/Ensight syrthesensight INSTALL=yes # # results file format conversion tool SYRTHES --> SALOME-MED syrthesmed INSTALL=yes # #**************************************** # SYRTHES Kernel #**************************************** # # 1-building sequential version #------------------------------ syrthesseq INSTALL=yes # # # 2- building parallel version (mesh partitionning + parallel kernel + rebuilding global result file) #---------------------------------------------------------------------------------------------------- syrthespp INSTALL=yes syrthesmpi INSTALL=yes syrthespost INSTALL=yes # #************************************************** # SYRTHES for coupling with Code-Saturne or NEPTUNE (optional) #************************************************** # MPI is required # #ple USE=yes PATH=/projets/saturne/opt/libple-2.0/arch/gaia/impi ple USE=yes PATH=/opt/local/code-saturne/code_saturne-7.0.4/build/code_saturne-7.0.4/arch/Linux_x86_64 syrthescfd INSTALL=yes #