Salome HOME
modules/kernel.git
13 years agoBug Fix: PyNodes need to get a reference to its container on remote mode V5_1_5rc2
ribes [Wed, 10 Nov 2010 15:19:44 +0000 (15:19 +0000)]
Bug Fix: PyNodes need to get a reference to its container on remote mode

13 years agoAnother fix of hack_libtool() function for latest versions of autoconf (e.g. 2.67)
vsr [Wed, 3 Nov 2010 09:27:03 +0000 (09:27 +0000)]
Another fix of hack_libtool() function for latest versions of autoconf (e.g. 2.67)

13 years agoFix hack_libtool() function for Debian 6.0 (/bin/dash requires script to be GNU compl...
vsr [Wed, 3 Nov 2010 07:18:21 +0000 (07:18 +0000)]
Fix hack_libtool() function for Debian 6.0 (/bin/dash requires script to be GNU compliant)

13 years agoAdditional documentation for AttributeComment.
vsr [Tue, 2 Nov 2010 14:41:44 +0000 (14:41 +0000)]
Additional documentation for AttributeComment.

13 years agoupdate kernel to take account improvement in Container GUI of YACS
secher [Thu, 28 Oct 2010 08:26:21 +0000 (08:26 +0000)]
update kernel to take account improvement in Container GUI of YACS

13 years agoFixed bug in findItem method of study editor V5_1_5rc1
barate [Mon, 25 Oct 2010 14:17:20 +0000 (14:17 +0000)]
Fixed bug in findItem method of study editor

13 years agoCCAR: small fix for import of modules such as matplotlib
caremoli [Thu, 21 Oct 2010 13:21:42 +0000 (13:21 +0000)]
CCAR: small fix for import of modules such as matplotlib

13 years agoCCAR: update LifeCycleCORBA module and associated tests with new IDL interface
caremoli [Thu, 21 Oct 2010 12:52:08 +0000 (12:52 +0000)]
CCAR: update LifeCycleCORBA module and associated tests with new IDL interface

13 years agoUpdate for Win32: documentation generation
ana [Thu, 21 Oct 2010 06:21:17 +0000 (06:21 +0000)]
Update for Win32: documentation generation

13 years agoUpdate for Win32: documentation generation
ana [Wed, 20 Oct 2010 08:45:07 +0000 (08:45 +0000)]
Update for Win32: documentation generation

13 years agonumpy support. Contribution of Anthony.
adam [Mon, 18 Oct 2010 12:15:27 +0000 (12:15 +0000)]
numpy support. Contribution of Anthony.

13 years ago*** empty log message ***
adam [Fri, 15 Oct 2010 16:04:11 +0000 (16:04 +0000)]
*** empty log message ***

13 years ago*** empty log message ***
adam [Thu, 14 Oct 2010 13:31:02 +0000 (13:31 +0000)]
*** empty log message ***

13 years ago*** empty log message ***
adam [Thu, 14 Oct 2010 12:53:59 +0000 (12:53 +0000)]
*** empty log message ***

13 years agoFix some tiny bug with 64 bits and :
adam [Thu, 14 Oct 2010 10:38:27 +0000 (10:38 +0000)]
Fix some tiny bug with 64 bits and :
python 2.6
native products

13 years ago*** empty log message ***
adam [Thu, 14 Oct 2010 09:26:58 +0000 (09:26 +0000)]
*** empty log message ***

13 years agoUpdate for Win 32: documentation generation
ana [Thu, 14 Oct 2010 07:11:27 +0000 (07:11 +0000)]
Update for Win 32: documentation generation

13 years agoFix of the bugs:
rnv [Tue, 12 Oct 2010 08:04:44 +0000 (08:04 +0000)]
Fix of the bugs:
1) IPAL22049 TC5.1.5: Application crash at close document operation
2) Bug IPAL22067 TC5.1.5: SIGSEGV exception at close application after MESH-002 scenario execution

