Salome HOME
modules/kernel.git
2 years agoManagement of :
Anthony Geay [Wed, 23 Feb 2022 09:45:52 +0000 (10:45 +0100)]
Management of :

- salome -t <script.py>
- salome -l
- fix problem of KERNEL_UnitTest

2 years agoDft SSL : salome command is now in blocking as before
Anthony Geay [Wed, 23 Feb 2022 08:38:24 +0000 (09:38 +0100)]
Dft SSL : salome command is now in blocking as before

2 years agoCompilation under Windows.
rnv [Mon, 21 Feb 2022 16:03:29 +0000 (19:03 +0300)]
Compilation under Windows.

2 years agoFix runSalome.py --logger
Anthony Geay [Fri, 18 Feb 2022 16:04:44 +0000 (17:04 +0100)]
Fix runSalome.py --logger
Fix runSalome.py --forground=1 [dft]

2 years agoFix from Nathalie to prevent psutil module dependancy
Anthony Geay [Fri, 18 Feb 2022 13:40:42 +0000 (14:40 +0100)]
Fix from Nathalie to prevent psutil module dependancy

2 years agoFix YacsLoaderTest::foreachs test
Anthony Geay [Fri, 18 Feb 2022 12:14:29 +0000 (13:14 +0100)]
Fix YacsLoaderTest::foreachs test

2 years agoSSL mode by default mode
Anthony Geay [Tue, 15 Feb 2022 10:32:47 +0000 (11:32 +0100)]
SSL mode by default mode

2 years agoSmall memory leak in kernel TOOLSDS/SALOMEDS_Tool.cxx EMC2P_V_1_3_5-rc1
eap [Tue, 15 Feb 2022 15:09:34 +0000 (18:09 +0300)]
Small memory leak in kernel TOOLSDS/SALOMEDS_Tool.cxx

The fix comes from
https://discourse.salome-platform.org/t/small-memory-leak-in-kernel-toolsds-salomeds-tool-cxx/41

2 years agoFix compilation under Windows.
rnv [Wed, 26 Jan 2022 08:33:28 +0000 (11:33 +0300)]
Fix compilation under Windows.

2 years agoFix error in EDF NRT test Bug9100_DumpComputePosition.py
Anthony Geay [Tue, 25 Jan 2022 13:15:07 +0000 (14:15 +0100)]
Fix error in EDF NRT test Bug9100_DumpComputePosition.py

2 years ago[tuleap28734] : Fix in SSL agy/vadim_review
Anthony Geay [Mon, 24 Jan 2022 16:25:33 +0000 (17:25 +0100)]
[tuleap28734] : Fix in SSL

2 years agoRemove StandaloneLifecyle to reduce code divergence between SSL and classical. It...
Anthony Geay [Mon, 24 Jan 2022 15:25:14 +0000 (16:25 +0100)]
Remove StandaloneLifecyle to reduce code divergence between SSL and classical. It allows GEOM and SMESH component to appear into the NS

2 years agoCreate FactoryServer Container servant into the current process
Anthony Geay [Mon, 24 Jan 2022 14:34:46 +0000 (15:34 +0100)]
Create FactoryServer Container servant into the current process

2 years agovenv directory is configured in config_appli.xml file
Gilles DAVID [Fri, 28 May 2021 09:54:44 +0000 (11:54 +0200)]
venv directory is configured in config_appli.xml file

Update appli_clean command

Getting rid of old stuff

getUserName now uses the standard getpass module

Do not use bare "except:" instruction

We are in python3: no more need to inherite classes from object.

cPickle does not exist anymore in python 3

Detect psutil Python module

2 years agoFix modules order in sessionless mode
vsr [Wed, 19 Jan 2022 16:23:14 +0000 (19:23 +0300)]
Fix modules order in sessionless mode

2 years ago[tuleap26946] : SSL - Fix inconsistency between C++ and Python components
Anthony Geay [Mon, 17 Jan 2022 09:20:38 +0000 (10:20 +0100)]
[tuleap26946] : SSL - Fix inconsistency between C++ and Python components

