Salome HOME
modules/kernel.git
9 years agoBug correction. Regitry server must be thread safe ; When components are instanciated... fbt/compilation_on_porthos fbt_compilation_on_porthos
Anthony Geay [Thu, 29 Jan 2015 08:54:50 +0000 (09:54 +0100)]
Bug correction. Regitry server must be thread safe ; When components are instanciated and loaded simultaneously registry->add can be invoked simultaneously. POA of Registry::Components is now SINGLE_THREAD.

9 years agoFix compilation with parallel extensions (PaCO and MPI) V7_5_BR rbe/fix-contmanager-parallel V7_5_1 V7_5_1rc3
Renaud Barate [Wed, 28 Jan 2015 10:34:32 +0000 (11:34 +0100)]
Fix compilation with parallel extensions (PaCO and MPI)

9 years agorunning bash scripts in salome shell agr/fix9680_command_line_scripts V7_5_1rc2
Cédric Aguerre [Mon, 26 Jan 2015 09:17:37 +0000 (10:17 +0100)]
running bash scripts in salome shell

update salome shell usage

usage

9 years agoFix small bug introduced with commit 485e5e1d
vsr [Mon, 19 Jan 2015 14:35:35 +0000 (17:35 +0300)]
Fix small bug introduced with commit 485e5e1d

9 years agouse realpath to follow symbolic links agr/fix_realpath
Cédric Aguerre [Fri, 23 Jan 2015 14:29:04 +0000 (15:29 +0100)]
use realpath to follow symbolic links

9 years ago0022850: EDF PARAVIS: Save study does not work in ParaVis
vsr [Fri, 23 Jan 2015 11:27:59 +0000 (14:27 +0300)]
0022850: EDF PARAVIS: Save study does not work in ParaVis

9 years agoFixing TIMESTAMP mechanism for PY file compilation V7_5_1rc1
abn [Tue, 6 Jan 2015 14:33:22 +0000 (15:33 +0100)]
Fixing TIMESTAMP mechanism for PY file compilation

9 years ago22778: [CEA 1298] Python file compilation should be done at build time, not install...
eap [Tue, 30 Dec 2014 13:49:35 +0000 (16:49 +0300)]
22778: [CEA 1298] Python file compilation should be done at build time, not install time

9 years agoMerge remote branch 'origin/rbe/fix-resource-manager-thread-safe' into V7_5_BR
vsr [Mon, 12 Jan 2015 09:45:44 +0000 (12:45 +0300)]
Merge remote branch 'origin/rbe/fix-resource-manager-thread-safe' into V7_5_BR

9 years agoCode cleanup following previous fix rbe/fix-resource-manager-thread-safe
Renaud Barate [Thu, 8 Jan 2015 10:55:18 +0000 (11:55 +0100)]
Code cleanup following previous fix

9 years agoFix a bug causing concurrent access problems to the Resources Manager
Renaud Barate [Thu, 8 Jan 2015 09:44:06 +0000 (10:44 +0100)]
Fix a bug causing concurrent access problems to the Resources Manager

Since the development of parallel container launch, the container
manager is multi-threaded, but it used directly the resource manager
which is not thread safe. With this fix, all calls from the container
manager to the resource manager are done through CORBA, and since the
resource manager runs in a single-thread POA, thread-safety is ensured.

9 years agoFix bug preventing SALOME applications without GUI to launch properly rbe/fix-appli-wo-gui
Renaud Barate [Mon, 5 Jan 2015 10:31:27 +0000 (11:31 +0100)]
Fix bug preventing SALOME applications without GUI to launch properly

This bug was introduced by commit 33045b958bf590997b2765a5f0a17c2139d92b92

9 years agoWin32 compatibility V7_5_1b1
vsr [Wed, 10 Dec 2014 08:40:11 +0000 (11:40 +0300)]
Win32 compatibility

9 years agoIncrement version: 7.5.1
vsr [Tue, 9 Dec 2014 08:44:47 +0000 (11:44 +0300)]
Increment version: 7.5.1