Avoid double deletion of the Salome Generic Objects:
1. First decrement of the reference count in the SALOMEDSImpl_AttributeIOR::~SALOMEDSImpl_AttributeIOR();
2. Second decrement of the reference count in RemovePostponed(...) method;

13 years ago0021026: EDF 1635 GUI: VTK Warnings when compiling GUI
vsr [Mon, 11 Oct 2010 10:15:09 +0000 (10:15 +0000)]
0021026: EDF 1635 GUI: VTK Warnings when compiling GUI

13 years agoCCAR: add -nf option to omniidl -bpython
caremoli [Mon, 11 Oct 2010 07:08:36 +0000 (07:08 +0000)]
CCAR: add -nf option to omniidl -bpython

13 years agoFix tiny windows bug
adam [Tue, 5 Oct 2010 15:02:02 +0000 (15:02 +0000)]
Fix tiny windows bug

13 years ago5.1.4 --> 5.1.5
adam [Tue, 5 Oct 2010 14:42:02 +0000 (14:42 +0000)]
5.1.4 --> 5.1.5

13 years agouse include_directories in cmake
adam [Tue, 5 Oct 2010 12:51:05 +0000 (12:51 +0000)]
use include_directories in cmake

13 years agocmake compilation
adam [Tue, 5 Oct 2010 12:50:35 +0000 (12:50 +0000)]
cmake compilation

13 years agoChanging version to 5.1.5 in configure.ac"
inv [Tue, 5 Oct 2010 12:19:36 +0000 (12:19 +0000)]
Changing version to 5.1.5 in configure.ac"

13 years agoMerge from BR_WIN_INDUS_514 04/10/2010 PHASE_25_BR V5_1_5a1
vsr [Mon, 4 Oct 2010 12:04:26 +0000 (12:04 +0000)]
Merge from BR_WIN_INDUS_514 04/10/2010

13 years agoFix configure problem (caused by previous integration).
vsr [Mon, 4 Oct 2010 09:27:27 +0000 (09:27 +0000)]
Fix configure problem (caused by previous integration).
AC_PROG_MKDIR_P is not available for autoconf 2.59 (Debian Sarge, Mandriva 2006)

