Salome HOME
modules/kernel.git
12 years agoImplement Shutdown() method for the SALOME Session server
vsr [Tue, 13 Mar 2012 12:22:40 +0000 (12:22 +0000)]
Implement Shutdown() method for the SALOME Session server

12 years agoCMake now manages graph partionners scotch, metis and parmetis.
ageay [Tue, 13 Mar 2012 11:27:47 +0000 (11:27 +0000)]
CMake now manages graph partionners scotch, metis and parmetis.

12 years agoImplement Shutdown() method for the SALOME Session server
vsr [Tue, 13 Mar 2012 09:21:26 +0000 (09:21 +0000)]
Implement Shutdown() method for the SALOME Session server

12 years agoPR: Bug PAL EDF 2090
prascle [Thu, 8 Mar 2012 17:14:34 +0000 (17:14 +0000)]
PR: Bug PAL EDF 2090
sometimes, on cluster systems heavily loaded, the timeout on connection to Naming Service in initNS() is too short and SALOME launch aborts. 1s --> 10s

12 years agoPrint the missing boost library if necessary
adam [Tue, 21 Feb 2012 12:56:54 +0000 (12:56 +0000)]
Print the missing boost library if necessary

12 years agoFix bug of Dump visual state functionality - IParameter should be cleared in the...
vsr [Wed, 15 Feb 2012 11:22:09 +0000 (11:22 +0000)]
Fix bug of Dump visual state functionality - IParameter should be cleared in the script in order to prevent having its incorrect state when running Python script(s) in the same study.

12 years agoIMP: studyedit, helper functions to convert study in studyId et conversely
boulant [Mon, 13 Feb 2012 12:49:37 +0000 (12:49 +0000)]
IMP: studyedit, helper functions to convert study in studyId et conversely

12 years agoIn openmpi need to link with libmpi_cxx and libmpi.so
ageay [Fri, 10 Feb 2012 15:49:01 +0000 (15:49 +0000)]
In openmpi need to link with libmpi_cxx and libmpi.so

12 years agoOn Fedora libboost_thread.so does not exit.
ageay [Fri, 10 Feb 2012 15:48:09 +0000 (15:48 +0000)]
On Fedora libboost_thread.so does not exit.

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 15:06:29 +0000 (15:06 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state

+  virtual void  SetOption(const char*, const char*);
+  virtual char* GetOption(const char*);

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 15:06:03 +0000 (15:06 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state

+    void SetOption(in string optionName, in string value);
+    string GetOption(in string optionName);

12 years agodoc compilation
ana [Wed, 8 Feb 2012 06:51:18 +0000 (06:51 +0000)]
doc compilation

12 years agoBuild documentation by CMAKE: small correction
ana [Mon, 6 Feb 2012 12:32:52 +0000 (12:32 +0000)]
Build documentation by CMAKE: small correction

12 years agoBuild documentation by CMAKE
ana [Mon, 6 Feb 2012 11:37:11 +0000 (11:37 +0000)]
Build documentation by CMAKE

12 years agoImplementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentati...
ana [Mon, 6 Feb 2012 07:29:53 +0000 (07:29 +0000)]
Implementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentation / help(aMethod)" issue.

12 years ago1) Build documentation using sphinx.
rnv [Wed, 1 Feb 2012 12:19:44 +0000 (12:19 +0000)]
1) Build documentation using sphinx.
2) win32 compilation of the Geometry module.

12 years agoWin32 compatibility.
rnv [Wed, 1 Feb 2012 12:15:44 +0000 (12:15 +0000)]
Win32 compatibility.

12 years agoBuild SALOME on win32 platform.
rnv [Fri, 27 Jan 2012 08:15:25 +0000 (08:15 +0000)]
Build SALOME on win32 platform.

12 years agoFix bug in the study manager (SaveAs operation): if the study is not save due to...
vsr [Thu, 26 Jan 2012 10:55:17 +0000 (10:55 +0000)]
Fix bug in the study manager (SaveAs operation): if the study is not save due to some reason, it's URL is nevertheless changed to the new one, and "Saved" stautus is set to True.

12 years agoImprove Python container:
vsr [Thu, 26 Jan 2012 09:28:17 +0000 (09:28 +0000)]
Improve Python container:
- load_component_Library() function returns now reason of the failure if it can't load the component module
- avoid raising an exception when triyng loading unexistent or inappropriate module (for instance, if module is not a Python, but C++ one).