9 years agoMerge remote branch 'origin/agr/python_refactoring' into V7_5_BR
vsr [Tue, 9 Dec 2014 06:46:16 +0000 (09:46 +0300)]
Merge remote branch 'origin/agr/python_refactoring' into V7_5_BR

9 years agoupdate usage info agr/python_refactoring
Cédric Aguerre [Wed, 26 Nov 2014 14:45:03 +0000 (15:45 +0100)]
update usage info

9 years agocalling YACS driver
Cédric Aguerre [Tue, 25 Nov 2014 11:04:52 +0000 (12:04 +0100)]
calling YACS driver

9 years agoremove hard-coded paths
Cédric Aguerre [Mon, 24 Nov 2014 13:40:35 +0000 (14:40 +0100)]
remove hard-coded paths

remove hard-coded paths

9 years agoRecover previously removed line gdd/python_refactoring
Gilles DAVID [Mon, 24 Nov 2014 16:41:50 +0000 (17:41 +0100)]
Recover previously removed line

The previously removed "import" command is specifically tested in
the try except block.

9 years agoSome Python refactoring and use argparse instead of optparse
Gilles DAVID [Fri, 21 Nov 2014 18:18:12 +0000 (19:18 +0100)]
Some Python refactoring and use argparse instead of optparse

9 years agoMerge branch 'master' into V7_5_BR V7_5_0 V7_5_0rc1
vsr [Mon, 17 Nov 2014 14:06:24 +0000 (17:06 +0300)]
Merge branch 'master' into V7_5_BR

9 years agoBug fix: the command "salome shell" was broken on some machines.
abn [Mon, 17 Nov 2014 08:43:35 +0000 (09:43 +0100)]
Bug fix: the command "salome shell" was broken on some machines.

9 years agoMerge branch 'master' into V7_5_BR
vsr [Thu, 13 Nov 2014 16:04:17 +0000 (19:04 +0300)]
Merge branch 'master' into V7_5_BR

9 years agoAdd short option -w for --shutdown-servers occ/shape_reparation_2
Christophe Bourcier local [Wed, 12 Nov 2014 17:09:46 +0000 (18:09 +0100)]
Add short option -w for --shutdown-servers

9 years agoFix problem with saving/loading data of modules with incorrectly implemented persiste...
vsr [Thu, 6 Nov 2014 09:24:21 +0000 (12:24 +0300)]
Fix problem with saving/loading data of modules with incorrectly implemented persistence mechanism

9 years agoIncrement version: 7.5.0
vsr [Wed, 5 Nov 2014 15:21:42 +0000 (18:21 +0300)]
Increment version: 7.5.0

9 years agoBug fix: running scripts in embedded python console V7_5_0b1
Cédric Aguerre [Mon, 27 Oct 2014 11:09:02 +0000 (12:09 +0100)]
Bug fix: running scripts in embedded python console

9 years agousing the new salome command is even better
Cédric Aguerre [Fri, 24 Oct 2014 14:35:29 +0000 (16:35 +0200)]
using the new salome command is even better

9 years agorun scripts on remote machines (substitute for runSalomeScript)
Cédric Aguerre [Fri, 24 Oct 2014 12:51:29 +0000 (14:51 +0200)]
run scripts on remote machines (substitute for runSalomeScript)

9 years agoFix a bug that salome does not start if launched with --port option
eap [Wed, 22 Oct 2014 11:22:50 +0000 (15:22 +0400)]
Fix a bug that salome does not start if launched with --port option

9 years agouse os.pathsep
Cédric Aguerre [Wed, 22 Oct 2014 08:26:31 +0000 (10:26 +0200)]
use os.pathsep

9 years ago[PortManager] create lock file in temporary folder, with 0666 permissions
Cédric Aguerre [Tue, 21 Oct 2014 08:21:34 +0000 (10:21 +0200)]
[PortManager] create lock file in temporary folder, with 0666 permissions

9 years agoAdapted salome_test to new PARAVIS architecture.
abn [Fri, 17 Oct 2014 07:53:10 +0000 (09:53 +0200)]
Adapted salome_test to new PARAVIS architecture.