2 years ago#26945 [CEA][Windows] Kernel compilation failure
rnv [Mon, 10 Jan 2022 14:20:36 +0000 (17:20 +0300)]
#26945 [CEA][Windows] Kernel compilation failure

2 years agoPadder smesh plugin in SSL mode
Anthony Geay [Mon, 20 Dec 2021 16:27:51 +0000 (17:27 +0100)]
Padder smesh plugin in SSL mode

2 years agoSessionless mode for calcium.
Ovidiu Mircescu [Mon, 20 Dec 2021 15:37:08 +0000 (16:37 +0100)]
Sessionless mode for calcium.

2 years agoMerge branch 'V9_8_BR'
vsr [Fri, 10 Dec 2021 09:35:41 +0000 (12:35 +0300)]
Merge branch 'V9_8_BR'

2 years agoMerge branch 'vsr/26457'
vsr [Sat, 27 Nov 2021 11:30:55 +0000 (14:30 +0300)]
Merge branch 'vsr/26457'

2 years agobos #26457 Factorization of ORB initialization
Viktor UZLOV [Wed, 13 Oct 2021 06:58:50 +0000 (09:58 +0300)]
bos #26457 Factorization of ORB initialization

2 years agoIncrement version: 9.8.0 V9_8_BR V9_8_0 V9_8_0rc1
vsr [Fri, 26 Nov 2021 10:38:11 +0000 (13:38 +0300)]
Increment version: 9.8.0

2 years agopythonpath_reduction: Corrections
DUC ANH HOANG [Tue, 12 Oct 2021 13:10:35 +0000 (15:10 +0200)]
pythonpath_reduction: Corrections

- Minor correction. Actually, we don't need the prerequisites install dir

- Upgrade pythonpath_reduction.py script
  Using argparse, add options to customize :
  * salome-install-dir
  * context-file name
  * env-file name

- Backup of files is done. These backups are used at start if they exist.
  This allows to use this script several times.

  On linux, in the python_modules directory, symlinks are created instead of copies.

- Fix remove link and add ignore option

- Only one directory is mandatory

- Install site-patch.py from setuptools

- Minor correction; get absolute path of salome_install_dir, embed paraview pythonpath into python_modules

2 years agoAvoid aborting if module is not registered yet
vsr [Thu, 11 Nov 2021 09:31:08 +0000 (12:31 +0300)]
Avoid aborting if module is not registered yet

2 years agoFix Salome launcher in ssl mode to SINGLE_THREAD_MODEL. V9_8_0b1
Ovidiu Mircescu [Fri, 5 Nov 2021 14:36:57 +0000 (15:36 +0100)]
Fix Salome launcher in ssl mode to SINGLE_THREAD_MODEL.

2 years agoFix bug in test on 24 cores CPU test
Anthony Geay [Tue, 19 Oct 2021 05:13:40 +0000 (07:13 +0200)]
Fix bug in test on 24 cores CPU test

2 years agobos #26455 Alternative solution to get traceback V9_8_0a1 V9_8_0a2
vsr [Thu, 14 Oct 2021 16:44:14 +0000 (19:44 +0300)]
bos #26455 Alternative solution to get traceback

2 years agobos #26520 Remove dependency on boost::python
vsr [Thu, 14 Oct 2021 11:48:44 +0000 (14:48 +0300)]
bos #26520 Remove dependency on boost::python

2 years agobos #26520 Boost::python library is incorrectly treated
vsr [Wed, 13 Oct 2021 07:04:37 +0000 (10:04 +0300)]
bos #26520 Boost::python library is incorrectly treated

2 years agopythonpath_reduction.py: initiate; this script allow us to resolve the perf problem...
DUC ANH HOANG [Tue, 5 Oct 2021 13:21:15 +0000 (15:21 +0200)]
pythonpath_reduction.py: initiate; this script allow us to resolve the perf problem on hpc

2 years agoMerge branch 'vuzlov/26455'
vsr [Mon, 11 Oct 2021 15:08:03 +0000 (18:08 +0300)]
Merge branch 'vuzlov/26455'