12 years agoFix bugs in GetDirFromPath() and GetNameFromPath() functions: they give wrong result...
vsr [Wed, 25 Jan 2012 13:24:09 +0000 (13:24 +0000)]
Fix bugs in GetDirFromPath() and GetNameFromPath() functions: they give wrong result if file is in the root directory.

12 years agoRaise correct exception in Launcher when maximum_duration parameter does not contain ':'
barate [Mon, 16 Jan 2012 10:06:13 +0000 (10:06 +0000)]
Raise correct exception in Launcher when maximum_duration parameter does not contain ':'

12 years agoBuild SALOME using cmake.
rnv [Fri, 13 Jan 2012 09:48:34 +0000 (09:48 +0000)]
Build SALOME using cmake.

12 years agoPorting GUI_SRC/tools/dlgfactory on win32 platform
ana [Wed, 11 Jan 2012 11:37:07 +0000 (11:37 +0000)]
Porting GUI_SRC/tools/dlgfactory on win32 platform

12 years agoBuild SALOME on win32 platform.
rnv [Tue, 10 Jan 2012 14:25:18 +0000 (14:25 +0000)]
Build SALOME on win32 platform.

12 years agoAdd functions to save / load exchange variables to / from XML files
barate [Fri, 6 Jan 2012 10:27:19 +0000 (10:27 +0000)]
Add functions to save / load exchange variables to / from XML files

12 years agoFix sphinx doc generation in GEOM and SMESH
barate [Thu, 5 Jan 2012 17:11:23 +0000 (17:11 +0000)]
Fix sphinx doc generation in GEOM and SMESH

