From: crouzet Date: Thu, 10 Dec 2020 14:20:00 +0000 (+0100) Subject: integration nouveau fichiers solverlab pour la version mpi X-Git-Tag: V9_7_0~196 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=97c318728d44cd9009dbd9826b80a9b32bd4bac1;p=tools%2Fsat_salome.git integration nouveau fichiers solverlab pour la version mpi --- diff --git a/applications/SOLVERLAB-master-MPI.pyconf b/applications/SOLVERLAB-master-MPI.pyconf new file mode 100644 index 0000000..ca5c197 --- /dev/null +++ b/applications/SOLVERLAB-master-MPI.pyconf @@ -0,0 +1,115 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'SOLVERLAB-master-MPI' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + tag : 'master' + dev : 'no' + verbose :'no' + debug : 'no' + base : 'no' + python3 : 'yes' + environ : + { + build : + { + CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION" + RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED" + SALOME_USE_64BIT_IDS : '1' + } + launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:""} + SALOME_trace : "local" # local/file:.../with_logger + SALOME_MODULES : "" # specify the first modules to display in gui + } + products : + { + # PREREQUISITES : + alabaster : '0.7.6' + Babel : '2.7.0' + boost : '1.58.0' + certifi : '2018.8.24' + cgns : {tag : '3.3.1', hpc : 'yes'} + chardet : '3.0.4' + click : '6.7' + cmake : '3.12.1' + cycler : '0.10.0' + Cython : '0.25.2' + cppunit : '1.13.2' + dateutil : '2.4.2' + docutils : '0.12' + doxygen : '1.8.14' + freetype : '2.9.1' + graphviz : '2.38.0' + hdf5 : {tag : '1.10.3', hpc : 'yes'} + idna : '2.7' + imagesize : '1.0.0' + Jinja2 : '2.7.3' + kiwisolver : '1.0.1' + lapack : '3.8.0' + libxml2 : '2.9.1' + markupsafe : '0.23' + matplotlib : '2.2.2' + medfile : {tag : '4.1.0', hpc : 'yes', section : 'default_Autotools' } + openmpi : '3.1.6' + ParMetis : '3.1.1' + numpy : '1.15.1' + packaging : '17.1' + ParaView : {tag : '5.8.0', hpc : 'yes', section: 'version_5_8_0_MPI'} + petsc : '3.14.0' + Pygments : '2.0.2' + pyparsing : '2.0.3' + PyQt : '5.9' + Python : '3.6.5' + pytz : '2015.7' + qt : '5.9.1' + requests : '2.19.1' + scipy : '0.19.1' + scotch : '6.0.4' + setuptools : '38.4.0' + sip : '4.19.3' + six : '1.10.0' + snowballstemmer : '1.2.1' + Sphinx : '1.7.6' + sphinxcontrib_websupport : '1.1.0' + sphinxintl: '0.9.10' + swig : '3.0.12' + urllib3 : '1.23' + + # SALOME MODULES : + 'CONFIGURATION' + 'MEDCOUPLING' : {section : 'default_MPI', verbose : 'yes'} + 'SOLVERLAB' : {section : 'default_MPI', hpc: 'yes'} + } + profile : + { + launcher_name : "salome" + } + virtual_app: + { + name : "salome" + application_name : "APPLI" + } + test_base : + { + name : "SALOME" + tag : "SalomeV9" + } + properties : + { + mesa_launcher_in_package : "yes" + repo_dev : "yes" + pip : 'yes' + pip_install_dir : 'python' + single_install_dir : "no" + } +} +__overwrite__ : +[ + { + # + __condition__ : "VARS.dist in ['UB20.04']" + 'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch'] + } +] diff --git a/products/compil_scripts/petsc.sh b/products/compil_scripts/petsc.sh old mode 100755 new mode 100644 index b1b37ec..feaf62e --- a/products/compil_scripts/petsc.sh +++ b/products/compil_scripts/petsc.sh @@ -16,6 +16,7 @@ echo if [ -n "${MPI_ROOT_DIR}" ] then echo "*** configure with mpi" + CONFIGURE_FLAGS=$CONFIGURE_FLAGS" --download-hypre=ext/hypre-2.20.0" ./configure --prefix=${PRODUCT_INSTALL} --with-mpi-dir=${MPI_ROOT_DIR} ${CONFIGURE_FLAGS} else echo "*** configure without mpi"