9 years agoMerge branch 'master' of ssh://git.salome-platform.org/modules/kernel
abn [Tue, 14 Oct 2014 14:20:03 +0000 (16:20 +0200)]
Merge branch 'master' of ssh://git.salome-platform.org/modules/kernel

9 years agoMinor bug fix: IN_SALOME_GUI should not be reset if already set.
abn [Tue, 14 Oct 2014 14:19:39 +0000 (16:19 +0200)]
Minor bug fix: IN_SALOME_GUI should not be reset if already set.

9 years agoMerge branch 'omu/graphviz238' V7_5_0a1
vsr [Fri, 10 Oct 2014 06:18:58 +0000 (10:18 +0400)]
Merge branch 'omu/graphviz238'

9 years agoDetect version of graphviz, to set preprocessor definitions properly; for backward... omu/graphviz238
vsr [Fri, 10 Oct 2014 06:15:43 +0000 (10:15 +0400)]
Detect version of graphviz, to set preprocessor definitions properly; for backward compatibility with graphviz < 2.36.

9 years agoMerge remote branch 'origin/omu/graphviz238'
vsr [Thu, 9 Oct 2014 15:07:04 +0000 (19:07 +0400)]
Merge remote branch 'origin/omu/graphviz238'

9 years agoSince SALOME 7.5.0 Port Manager is switched ON by default
vsr [Thu, 9 Oct 2014 07:34:09 +0000 (11:34 +0400)]
Since SALOME 7.5.0 Port Manager is switched ON by default

9 years agoMerge branch 'rbe/evol-job-newparams'
Renaud Barate [Wed, 8 Oct 2014 15:56:04 +0000 (17:56 +0200)]
Merge branch 'rbe/evol-job-newparams'

* rbe/evol-job-newparams:
  Fix bug when creating JobParameters in Python (due to previous evolutions)
  SALOME Launcher: add possibility to specify extra parameters
  Add batch parameter wckey to SALOME Launcher

9 years agoIncrease ORB parameter maxGIOPConnectionPerServer to 50
Renaud Barate [Wed, 8 Oct 2014 09:38:38 +0000 (11:38 +0200)]
Increase ORB parameter maxGIOPConnectionPerServer to 50

The default parameter (5) restricts the launch of containers in parallel.
This value (50) seems a good tradeoff on current machines. It might be
necessary to increase it further in the future.

9 years agoFix bug when creating JobParameters in Python (due to previous evolutions) rbe/evol-job-newparams
Renaud Barate [Wed, 8 Oct 2014 08:36:15 +0000 (10:36 +0200)]
Fix bug when creating JobParameters in Python (due to previous evolutions)

9 years agoSALOME Launcher: add possibility to specify extra parameters
Renaud Barate [Tue, 7 Oct 2014 15:24:47 +0000 (17:24 +0200)]
SALOME Launcher: add possibility to specify extra parameters

9 years agoTest Graphviz 2.38
Ovidiu Mircescu [Mon, 6 Oct 2014 09:46:38 +0000 (11:46 +0200)]
Test Graphviz 2.38

9 years agoAdd batch parameter wckey to SALOME Launcher
Renaud Barate [Mon, 6 Oct 2014 16:03:07 +0000 (18:03 +0200)]
Add batch parameter wckey to SALOME Launcher

9 years agoMerge branch 'agy/ParallelContainerLaunch'
Anthony Geay [Mon, 6 Oct 2014 15:28:26 +0000 (17:28 +0200)]
Merge branch 'agy/ParallelContainerLaunch'

9 years agoMulti-study support removal: finalization
akl [Tue, 23 Sep 2014 08:21:50 +0000 (12:21 +0400)]
Multi-study support removal: finalization

9 years agoCorrection of bug for HPContainers shared by different scripts. agy/ParallelContainerLaunch
Anthony Geay [Tue, 16 Sep 2014 08:56:02 +0000 (10:56 +0200)]
Correction of bug for HPContainers shared by different scripts.