12 years agoImprovements for Salome on clusters (fix bug PAL #1966):
barate [Thu, 5 Jan 2012 15:10:28 +0000 (15:10 +0000)]
Improvements for Salome on clusters (fix bug PAL #1966):
- New option to launch Salome servers with a simple fork instead of daemons
- Add internal protocols pbsdsh and blaunch for PBS and LSF clusters

12 years agoBuild YACS documentation using sphinx-1.0.7 via cmake.
rnv [Thu, 15 Dec 2011 08:39:28 +0000 (08:39 +0000)]
Build YACS documentation using sphinx-1.0.7 via cmake.

12 years agoMerge from V6_4_BR 05/12/2011
vsr [Mon, 5 Dec 2011 10:05:33 +0000 (10:05 +0000)]
Merge from V6_4_BR 05/12/2011

12 years agoThe function ObjectToSObject, ... are already defined in salome.py but with less...
boulant [Fri, 28 Oct 2011 16:55:25 +0000 (16:55 +0000)]
The function ObjectToSObject, ... are already defined in salome.py but with less arguments (the study is predefined as a global variable in salome.py).

12 years agoUpdate the getActiveStudy* functions in studyedit (usage of salome.getActiveStudy())
boulant [Fri, 28 Oct 2011 16:50:35 +0000 (16:50 +0000)]
Update the getActiveStudy* functions in studyedit (usage of salome.getActiveStudy())

12 years agoMantis issue 0020136: EDF 933 DEV : Drag&Drop in OB After_0020136 V6_4_0a1
jfa [Fri, 28 Oct 2011 12:08:38 +0000 (12:08 +0000)]
Mantis issue 0020136: EDF 933 DEV : Drag&Drop in OB

12 years agoIMP: add some function in services.py to manipulate objects, sobjects and entry ... Before_0020136
boulant [Thu, 27 Oct 2011 15:37:10 +0000 (15:37 +0000)]
IMP: add some function in services.py to manipulate objects, sobjects and entry (object id in a study)

12 years agoMerge from V6_3_BR branch (Windows porting) 27/10/2011
vsr [Thu, 27 Oct 2011 15:32:38 +0000 (15:32 +0000)]
Merge from V6_3_BR branch (Windows porting) 27/10/2011

12 years agoFix GUI compilation with CMake
barate [Thu, 27 Oct 2011 11:52:40 +0000 (11:52 +0000)]
Fix GUI compilation with CMake

12 years agoBug Fix: Job file and env file are now not added to input list files
ribes [Thu, 27 Oct 2011 10:03:55 +0000 (10:03 +0000)]
Bug Fix: Job file and env file are now not added to input list files

12 years agoBug Fix: correct job number when loading jobs
ribes [Thu, 27 Oct 2011 09:35:21 +0000 (09:35 +0000)]
Bug Fix: correct job number when loading jobs

12 years agoADD a end user module (services.py) to help the manipulation of SALOME KERNEL service...
boulant [Wed, 26 Oct 2011 16:20:29 +0000 (16:20 +0000)]
ADD a end user module (services.py) to help the manipulation of SALOME KERNEL services from a python context (someone who is a master of salome.py and all the associated stuff does not need this module)

12 years agoADD a end user module (services.py) to help the manipulation of SALOME KERNEL service...
boulant [Wed, 26 Oct 2011 16:15:01 +0000 (16:15 +0000)]
ADD a end user module (services.py) to help the manipulation of SALOME KERNEL services from a python context (someone who is a master of salome.py and all the associated stuff does not need this module)

12 years agoFix Python UI generation when building with CMake
barate [Wed, 26 Oct 2011 15:25:22 +0000 (15:25 +0000)]
Fix Python UI generation when building with CMake

12 years agoFix problem of build procedure: 'make install' fails if OMNIORB_CONFIG variable point...
vsr [Tue, 25 Oct 2011 10:09:08 +0000 (10:09 +0000)]
Fix problem of build procedure: 'make install' fails if OMNIORB_CONFIG variable points to the running omniNames but other SALOME services are unreachable.

12 years agoAdd possibility to launch Salome servers and local containers with a specific command...
barate [Mon, 24 Oct 2011 13:40:24 +0000 (13:40 +0000)]
Add possibility to launch Salome servers and local containers with a specific command like srun

12 years agoPR: compilation on KUbuntu 11.10
prascle [Sat, 22 Oct 2011 16:22:41 +0000 (16:22 +0000)]
PR: compilation on KUbuntu 11.10

12 years agoAdd python modules in KERNE_PY.
boulant [Fri, 21 Oct 2011 16:04:50 +0000 (16:04 +0000)]
Add python modules in KERNE_PY.
Test with kernelpy_autotest.sh
Doc in kernel.rst

12 years agoAdd missing linking flags
gdd [Fri, 21 Oct 2011 13:14:51 +0000 (13:14 +0000)]
Add missing linking flags

12 years agoAdd the KernelHelpers package that contains helper functions to deal with KERNEL...
boulant [Thu, 20 Oct 2011 16:03:31 +0000 (16:03 +0000)]
Add the KernelHelpers package that contains helper functions to deal with KERNEL services and the study objects.
Tests and Documentation are initiated. To be completed.

12 years agoFix bugs with Salome launcher jobs
barate [Tue, 18 Oct 2011 15:36:04 +0000 (15:36 +0000)]
Fix bugs with Salome launcher jobs

12 years agoTry to kill Salome application when a YACS Launcher job is killed
barate [Mon, 17 Oct 2011 15:57:21 +0000 (15:57 +0000)]
Try to kill Salome application when a YACS Launcher job is killed

12 years agoAdd -I${CMAKE_BINARY_DIR} to default CXX flags (all modules) - equivalent of -I$...
vsr [Sat, 15 Oct 2011 13:45:35 +0000 (13:45 +0000)]
Add -I${CMAKE_BINARY_DIR} to default CXX flags (all modules) - equivalent of -I$(top_builddir) for automake

12 years agoAdd stopJob() for #ifndef WITH_LIBBATCH
eap [Thu, 13 Oct 2011 09:09:37 +0000 (09:09 +0000)]
Add stopJob() for #ifndef WITH_LIBBATCH

12 years agoAdding new Launcher method: stop_job
ribes [Tue, 11 Oct 2011 16:01:52 +0000 (16:01 +0000)]
Adding new Launcher method: stop_job
Bug tracker PAL Id: #1960

12 years agoSuppression of warnings.
ageay [Tue, 11 Oct 2011 14:29:54 +0000 (14:29 +0000)]
Suppression of warnings.

12 years agoFix bug with dash and env script
barate [Mon, 10 Oct 2011 13:06:58 +0000 (13:06 +0000)]
Fix bug with dash and env script

12 years agoCreate a BatchManager instance for each job.
ribes [Fri, 7 Oct 2011 09:53:52 +0000 (09:53 +0000)]
Create a BatchManager instance for each job.
The BatchManager is created when the job is launched and not when it's created.
EDF bug tacker id: PAL #1895

12 years agons_port_log file is now created in USERS directory of Salome application (fix bug...
barate [Thu, 6 Oct 2011 13:44:41 +0000 (13:44 +0000)]
ns_port_log file is now created in USERS directory of Salome application (fix bug PAL #1946)

12 years agoCASCADE 6.5 compatibility
vsr [Wed, 5 Oct 2011 14:33:52 +0000 (14:33 +0000)]
CASCADE 6.5 compatibility

12 years agoCompilation of JOBMANAGER with CMake
barate [Wed, 5 Oct 2011 14:12:49 +0000 (14:12 +0000)]
Compilation of JOBMANAGER with CMake

12 years agoFix SIGSEGV in data server, in local driver implementation, if some component does...
vsr [Mon, 3 Oct 2011 13:51:58 +0000 (13:51 +0000)]
Fix SIGSEGV in data server, in local driver implementation, if some component does not inherit from SALOMEDS::Driver interface.

12 years agoFix generation of file SalomeApp.xml in YACS with CMake
barate [Mon, 3 Oct 2011 12:19:21 +0000 (12:19 +0000)]
Fix generation of file SalomeApp.xml in YACS with CMake

12 years agoFix Salome application generation when compiling with CMake
barate [Mon, 3 Oct 2011 09:04:44 +0000 (09:04 +0000)]
Fix Salome application generation when compiling with CMake
Fix Python UI generation when compiling with CMake

12 years agoImplementation of the issue 21276: EDF 1857 SMESH: Order of algorithms in the combobox
rnv [Thu, 22 Sep 2011 11:51:10 +0000 (11:51 +0000)]
Implementation of the issue 21276: EDF 1857 SMESH: Order of algorithms in the combobox

12 years agojust a little bug
secher [Wed, 7 Sep 2011 14:25:32 +0000 (14:25 +0000)]
just a little bug

12 years agoadd check on mpi implementation
secher [Wed, 7 Sep 2011 09:43:12 +0000 (09:43 +0000)]
add check on mpi implementation

12 years agoadd check on mpi implementation
secher [Wed, 7 Sep 2011 09:40:55 +0000 (09:40 +0000)]
add check on mpi implementation

12 years agoupdate of test
secher [Wed, 7 Sep 2011 08:48:33 +0000 (08:48 +0000)]
update of test

12 years agoadd test MPI2 communication
secher [Tue, 6 Sep 2011 13:48:52 +0000 (13:48 +0000)]
add test MPI2 communication

12 years agoadd test MPI2 communication
secher [Tue, 6 Sep 2011 13:44:06 +0000 (13:44 +0000)]
add test MPI2 communication

12 years agoPR: wrong syntax for srun parameters
prascle [Tue, 6 Sep 2011 07:29:47 +0000 (07:29 +0000)]
PR: wrong syntax for srun parameters

12 years agoChanges due to recent improvements in libBatch.
barate [Fri, 2 Sep 2011 15:53:09 +0000 (15:53 +0000)]
Changes due to recent improvements in libBatch.
Add batch parameter "EXCLUSIVE" in Launcher: Salome jobs are launched in exclusive mode, command jobs in shared mode.

12 years agoMerge from V6_3_BR 12/08/2011
vsr [Fri, 12 Aug 2011 15:15:13 +0000 (15:15 +0000)]
Merge from V6_3_BR 12/08/2011

12 years agoPorting to OCCT6.5.1
jfa [Fri, 12 Aug 2011 13:01:50 +0000 (13:01 +0000)]
Porting to OCCT6.5.1

12 years agoWin32 compilation.
rnv [Fri, 12 Aug 2011 11:20:51 +0000 (11:20 +0000)]
Win32 compilation.

12 years agoPorting to OCCT6.5.1
jfa [Thu, 11 Aug 2011 13:16:25 +0000 (13:16 +0000)]
Porting to OCCT6.5.1

12 years agoFix doc example
gdd [Wed, 27 Jul 2011 15:07:51 +0000 (15:07 +0000)]
Fix doc example

12 years agoFix problem with doxygen (using default font leads to the dot errors) - switch defaul...
vsr [Wed, 20 Jul 2011 10:09:38 +0000 (10:09 +0000)]
Fix problem with doxygen (using default font leads to the dot errors) - switch default dot font explicitly to Arial.

12 years agoIncrement version to 6.3.1
vsr [Wed, 20 Jul 2011 09:29:19 +0000 (09:29 +0000)]
Increment version to 6.3.1

12 years agoMerge from V6_3_BR 19/07/2011
vsr [Tue, 19 Jul 2011 11:56:48 +0000 (11:56 +0000)]
Merge from V6_3_BR 19/07/2011

12 years agoMerge from V6_3_BR 15/07/2011
vsr [Fri, 15 Jul 2011 10:34:16 +0000 (10:34 +0000)]
Merge from V6_3_BR 15/07/2011

12 years agoa little bug
secher [Wed, 13 Jul 2011 07:17:15 +0000 (07:17 +0000)]
a little bug

13 years agoallow using mpich for mpi2 coupling in Salome
secher [Fri, 8 Jul 2011 14:40:12 +0000 (14:40 +0000)]
allow using mpich for mpi2 coupling in Salome

13 years agoADD: GetDirName(path) and IsWritable(path)
boulant [Wed, 6 Jul 2011 13:59:22 +0000 (13:59 +0000)]
ADD: GetDirName(path) and IsWritable(path)

13 years agoreserve on processor for salome on CCRT beside containers
secher [Thu, 30 Jun 2011 12:49:43 +0000 (12:49 +0000)]
reserve on processor for salome on CCRT beside containers

13 years agoreserve on processor for salome on CCRT beside containers
secher [Thu, 30 Jun 2011 10:43:37 +0000 (10:43 +0000)]
reserve on processor for salome on CCRT beside containers

13 years agoMerge from V6_3_BR 06/06/2011
vsr [Mon, 6 Jun 2011 06:15:08 +0000 (06:15 +0000)]
Merge from V6_3_BR 06/06/2011

13 years agoto correct problem of machine with long hostname like name.domaine
secher [Fri, 6 May 2011 12:16:57 +0000 (12:16 +0000)]
to correct problem of machine with long hostname like name.domaine

13 years agoFix configuration / compilation problems in KERNEL with libBatch (caused by wrong...
vsr [Mon, 18 Apr 2011 10:42:03 +0000 (10:42 +0000)]
Fix configuration / compilation problems in KERNEL with libBatch (caused by wrong #include syntax for local header files used in libBatch headers)

13 years agoAdding a new specific parameter for LoadLeveler V6_3_0a1
ribes [Thu, 14 Apr 2011 14:19:42 +0000 (14:19 +0000)]
Adding a new specific parameter for LoadLeveler

name  = LoadLevelerJobType
value = loadleveler job type (usualy is serial, mpi, bluegene, ...)

13 years agoAdd an helper class for ResourceDefinition
ribes [Thu, 14 Apr 2011 08:00:46 +0000 (08:00 +0000)]
Add an helper class for ResourceDefinition

13 years agoSave and load Jobs with specific parameters
ribes [Wed, 13 Apr 2011 17:24:34 +0000 (17:24 +0000)]
Save and load Jobs with specific parameters

13 years agoAdd specific parameters support to getJobParameters
ribes [Wed, 13 Apr 2011 16:42:38 +0000 (16:42 +0000)]
Add specific parameters support to getJobParameters

13 years agoImprove salome base test
vsr [Wed, 13 Apr 2011 16:41:41 +0000 (16:41 +0000)]
Improve salome base test

13 years agoRefactoring code EnableDumpYACS
ribes [Wed, 13 Apr 2011 16:18:26 +0000 (16:18 +0000)]
Refactoring code EnableDumpYACS

Add some tests if user does not enter a correct value.

13 years agoModify basic salome test for series 6x
vsr [Mon, 11 Apr 2011 12:05:28 +0000 (12:05 +0000)]
Modify basic salome test for series 6x

13 years agoupdate for install with only launcher
secher [Fri, 8 Apr 2011 14:27:21 +0000 (14:27 +0000)]
update for install with only launcher

13 years agoupdate for install with only launcher
secher [Fri, 8 Apr 2011 14:26:34 +0000 (14:26 +0000)]
update for install with only launcher

13 years agoupdate flags for TestLauncher
secher [Fri, 8 Apr 2011 13:52:43 +0000 (13:52 +0000)]
update flags for TestLauncher

13 years ago*** empty log message ***
adam [Fri, 8 Apr 2011 13:26:38 +0000 (13:26 +0000)]
*** empty log message ***

13 years agoupdate flags for TestLauncher
secher [Fri, 8 Apr 2011 13:00:03 +0000 (13:00 +0000)]
update flags for TestLauncher

13 years agoupdate flags for TestLauncher
secher [Fri, 8 Apr 2011 12:28:49 +0000 (12:28 +0000)]
update flags for TestLauncher