]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
test SMESH branch yan/parallel_mesh3 on all nodes but DB09 & DB10
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 7 Nov 2022 16:21:36 +0000 (17:21 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 7 Nov 2022 16:21:36 +0000 (17:21 +0100)
applications/SALOME-master-native.pyconf
applications/SALOME-master.pyconf

index fb9064247982a2d1068bb1d3bda97127fb87013c..31f3b2aa3b30c3d9355fcbae239d59a5fa4f1b7b 100644 (file)
@@ -148,7 +148,7 @@ APPLICATION :
         'MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_MPI', hpc: 'yes'}
         'GUI'
         'GEOM'
-        'SMESH'
+        'SMESH' : 'yan/parallel_mesh3'
         'NETGENPLUGIN'
         'BLSURFPLUGIN'
         'GHS3DPLUGIN'
@@ -235,6 +235,7 @@ __overwrite__ :
         #   - Qt minimal version 5.12
         #   - xmlpatterns executable
         __condition__ : "VARS.dist in ['DB10']"
+        'APPLICATION.products.SMESH' : 'master'
         'APPLICATION.products.opencv'   : '3.2.0'
         'APPLICATION.products.cminpack' : 'native'
         'APPLICATION.products.PyFMI'    : {tag:'2.6',     base: 'no',  section: 'version_2_6_no_pip'                  }
index e1e5d3d1a82b7c946a69f2dcc09a1461a7762d02..702ca8786611ef9d78e5f08c79bf809daaee7416 100644 (file)
@@ -150,7 +150,7 @@ APPLICATION :
         'MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_MPI', hpc: 'yes'}
         'GUI'
         'GEOM'
-        'SMESH'
+        'SMESH' : 'yan/parallel_mesh3'
         'NETGENPLUGIN'
         'BLSURFPLUGIN'
         'GHS3DPLUGIN'
@@ -228,6 +228,10 @@ __overwrite__ :
         'APPLICATION.products.gdal'     : {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_CO8'                 } # spns #29324
         'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_CO8', hpc: 'yes'}
     }
+    {
+        __condition__ : "VARS.dist in ['DB09']"
+        'APPLICATION.products.SMESH' :  'master'
+    }
     {
         __condition__ : "VARS.dist in ['DB10']"
         'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']