9 years agoAdding explicit ORB destruction function.
abn [Mon, 15 Sep 2014 12:24:16 +0000 (14:24 +0200)]
Adding explicit ORB destruction function.

9 years agoMinor: adding sphinx-apidoc tool to the Sphinx detection.
abn [Wed, 10 Sep 2014 06:53:57 +0000 (08:53 +0200)]
Minor: adding sphinx-apidoc tool to the Sphinx detection.

9 years agoSwitch on dev version flag
vsr [Thu, 28 Aug 2014 09:09:38 +0000 (13:09 +0400)]
Switch on dev version flag

9 years agoMerge remote branch 'origin/V7_4_BR'
vsr [Thu, 28 Aug 2014 09:05:41 +0000 (13:05 +0400)]
Merge remote branch 'origin/V7_4_BR'

9 years agoImplementation of 0022617: [CEA 1060] In OCC view, add "Show vertices" in the context...
akl [Thu, 28 Aug 2014 08:16:43 +0000 (12:16 +0400)]
Implementation of 0022617: [CEA 1060] In OCC view, add "Show vertices" in the contextual menu.

9 years agoRemove use of mutable as default parameter value
Gilles DAVID [Wed, 27 Aug 2014 13:33:14 +0000 (15:33 +0200)]
Remove use of mutable as default parameter value

Usually the use of a mutable as a default parameter value is not
advised.
This is well explained in http://effbot.org/zone/default-values.htm

9 years agoMake ContainerManager::GiveContainer threadsafe to allow // launch of containers.
Anthony Geay [Wed, 20 Aug 2014 07:22:54 +0000 (09:22 +0200)]
Make ContainerManager::GiveContainer threadsafe to allow // launch of containers.

9 years agoDeal with ref count server side.
Anthony Geay [Thu, 14 Aug 2014 06:53:33 +0000 (08:53 +0200)]
Deal with ref count server side.

9 years agoMakes the remote interpretor or Salome accessible for both PyScriptNode and PyNode.
Anthony Geay [Wed, 13 Aug 2014 13:09:05 +0000 (15:09 +0200)]
Makes the remote interpretor or Salome accessible for both PyScriptNode and PyNode.

9 years agoTrying to fix Paco++/MPI optional compilation.
Anthony Geay [Fri, 8 Aug 2014 09:52:46 +0000 (11:52 +0200)]
Trying to fix Paco++/MPI optional compilation.