13 years agoCCAR: add a way in envSalome.py (-exec tag) to use options only for execution (needed...
caremoli [Sat, 2 Oct 2010 15:48:02 +0000 (15:48 +0000)]
CCAR: add a way in envSalome.py (-exec tag) to use options only for execution (needed by runSession)

13 years agoCCAR: add a new script (runSalomeScript) in SALOME application
caremoli [Fri, 1 Oct 2010 08:38:46 +0000 (08:38 +0000)]
CCAR: add a new script (runSalomeScript) in SALOME application
This script can be used to execute a SALOME script on a server
when the client has no SALOME installation.
It copies local files on the server and execute runSession python script on the server

13 years agoFixed the fix for make distcheck
barate [Thu, 30 Sep 2010 15:21:36 +0000 (15:21 +0000)]
Fixed the fix for make distcheck

13 years agoFixed Launcher according to recent changes in libBatch
barate [Thu, 30 Sep 2010 14:29:41 +0000 (14:29 +0000)]
Fixed Launcher according to recent changes in libBatch

13 years agoFix make distcheck errors
vsr [Thu, 30 Sep 2010 11:46:56 +0000 (11:46 +0000)]
Fix make distcheck errors

13 years agoMoved parametric types to SALOME_TYPES module and added them to the KERNEL catalog.
barate [Thu, 30 Sep 2010 09:23:48 +0000 (09:23 +0000)]
Moved parametric types to SALOME_TYPES module and added them to the KERNEL catalog.

13 years agoAdded new type definitions for parametric computations
barate [Wed, 29 Sep 2010 16:02:02 +0000 (16:02 +0000)]
Added new type definitions for parametric computations

13 years agoSmall fixes and doc updates in Python package
barate [Wed, 29 Sep 2010 12:08:06 +0000 (12:08 +0000)]
Small fixes and doc updates in Python package

13 years agoCCAR: add a procedure (update_catalogs.py) in SALOME application that is
caremoli [Wed, 29 Sep 2010 08:22:58 +0000 (08:22 +0000)]
CCAR: add a procedure (update_catalogs.py) in SALOME application that is
able to get remote module catalogs and update the resources catalog (CatalogResources.xml).
The description of the distributed SALOME application is found in a file named
CatalogResources.base.xml (same format as the standard resources catalog).

13 years agoFixed doc generation for Python package
barate [Tue, 28 Sep 2010 15:43:54 +0000 (15:43 +0000)]
Fixed doc generation for Python package

13 years agoCCAR: fix a performance problem when adding references in study (AttributeTarget)
caremoli [Tue, 28 Sep 2010 15:09:14 +0000 (15:09 +0000)]
CCAR: fix a performance problem when adding references in study (AttributeTarget)
replace the vector<DF_Attribute*> by a map< std::string , DF_Attribute* >
where the key is the label of the DF_Attribute* to improve access time to an attribute
with given label (main performance bottleneck during explode)

13 years agoImprovement of boost product check procedure to allow compilation with older versions...
vsr [Tue, 28 Sep 2010 14:04:20 +0000 (14:04 +0000)]
Improvement of boost product check procedure to allow compilation with older versions of boost (< 1.34.0)

13 years agoChanged Python module studyedit.py to reflect current usage of the comment attribute...
barate [Tue, 28 Sep 2010 13:39:34 +0000 (13:39 +0000)]
Changed Python module studyedit.py to reflect current usage of the comment attribute in SComponents. The module will have to be changed again in Salome 6.

13 years agoCCAR: fix bug in resources manager when hostname==localhost
caremoli [Tue, 28 Sep 2010 09:21:00 +0000 (09:21 +0000)]
CCAR: fix bug in resources manager when hostname==localhost

13 years agothe salome.py is declared as deprecated and raises an exception in the case where...
gdd [Mon, 27 Sep 2010 15:44:03 +0000 (15:44 +0000)]
the salome.py is declared as deprecated and raises an exception in the case where it is imported.

13 years agomerge with the branch BR_pypkg (python packaging)
gdd [Mon, 27 Sep 2010 14:01:59 +0000 (14:01 +0000)]
merge with the branch BR_pypkg (python packaging)

13 years agotest de commit
gdd [Mon, 27 Sep 2010 12:51:41 +0000 (12:51 +0000)]
test de commit

13 years agoHack libtool (!) to workaround problem with wrong linkage of native libraries
vsr [Wed, 22 Sep 2010 13:26:00 +0000 (13:26 +0000)]
Hack libtool (!) to workaround problem with wrong linkage of native libraries

13 years ago*** empty log message ***
adam [Mon, 20 Sep 2010 12:31:31 +0000 (12:31 +0000)]
*** empty log message ***

13 years ago*** empty log message ***
adam [Mon, 20 Sep 2010 08:01:18 +0000 (08:01 +0000)]
*** empty log message ***

13 years agoIssue 0020924: [CEA] 6.1.0rc1 - script fails
vsr [Thu, 9 Sep 2010 13:34:40 +0000 (13:34 +0000)]
Issue 0020924: [CEA] 6.1.0rc1 - script fails
Always use execfile() function instead of "import" command to execute Python scripts (passed via -u option of runSalome.py script)

13 years agoIPAL21912 WinTC5.1.4: kill_salome.bat doesn't kill Salome BR_WIN_INDUS
dmv [Wed, 8 Sep 2010 15:20:58 +0000 (15:20 +0000)]
IPAL21912  WinTC5.1.4: kill_salome.bat doesn't kill Salome

13 years agoCCAR: add a way to initialize ModuleCatalog server with remote catalogs.
caremoli [Tue, 7 Sep 2010 13:12:00 +0000 (13:12 +0000)]
CCAR: add a way to initialize ModuleCatalog server with remote catalogs.
the new environment variable (SALOME_CATALOGS_PATH) is used by runSalome.py (setpath method)
to add more catalogs than those given by the module_root_dir list.
SALOME_CATALOGS_PATH is a list of directories separated by : (unix) where other catalogs are found.

13 years agoCCAR: fix a bug in KeepOnlyResourcesWithComponent (erase an item of a vector when...
caremoli [Tue, 7 Sep 2010 13:07:02 +0000 (13:07 +0000)]
CCAR: fix a bug in KeepOnlyResourcesWithComponent (erase an item of a vector when looping on it)
and allow GiveContainer to raise SALOME exceptions to catch them in YACS

13 years agoMake WITH_NUMPY defined when running swig
eap [Fri, 3 Sep 2010 07:25:15 +0000 (07:25 +0000)]
Make WITH_NUMPY defined when running swig

+   SWIG_FLAGS="$SWIG_FLAGS -DWITH_NUMPY=WITH_NUMPY "

13 years ago- Adaptation of Launcher for new LIBBATCH
ribes [Wed, 28 Jul 2010 14:05:26 +0000 (14:05 +0000)]
- Adaptation of Launcher for new LIBBATCH

13 years ago*** empty log message ***
adam [Thu, 22 Jul 2010 13:28:23 +0000 (13:28 +0000)]
*** empty log message ***

13 years ago*** empty log message ***
adam [Wed, 21 Jul 2010 08:57:17 +0000 (08:57 +0000)]
*** empty log message ***

13 years agoadd make test for UNIT_TEST_PROG
adam [Wed, 21 Jul 2010 08:34:54 +0000 (08:34 +0000)]
add make test for UNIT_TEST_PROG

13 years agoCompatibility between MEDCouplingCorabaServant.idl and MED.idl.
ageay [Mon, 19 Jul 2010 12:58:32 +0000 (12:58 +0000)]
Compatibility between MEDCouplingCorabaServant.idl and MED.idl.

13 years agoAddition of MPI2 conditional compilation tag. Plotenh
ageay [Thu, 15 Jul 2010 15:34:16 +0000 (15:34 +0000)]
Addition of MPI2 conditional compilation tag.

13 years agoAddition of MPI2 conditional compilation tag.
ageay [Thu, 15 Jul 2010 15:02:31 +0000 (15:02 +0000)]
Addition of MPI2 conditional compilation tag.

13 years ago*** empty log message ***
adam [Tue, 13 Jul 2010 13:46:16 +0000 (13:46 +0000)]
*** empty log message ***

13 years agoadd --valgrind-session to runSalome
adam [Tue, 6 Jul 2010 10:32:37 +0000 (10:32 +0000)]
add --valgrind-session to runSalome

13 years agoRemove some traces
adam [Tue, 6 Jul 2010 10:22:21 +0000 (10:22 +0000)]
Remove some traces

13 years agoCCAR: add keywords arguments to import_hook (python 2.6)
caremoli [Mon, 5 Jul 2010 10:07:40 +0000 (10:07 +0000)]
CCAR: add keywords arguments to import_hook (python 2.6)

13 years agoCompatibility hxx2salome
adam [Thu, 1 Jul 2010 09:28:57 +0000 (09:28 +0000)]
Compatibility hxx2salome

13 years agoadd compatibility with :
adam [Tue, 29 Jun 2010 14:33:44 +0000 (14:33 +0000)]
add compatibility with :
 o netgen (full)
 o hxx2salome (partial)

13 years agoimprovement about OMPI_URI_FILE
secher [Thu, 24 Jun 2010 10:05:50 +0000 (10:05 +0000)]
improvement about OMPI_URI_FILE

13 years agoMerge from V5_1_4_BR 23/06/2010
vsr [Wed, 23 Jun 2010 13:25:40 +0000 (13:25 +0000)]
Merge from V5_1_4_BR 23/06/2010

13 years agoImprove documentation generation mechanism
vsr [Tue, 22 Jun 2010 14:19:05 +0000 (14:19 +0000)]
Improve documentation generation mechanism

13 years agoFix compilation problem of the GEOM module in --without-gui mode
vsr [Thu, 17 Jun 2010 12:54:32 +0000 (12:54 +0000)]
Fix compilation problem of the GEOM module in --without-gui mode

13 years agodebug of shutdown mpi container
secher [Thu, 17 Jun 2010 12:34:19 +0000 (12:34 +0000)]
debug of shutdown mpi container

13 years agodebug for mpi container
secher [Tue, 15 Jun 2010 07:45:17 +0000 (07:45 +0000)]
debug for mpi container

13 years agocmake on 64 bits
adam [Fri, 11 Jun 2010 13:06:47 +0000 (13:06 +0000)]
cmake on 64 bits

13 years agoFixed Launcher to allow compilation with libBatch 1.1.0
barate [Fri, 11 Jun 2010 08:23:22 +0000 (08:23 +0000)]
Fixed Launcher to allow compilation with libBatch 1.1.0

13 years agoMerge from V5_1_4_BR (5_1_4rc2) 09/06/2010
vsr [Wed, 9 Jun 2010 14:57:30 +0000 (14:57 +0000)]
Merge from V5_1_4_BR (5_1_4rc2) 09/06/2010

13 years agoadd ccc batch manager for CCRT machines
secher [Wed, 9 Jun 2010 14:17:05 +0000 (14:17 +0000)]
add ccc batch manager for CCRT machines

14 years ago0020883: [CEA 404] Pb with old hdf
vsr [Mon, 24 May 2010 10:58:26 +0000 (10:58 +0000)]
0020883: [CEA 404] Pb with old hdf

14 years agoonly default constructor is needed for MPIObject
secher [Tue, 18 May 2010 14:36:51 +0000 (14:36 +0000)]
only default constructor is needed for MPIObject

14 years ago*** empty log message ***
adam [Mon, 17 May 2010 12:08:31 +0000 (12:08 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
adam [Mon, 17 May 2010 09:51:04 +0000 (09:51 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
adam [Mon, 17 May 2010 09:44:33 +0000 (09:44 +0000)]
*** empty log message ***

14 years agoMerge from V5_1_4_BR 07/05/2010
vsr [Fri, 7 May 2010 12:25:16 +0000 (12:25 +0000)]
Merge from V5_1_4_BR 07/05/2010

14 years ago*** empty log message ***
secher [Wed, 21 Apr 2010 14:01:55 +0000 (14:01 +0000)]
*** empty log message ***

14 years agoCCAR: add default resource in Resource Mananger (localhost) V5_1_4a1
caremoli [Thu, 15 Apr 2010 08:45:58 +0000 (08:45 +0000)]
CCAR: add default resource in Resource Mananger (localhost)
and catch salome_exception in LifeCycle

14 years agoFix compilation error
vsr [Wed, 14 Apr 2010 05:25:38 +0000 (05:25 +0000)]
Fix compilation error

14 years agoUse the prefix std:: instead of the directive using namespace std;
ana [Tue, 13 Apr 2010 12:29:42 +0000 (12:29 +0000)]
Use the prefix std:: instead of the directive using namespace std;

14 years ago0020465: [CEA 335] sort tables in visualisation mode
vsr [Mon, 12 Apr 2010 06:21:55 +0000 (06:21 +0000)]
0020465: [CEA 335] sort tables in visualisation mode
Implement Sort() and Swap() functions for table attributes

14 years agoCCAR: improvement to the component loading mechanism of SALOME (issue 20675)
caremoli [Fri, 9 Apr 2010 16:27:12 +0000 (16:27 +0000)]
CCAR: improvement to the component loading mechanism of SALOME (issue 20675)
Main modifications are:
- add an out string argument to container methods (load_component_Library and create_component_instance_env)
to report reason when load or create fails (INTERFACE CHANGE)
- try to detect if the implementation is C++, python or executable based on intermediate errors (dlopen, dlsym,
import, ...)
- some refactoring to put specific parts in separate methods
- minimal update of MPIContainer and ParallelContainer
- keep LifeCycle unchanged

14 years agoImprove SALOMEDS attributes interfaces:
vsr [Thu, 8 Apr 2010 16:30:55 +0000 (16:30 +0000)]
Improve SALOMEDS attributes interfaces:
- Improve attributes documentation
- Redesing table attributes hierarchy
- Add missing interface functions (GetRowTitle(), GetColumnTitle(), GetRowUnit()) for table attributes
- Improve AttributeParameter (add named CORBA exception InvalidIdentifier)

14 years agoImprove Documentation style.
dmv [Thu, 8 Apr 2010 10:31:51 +0000 (10:31 +0000)]
Improve Documentation style.

14 years agoImprove documentation style
dmv [Wed, 7 Apr 2010 11:08:17 +0000 (11:08 +0000)]
Improve documentation style

14 years agoFix bugs of GetRowUnits() / GetRowTitles() functions
vsr [Wed, 7 Apr 2010 10:57:28 +0000 (10:57 +0000)]
Fix bugs of GetRowUnits() / GetRowTitles() functions

14 years agoImprove documentation style
dmv [Wed, 7 Apr 2010 07:20:37 +0000 (07:20 +0000)]
Improve documentation style

14 years agoCCAR: add some lacking declarations
caremoli [Tue, 6 Apr 2010 16:14:55 +0000 (16:14 +0000)]
CCAR: add some lacking declarations

14 years agoIssue 0020613: EDF 1106 : Modify Node Marker in SMESH and VISU
ouv [Thu, 25 Mar 2010 13:34:14 +0000 (13:34 +0000)]
Issue 0020613: EDF 1106 : Modify Node Marker in SMESH and VISU

14 years agoRemove warnings
adam [Tue, 23 Mar 2010 14:48:16 +0000 (14:48 +0000)]
Remove warnings

14 years agocompatibility hexotic
adam [Tue, 23 Mar 2010 10:48:43 +0000 (10:48 +0000)]
compatibility hexotic

14 years agoset WITHMPI value when using OpenMPI
tajchman [Tue, 23 Mar 2010 10:26:20 +0000 (10:26 +0000)]
set WITHMPI value when using OpenMPI

14 years agoCompatibility GHS3DPRLPLUGIN
adam [Tue, 23 Mar 2010 09:32:33 +0000 (09:32 +0000)]
Compatibility GHS3DPRLPLUGIN

14 years agoCCAR: improve the shutdown process
caremoli [Mon, 22 Mar 2010 09:23:39 +0000 (09:23 +0000)]
CCAR: improve the shutdown process
1- use salome_kernel.py module instead of salome.py in shutdownSalome.py to avoid calling Study
2- disconnect all connections in the connection manager
3- change the order of servers shutdown :
    - connection manager
    - study
    - module catalog
    - registry
    - launcher
    - logger
and add some waiting time between each shutdown because it is asynchronous.

14 years agoCCAR: add a new parameter (resources) to configuration of SALOME Application
caremoli [Mon, 22 Mar 2010 09:15:41 +0000 (09:15 +0000)]
CCAR: add a new parameter (resources) to configuration of SALOME Application
It is a new entry in config_appli.xml file (tag resources) that gives the path of a user resources catalog
It is added to the SALOME Application as the USER_CATALOG_RESOURCES_FILE environment variable in env.d/configSalome.sh