From: Nabil Ghodbane Date: Mon, 30 May 2022 14:13:12 +0000 (+0200) Subject: KERNEL: add default_32BIT_IDS section X-Git-Tag: V9_9_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0c101d5d5bd58a02557764211c4ff2137e69bc09;p=tools%2Fsat_salome.git KERNEL: add default_32BIT_IDS section --- diff --git a/applications/SALOME-master-int32.pyconf b/applications/SALOME-master-int32.pyconf index 7e54fc7..bad9b1b 100644 --- a/applications/SALOME-master-int32.pyconf +++ b/applications/SALOME-master-int32.pyconf @@ -140,7 +140,7 @@ APPLICATION : 'SHAPERSTUDY' 'RESTRICTED' 'LIBBATCH' : 'V2_4_5' - 'KERNEL' + 'KERNEL' : {tag:'master', base: 'no', section: 'default_32BIT_IDS', hpc: 'no' } 'MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_32BIT_IDS', hpc: 'yes'} 'GUI' 'GEOM' diff --git a/products/KERNEL.pyconf b/products/KERNEL.pyconf index 147ded2..649dad1 100644 --- a/products/KERNEL.pyconf +++ b/products/KERNEL.pyconf @@ -93,6 +93,11 @@ default_MPI : ] } +default_32BIT_IDS : +{ + cmake_options : "-DSALOME_USE_LIBBATCH=ON -DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig -DSALOME_CMAKE_DEBUG=ON -DSALOME_USE_64BIT_IDS=OFF" +} + version_V9_9_0_MPI : { cmake_options : "-DSALOME_USE_MPI=ON -DSALOME_USE_LIBBATCH=ON -DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig -DSALOME_USE_64BIT_IDS=ON "