9 years agoMerge branch 'master' of https://git.salome-platform.org/git/modules/kernel
Anthony Geay [Thu, 7 Aug 2014 13:15:26 +0000 (15:15 +0200)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/kernel

9 years agoAdd some useful method in containers to extend the services to execute remotely pytho...
Anthony Geay [Thu, 7 Aug 2014 13:15:19 +0000 (15:15 +0200)]
Add some useful method in containers to extend the services to execute remotely python scripts.

9 years agoRevert "Synchronize adm files"
vsr [Thu, 7 Aug 2014 09:20:46 +0000 (13:20 +0400)]
Revert "Synchronize adm files"

This reverts commit 641929d327319a80b4fc6f6157605a21f46413c4.

9 years agoSynchronize adm files
Maintenance team (INV) [Wed, 6 Aug 2014 19:16:30 +0000 (23:16 +0400)]
Synchronize adm files

9 years agoMerge remote-tracking branch 'origin/rnv/py_win_fix'
rnv [Tue, 15 Jul 2014 12:07:52 +0000 (16:07 +0400)]
Merge remote-tracking branch 'origin/rnv/py_win_fix'

9 years agoImprove Unicode support in class StudyEditor
Renaud Barate [Thu, 10 Jul 2014 10:06:45 +0000 (12:06 +0200)]
Improve Unicode support in class StudyEditor

9 years agoFixing of 0022619: [CEA 1094] Dump study in utf8:
akl [Wed, 9 Jul 2014 13:57:38 +0000 (17:57 +0400)]
Fixing of 0022619: [CEA 1094] Dump study in utf8:
replacement
# -*- coding: iso-8859-1 -*-
by
# -*- coding: utf-8 -*-

9 years agoFix problem with the python initialization on windows. rnv/py_win_fix
rnv [Wed, 9 Jul 2014 11:02:11 +0000 (15:02 +0400)]
Fix problem with the python initialization on windows.

9 years agoFix bug with Python warning messages not redirected when sys.stderr is redirected
Renaud Barate [Tue, 8 Jul 2014 14:48:00 +0000 (16:48 +0200)]
Fix bug with Python warning messages not redirected when sys.stderr is redirected

9 years agoUse UTF-8 encoding when setting parameters of the study objects
Renaud Barate [Mon, 7 Jul 2014 15:22:48 +0000 (17:22 +0200)]
Use UTF-8 encoding when setting parameters of the study objects

9 years agoVersion update: 7.4.1 V7_4_BR V7_4_1 V7_4_1rc1
vsr [Fri, 27 Jun 2014 10:11:13 +0000 (14:11 +0400)]
Version update: 7.4.1

9 years agoOCCT dev version porting (6.7.2): attempt #2
vsr [Mon, 9 Jun 2014 11:54:38 +0000 (15:54 +0400)]
OCCT dev version porting (6.7.2): attempt #2

9 years agoOCCT dev version porting (6.7.2)
vsr [Fri, 6 Jun 2014 12:03:18 +0000 (16:03 +0400)]
OCCT dev version porting (6.7.2)

9 years agoFix instable pb with starting SALOME on Windows V7_4_0
vsr [Wed, 28 May 2014 13:22:01 +0000 (17:22 +0400)]
Fix instable pb with starting SALOME on Windows

9 years agolink lib/paraview directories properly in salome application V7_4_0rc2
vsr [Mon, 26 May 2014 10:45:43 +0000 (14:45 +0400)]
link lib/paraview directories properly in salome application

10 years ago22587: [CEA 1166] Exception KeyError in module threading at Salome exit
eap [Tue, 20 May 2014 10:22:11 +0000 (14:22 +0400)]
22587: [CEA 1166] Exception KeyError in module threading at Salome exit

10 years agoadd script for auto-completion V7_4_0rc1
Cédric Aguerre [Fri, 16 May 2014 14:35:33 +0000 (16:35 +0200)]
add script for auto-completion

10 years agoremove extra print() calls
Cédric Aguerre [Fri, 16 May 2014 10:25:23 +0000 (12:25 +0200)]
remove extra print() calls

10 years agobug fix: omninames kill
Cédric Aguerre [Fri, 16 May 2014 10:20:40 +0000 (12:20 +0200)]
bug fix: omninames kill

10 years ago0022585: [CEA 1167] option --shutdown-servers kills all salome sessions instead of...
vsr [Wed, 14 May 2014 09:43:44 +0000 (13:43 +0400)]
0022585: [CEA 1167] option --shutdown-servers kills all salome sessions instead of current session

Modify the way the servers are stopped at exit from Python, to correct bug introduced by the fix for issue 22489

10 years agoBuild SALOME with the Macrosoft Visual Studio 2010.
rnv [Tue, 13 May 2014 09:45:30 +0000 (13:45 +0400)]
Build SALOME with the Macrosoft Visual Studio 2010.

10 years agoSALOME_GENERATE_TESTS_ENVIRONMENT script: process correctly ';' separator in env...
vsr [Mon, 12 May 2014 08:30:51 +0000 (12:30 +0400)]
SALOME_GENERATE_TESTS_ENVIRONMENT script: process correctly ';' separator in env variables on Linux

10 years agoSALOME_GENERATE_TESTS_ENVIRONMENT() macro: strip "Salome" prefix from project name...
vsr [Thu, 8 May 2014 12:46:57 +0000 (16:46 +0400)]
SALOME_GENERATE_TESTS_ENVIRONMENT() macro: strip "Salome" prefix from project name only for Salome project

10 years agoClose file.
rnv [Mon, 5 May 2014 16:00:31 +0000 (20:00 +0400)]
Close file.

10 years agoadd doc for new salome command
Cédric Aguerre [Wed, 30 Apr 2014 15:12:10 +0000 (17:12 +0200)]
add doc for new salome command

10 years agofix bug with quotes
Cédric Aguerre [Tue, 29 Apr 2014 16:13:04 +0000 (18:13 +0200)]
fix bug with quotes

10 years agoadd salome_starter.py for application folder detection
Cédric Aguerre [Thu, 24 Apr 2014 14:33:35 +0000 (16:33 +0200)]
add salome_starter.py for application folder detection

10 years agoset returncode after Python scripts execution
Cédric Aguerre [Wed, 23 Apr 2014 13:42:17 +0000 (15:42 +0200)]
set returncode after Python scripts execution

10 years agoMerge branch 'master' of https://git.salome-platform.org/git/modules/kernel
Cédric Aguerre [Wed, 23 Apr 2014 09:28:01 +0000 (11:28 +0200)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/kernel

10 years agofix bug with ORB port management
Cédric Aguerre [Wed, 23 Apr 2014 09:26:59 +0000 (11:26 +0200)]
fix bug with ORB port management

10 years agoWin32 compatibility
ana [Fri, 18 Apr 2014 14:55:38 +0000 (18:55 +0400)]
Win32 compatibility

10 years agoIncrement version: 7.4.0
vsr [Fri, 18 Apr 2014 11:30:16 +0000 (15:30 +0400)]
Increment version: 7.4.0

10 years agoINT PAL 0052373: TC7.4.0:Dump study failed
mpa [Fri, 18 Apr 2014 11:16:35 +0000 (15:16 +0400)]
INT PAL 0052373: TC7.4.0:Dump study failed

10 years agoRevert "CMake: fixed minor bug: when a _ROOT_DIR variable was set by the user after"
abn [Wed, 16 Apr 2014 07:38:43 +0000 (09:38 +0200)]
Revert "CMake: fixed minor bug: when a _ROOT_DIR variable was set by the user after"

This reverts commit f6f9c5 - the behavior is faulty with command line override
and doesn't work properly with special cases like OMNIORBPY

10 years agoMerge branch 'master' of https://git.salome-platform.org/git/modules/kernel
Cédric Aguerre [Tue, 15 Apr 2014 13:14:00 +0000 (15:14 +0200)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/kernel

10 years agoIf cfg file parser fails, try to read sh file
Cédric Aguerre [Tue, 15 Apr 2014 13:13:47 +0000 (15:13 +0200)]
If cfg file parser fails, try to read sh file

10 years agoremove notification server
Cédric Aguerre [Tue, 15 Apr 2014 09:34:31 +0000 (11:34 +0200)]
remove notification server

10 years agoCMake: fixed minor bug: when a _ROOT_DIR variable was set by the user after
abn [Tue, 15 Apr 2014 09:17:15 +0000 (11:17 +0200)]
CMake: fixed minor bug: when a _ROOT_DIR variable was set by the user after
having run CMake once, it was not taken into account (because of CMake cache
persistency).

10 years agocontrol the presence of active studies in Python salome.salome_init() pre/fix_single_study V7_4_0b1
Paul RASCLE [Sat, 12 Apr 2014 16:20:27 +0000 (18:20 +0200)]
control the presence of active studies in Python salome.salome_init()

10 years agoforbid several simultaneously active studies in the same session, in study creation...
Paul RASCLE [Sat, 12 Apr 2014 15:17:09 +0000 (17:17 +0200)]
forbid several simultaneously active studies in the same session, in study creation or opening

10 years agoMerge branch 'master' of https://git.salome-platform.org/git/modules/kernel into...
Paul RASCLE [Fri, 11 Apr 2014 12:50:08 +0000 (14:50 +0200)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/kernel into pre/fix_single_study

10 years agoFix problem of bad merge
vsr [Fri, 11 Apr 2014 12:49:55 +0000 (16:49 +0400)]
Fix problem of bad merge