2 years agobos #26455 Introduce service to obtain calculation node's load
Viktor UZLOV [Fri, 8 Oct 2021 11:21:51 +0000 (14:21 +0300)]
bos #26455 Introduce service to obtain calculation node's load

2 years agobos #26429 [CEA] Can't load meshs from hdf if its size is too big
eap [Mon, 11 Oct 2021 13:57:37 +0000 (16:57 +0300)]
bos #26429 [CEA] Can't load meshs from hdf if its size is too big

2 years agobos #24412 Add missing failback for UpdateView() method
vsr [Thu, 7 Oct 2021 12:19:49 +0000 (15:19 +0300)]
bos #24412 Add missing failback for UpdateView() method

2 years agoMerge branch 'vsr/26458'
vsr [Mon, 4 Oct 2021 17:43:12 +0000 (20:43 +0300)]
Merge branch 'vsr/26458'

2 years agobos #26458 Versioning of sources via git commit id (sha1)
vsr [Sat, 2 Oct 2021 12:19:54 +0000 (15:19 +0300)]
bos #26458 Versioning of sources via git commit id (sha1)

2 years agoNo more complaints with deb9 native python3.5
Anthony Geay [Fri, 1 Oct 2021 09:40:17 +0000 (11:40 +0200)]
No more complaints with deb9 native python3.5

2 years agoDSM in multithread mode.
Ovidiu Mircescu [Thu, 30 Sep 2021 12:37:01 +0000 (14:37 +0200)]
DSM in multithread mode.

2 years agoEnd of moving Odyssee in SSL mode
Anthony Geay [Wed, 15 Sep 2021 06:06:27 +0000 (08:06 +0200)]
End of moving Odyssee in SSL mode

2 years agoFix bug switch to SSL mode for Odyssee
Anthony Geay [Sun, 12 Sep 2021 05:14:56 +0000 (07:14 +0200)]
Fix bug switch to SSL mode for Odyssee

2 years agoFix error on following use case in SSL. Open Shaper - Load a new HDF study file ...
Anthony Geay [Thu, 9 Sep 2021 06:44:31 +0000 (08:44 +0200)]
Fix error on following use case in SSL. Open Shaper - Load a new HDF study file - Switch to GEOM

2 years agoMerge branch 'duc/fix_symlink_for_appli'
Anthony Geay [Tue, 7 Sep 2021 11:29:29 +0000 (13:29 +0200)]
Merge branch 'duc/fix_symlink_for_appli'

2 years agoFix SDS non regression test. Tested 30 times on integration machine.
Anthony Geay [Tue, 7 Sep 2021 11:15:53 +0000 (13:15 +0200)]
Fix SDS non regression test. Tested 30 times on integration machine.

2 years agousing relative symbolic link to create virtual appli duc/fix_symlink_for_appli
DUC ANH HOANG [Tue, 7 Sep 2021 08:56:55 +0000 (10:56 +0200)]
using relative symbolic link to create virtual appli

2 years agoin session_attached mode synchronize local NS with content of salome.[cm,rm,esm,dsm]
Anthony Geay [Thu, 2 Sep 2021 06:51:53 +0000 (08:51 +0200)]
in session_attached mode synchronize local NS with content of salome.[cm,rm,esm,dsm]

2 years agoImplementation of SALOME_Fake_NamingService::list_directory_recurs
Ovidiu Mircescu [Thu, 26 Aug 2021 09:04:13 +0000 (11:04 +0200)]
Implementation of SALOME_Fake_NamingService::list_directory_recurs

This is needed by ShutdownContainers.

2 years agoMerge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/kernel
Anthony Geay [Tue, 24 Aug 2021 14:43:27 +0000 (16:43 +0200)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/kernel

2 years agoFix error in SALOME_ExternalServerLauncher in SSL mode
Anthony Geay [Tue, 24 Aug 2021 14:43:12 +0000 (16:43 +0200)]
Fix error in SALOME_ExternalServerLauncher in SSL mode

2 years agoMerge branch 'omu/launcher_ssl'
Ovidiu Mircescu [Tue, 24 Aug 2021 14:10:28 +0000 (16:10 +0200)]
Merge branch 'omu/launcher_ssl'

2 years agotuleap24729 : Make the BearingSeparator test OK in SSL
Anthony Geay [Tue, 24 Aug 2021 06:01:49 +0000 (08:01 +0200)]
tuleap24729 : Make the BearingSeparator test OK in SSL

2 years agorunSalomeSL.py is OK now
Anthony Geay [Mon, 23 Aug 2021 15:21:02 +0000 (17:21 +0200)]
runSalomeSL.py is OK now

2 years agoFix for salome_init called from embedded python. omu/launcher_ssl
Ovidiu Mircescu [Mon, 23 Aug 2021 15:13:30 +0000 (17:13 +0200)]
Fix for salome_init called from embedded python.

2 years agotry of a runSalome.py in SSL mode for SHAPER tests
Anthony Geay [Mon, 23 Aug 2021 13:03:47 +0000 (15:03 +0200)]
try of a runSalome.py in SSL mode for SHAPER tests

2 years agoAdd TestSSLAttached.py to test that rm,cm,esm and dsm are retrieved properly in SSL...
Anthony Geay [Mon, 23 Aug 2021 11:43:48 +0000 (13:43 +0200)]
Add TestSSLAttached.py to test that rm,cm,esm and dsm are retrieved properly in SSL mode in new container server process context

2 years agoMerge branch 'master' into omu/launcher_ssl
Ovidiu Mircescu [Mon, 23 Aug 2021 10:55:47 +0000 (12:55 +0200)]
Merge branch 'master' into omu/launcher_ssl

2 years agoallow salome_init to point to origin cm,rm,dsm and esm in salome.salome_init() launch...
Anthony Geay [Mon, 23 Aug 2021 09:43:47 +0000 (11:43 +0200)]
allow salome_init to point to origin cm,rm,dsm and esm in salome.salome_init() launched in the SALOME_Container_No_NS_Serv SSL context

2 years agoFix error introduced at commit 8a3e9342f1985 when launching salome in terminal mode
Anthony Geay [Mon, 23 Aug 2021 05:25:42 +0000 (07:25 +0200)]
Fix error introduced at commit 8a3e9342f1985 when launching salome in terminal mode

2 years agoFix CORBA::OBJECT_NOT_EXIST at the end of driver command
Anthony Geay [Fri, 20 Aug 2021 15:36:13 +0000 (17:36 +0200)]
Fix CORBA::OBJECT_NOT_EXIST at the end of driver command

2 years agoMerge branch 'master' into omu/launcher_ssl
Ovidiu Mircescu [Fri, 20 Aug 2021 13:37:53 +0000 (15:37 +0200)]
Merge branch 'master' into omu/launcher_ssl

2 years agoSALOME_Container\(_No_Serv\) executables set SSLMode singleton properly
Anthony Geay [Fri, 20 Aug 2021 13:32:19 +0000 (15:32 +0200)]
SALOME_Container\(_No_Serv\) executables set SSLMode singleton properly

2 years agoMerge branch 'master' into omu/launcher_ssl
Ovidiu Mircescu [Thu, 19 Aug 2021 13:59:10 +0000 (15:59 +0200)]
Merge branch 'master' into omu/launcher_ssl

2 years agoFix error at launchtime of GUI of SALOME
Anthony Geay [Thu, 19 Aug 2021 12:20:50 +0000 (14:20 +0200)]
Fix error at launchtime of GUI of SALOME

2 years agoExternalServerLauncher is available in SSL mode.
Anthony Geay [Thu, 19 Aug 2021 07:56:36 +0000 (09:56 +0200)]
ExternalServerLauncher is available in SSL mode.

2 years agoSDS in SSL mode.
Anthony Geay [Tue, 17 Aug 2021 14:31:23 +0000 (16:31 +0200)]
SDS in SSL mode.

2 years agoDataServerManager is now available in SSL mode
Anthony Geay [Tue, 17 Aug 2021 12:58:01 +0000 (14:58 +0200)]
DataServerManager is now available in SSL mode

2 years agoMerge branch 'master' into omu/launcher_ssl
Ovidiu Mircescu [Tue, 17 Aug 2021 09:49:43 +0000 (11:49 +0200)]
Merge branch 'master' into omu/launcher_ssl

2 years agonaming_service is available in salome module in SSL mode
Anthony Geay [Tue, 17 Aug 2021 09:16:05 +0000 (11:16 +0200)]
naming_service is available in salome module in SSL mode

2 years agoMemory leak hunting
Anthony Geay [Tue, 17 Aug 2021 08:25:41 +0000 (10:25 +0200)]
Memory leak hunting

2 years agoMemory leak hunting
Anthony Geay [Tue, 17 Aug 2021 08:06:06 +0000 (10:06 +0200)]
Memory leak hunting

2 years agoMake the EDF non reg test work in SSL mode : Bug14551_reloadStudy.py
Anthony Geay [Tue, 17 Aug 2021 07:41:34 +0000 (09:41 +0200)]
Make the EDF non reg test work in SSL mode : Bug14551_reloadStudy.py

2 years agoYACS job without session.
Ovidiu MIRCESCU [Thu, 12 Aug 2021 15:48:48 +0000 (17:48 +0200)]
YACS job without session.

2 years agopython_test_driver.py declination of salome_test_driver.py for SSL mode (timeout...
Anthony Geay [Wed, 11 Aug 2021 14:04:45 +0000 (16:04 +0200)]
python_test_driver.py declination of salome_test_driver.py for SSL mode (timeout management)

2 years agoImplementation of SALOME_ContainerPy_SSL_i in Python for Python module users in SSL...
Anthony Geay [Fri, 30 Jul 2021 13:48:25 +0000 (15:48 +0200)]
Implementation of SALOME_ContainerPy_SSL_i in Python for Python module users in SSL mode

2 years agoAvoid dynamic_cast<SALOME_NamingService *> to detect SSL mode or not
Anthony Geay [Fri, 30 Jul 2021 09:04:33 +0000 (11:04 +0200)]
Avoid dynamic_cast<SALOME_NamingService *> to detect SSL mode or not

2 years agoFix condition on runRemoteSSL.sh.
Ovidiu Mircescu [Fri, 23 Jul 2021 09:03:04 +0000 (11:03 +0200)]
Fix condition on runRemoteSSL.sh.

2 years agoMerge branch 'omu/noserver'
Ovidiu MIRCESCU [Thu, 15 Jul 2021 10:36:48 +0000 (12:36 +0200)]
Merge branch 'omu/noserver'

2 years agoAdd sessionless option to salome command. omu/noserver
Ovidiu MIRCESCU [Thu, 15 Jul 2021 10:35:03 +0000 (12:35 +0200)]
Add sessionless option to salome command.

2 years agoResourcesManager in sessionless mode.
Ovidiu Mircescu [Mon, 12 Jul 2021 12:36:50 +0000 (14:36 +0200)]
ResourcesManager in sessionless mode.

2 years agoDon't source the environment for srun containers.
Ovidiu MIRCESCU [Tue, 6 Jul 2021 09:12:38 +0000 (11:12 +0200)]
Don't source the environment for srun containers.

Salome environment is already loaded when launching srun containers.
Loading it a second time creates very long PYTHONPATH & LD_LIBRARY_PATH with
bad consequences for performance.

2 years agoDon't remove filedict twice.
Ovidiu MIRCESCU [Tue, 6 Jul 2021 07:11:46 +0000 (09:11 +0200)]
Don't remove filedict twice.

2 years agoFix TestExportToGEOM.py case in SSL mode
Anthony Geay [Fri, 25 Jun 2021 15:21:18 +0000 (17:21 +0200)]
Fix TestExportToGEOM.py case in SSL mode

2 years agoAdd script to launch salome gui in session less mode.
Ovidiu MIRCESCU [Fri, 18 Jun 2021 09:22:50 +0000 (11:22 +0200)]
Add script to launch salome gui in session less mode.

2 years agoFix CORBA::OBJ_ADAPTER error at Container shutdown
Anthony Geay [Fri, 11 Jun 2021 13:53:11 +0000 (15:53 +0200)]
Fix CORBA::OBJ_ADAPTER error at Container shutdown

2 years agoKERNEL ContainerManager is able to launch SALOME_Container_No_NS_Serv on remote nodes
Anthony Geay [Fri, 11 Jun 2021 13:08:07 +0000 (15:08 +0200)]
KERNEL ContainerManager is able to launch SALOME_Container_No_NS_Serv on remote nodes

2 years agoFix link error with SALOME_MPI activated
Anthony Geay [Fri, 11 Jun 2021 11:13:56 +0000 (13:13 +0200)]
Fix link error with SALOME_MPI activated

2 years agoImplementation of Engines_Component_i::isSSLMode
Anthony Geay [Fri, 11 Jun 2021 06:31:31 +0000 (08:31 +0200)]
Implementation of Engines_Component_i::isSSLMode

2 years agoContainer servant hold information about SSL mode or not
Anthony Geay [Wed, 9 Jun 2021 15:29:36 +0000 (17:29 +0200)]
Container servant hold information about SSL mode or not

2 years agoSwig module under Windows in debug.
rnv [Tue, 1 Jun 2021 22:13:10 +0000 (01:13 +0300)]
Swig module under Windows in debug.

2 years agoFix compilation with MPI
rnv [Fri, 28 May 2021 11:47:41 +0000 (14:47 +0300)]
Fix compilation with MPI

2 years agoMerge branch 'V9_7_BR'
vsr [Mon, 24 May 2021 13:39:49 +0000 (16:39 +0300)]
Merge branch 'V9_7_BR'

3 years agoG. David : Shell Script written in env.d application directory executing module loads...
Anthony Geay [Tue, 18 May 2021 09:40:26 +0000 (11:40 +0200)]
G. David : Shell Script written in env.d application directory executing module loads found in config_appli.xml

3 years agoMerge branch 'agy/smesh_to_mc'
Anthony Geay [Mon, 17 May 2021 12:27:12 +0000 (14:27 +0200)]
Merge branch 'agy/smesh_to_mc'

3 years agoCompilation under Windows: add missing header
rnv [Tue, 11 May 2021 11:19:50 +0000 (14:19 +0300)]
Compilation under Windows: add missing header

3 years agoFix problems of killing SALOME processes on Windows V9_7_BR V9_7_0 V9_7_0rc1 V9_7_0rc2
vsr [Fri, 7 May 2021 09:55:40 +0000 (12:55 +0300)]
Fix problems of killing SALOME processes on Windows

3 years agobos #20365: fix salome killall & salome kill <port> under Windows
rnv [Thu, 6 May 2021 14:32:22 +0000 (17:32 +0300)]
bos #20365: fix salome killall & salome kill <port> under Windows

3 years agoWorkaround: define SALOME_USE_MESA variable when running over MESA
vsr [Wed, 5 May 2021 15:23:18 +0000 (18:23 +0300)]
Workaround: define SALOME_USE_MESA variable when running over MESA

3 years agoDetection du mode emedded dans SMESH -> Utilisation de SMESH::IsEmbedded -> Reperage... agy/smesh_to_mc
Anthony Geay [Wed, 28 Apr 2021 15:18:30 +0000 (17:18 +0200)]
Detection du mode emedded dans SMESH -> Utilisation de SMESH::IsEmbedded -> Reperage de la Session dans SALOME_Component_i -> parametre registry doit etre a 1 -> travail pour rendre la detection propre

3 years agoIncrement version: 9.7.0
vsr [Tue, 27 Apr 2021 13:20:31 +0000 (16:20 +0300)]
Increment version: 9.7.0

3 years agobos #24218 [CEA 24189] Cannot launch SALOME - tmp/logs wrong permissions
vsr [Thu, 22 Apr 2021 15:10:27 +0000 (18:10 +0300)]
bos #24218 [CEA 24189] Cannot launch SALOME - tmp/logs wrong permissions