Salome HOME
modules/kernel.git
15 years agoCCAR: several changes in Container Manager and Resources Manager CCAR_cm3_end
caremoli [Thu, 30 Apr 2009 11:51:53 +0000 (11:51 +0000)]
CCAR: several changes in Container Manager and Resources Manager
1- remove unused members in MachineParameters, keep only members for requests
   the members removed are : alias, protocol, username, applipath, mpiImpl, batch
2- remove the enum policy which is replaced by a new member in MachineParameters (policy)
3- add a new member computerList in MachineParameters structure to specify a list of machines
   in a request to Container Manager
3- remove no more used parameters (policy, possibleComputers, componentList
   in FindOrStartContainer, FindOrStarParallelContainer, StartContainer,
   GiveContainer and GetFittingResources. These operations now take only
   one argument : a MachineParameters structure.
4- adapt LifeCycle to these changes

15 years agoFix of bug IPAL21005 - Dump/load python script works only with absolute path CCAR_cm3_start
ouv [Thu, 30 Apr 2009 07:27:05 +0000 (07:27 +0000)]
Fix of bug IPAL21005 - Dump/load python script works only with absolute path

15 years agoModify the search for python executable in accordance
adam [Wed, 29 Apr 2009 15:43:39 +0000 (15:43 +0000)]
Modify the search for python executable in accordance
of the official python windows i.e. python.exe is in
PYTHON_HOME

15 years agoPR: default policy
prascle [Wed, 29 Apr 2009 14:22:19 +0000 (14:22 +0000)]
PR: default policy

15 years agoimprovement of MPIObject
secher [Wed, 29 Apr 2009 10:05:44 +0000 (10:05 +0000)]
improvement of MPIObject

15 years agoIssue 0020332: Do not dist calcium_wrap.cpp
vsr [Tue, 28 Apr 2009 15:37:54 +0000 (15:37 +0000)]
Issue 0020332: Do not dist calcium_wrap.cpp

15 years agoIssue 0020331: add the -nohostname option on windows (patch from E.Adam)
vsr [Tue, 28 Apr 2009 15:20:29 +0000 (15:20 +0000)]
Issue 0020331: add the -nohostname option on windows (patch from E.Adam)

15 years agoCompilation with cmake
adam [Tue, 28 Apr 2009 14:58:39 +0000 (14:58 +0000)]
Compilation with cmake

15 years agoMinor corrections
adam [Tue, 28 Apr 2009 14:35:51 +0000 (14:35 +0000)]
Minor corrections

15 years agoWhen WITH_PYTHON is used, PYTHON_EXECUTABLE must be set
adam [Tue, 28 Apr 2009 14:35:24 +0000 (14:35 +0000)]
When WITH_PYTHON is used, PYTHON_EXECUTABLE must be set

15 years agoFor boost to be compatible release / debug
adam [Tue, 28 Apr 2009 14:13:28 +0000 (14:13 +0000)]
For boost to be compatible release / debug

15 years agoIntegration requested by Alexander
adam [Tue, 28 Apr 2009 14:13:00 +0000 (14:13 +0000)]
Integration requested by Alexander

15 years agoImplementation of the issue 0020151 (SALOME: Light Python module) V4_1_5_BR V4_1_5rc1
rnv [Fri, 17 Apr 2009 10:43:04 +0000 (10:43 +0000)]
Implementation of the issue 0020151 (SALOME: Light Python module)

15 years agoUpdate copyright notes
vsr [Thu, 16 Apr 2009 11:54:18 +0000 (11:54 +0000)]
Update copyright notes

15 years agoCCAR: CCAR_cm_end
caremoli [Wed, 15 Apr 2009 13:37:35 +0000 (13:37 +0000)]
CCAR:
1- add mode member to MachineParameters. This string member can be "start" or "get" or "getorstart"
if mode=="start" a new container is launched on each request.
if mode=="get" an old container with the requested parameters is used if it exists.
if mode=="getorstart" an old container is used or a new one if the old one does not exist.
2- add policy member to MachineParameters. This string member replaces the enum policy argument
of GiveContainer and StartContainer. This argument is left for compatibility but will be removed soon.
3- replace LoadRateManager methods by three objects. These objects are referenced in a map (_resourceManagerMap)
that can be extended without changing IDL interface.
4- add a Find method to ResourceManager IDL for testing purpose.

15 years agoCCAR: CCAR_rm_end
caremoli [Wed, 15 Apr 2009 10:33:04 +0000 (10:33 +0000)]
CCAR:
1- add a new type MachineDefinition in ContainerManager idl
to separate machine definition parameters and machine parameters for requests
to container manager (MachineParameters)

2- in Resource manager replace module by component. Selection of a resource is now
done with a component name and no more with a module name.
Now in CatalogResource.xml, we can specify for a resource that it supports
a list of components or modules.
Syntax for a component is:
<component name="xxxx" moduleName="yyy" />
Syntax for a module is:
<modules moduleName="yyyy"/>
When a module is added, a component with the same name is also added.

15 years agoUpdate copyright notes
vsr [Wed, 15 Apr 2009 07:33:29 +0000 (07:33 +0000)]
Update copyright notes

15 years agoCCAR: add some methods to container and lifecycle to copy files to container, CCAR_rm_start
caremoli [Tue, 14 Apr 2009 16:41:37 +0000 (16:41 +0000)]
CCAR: add some methods to container and lifecycle to copy files to container,
from container to another container and update SWIG interface

15 years agoCCAR:
caremoli [Tue, 14 Apr 2009 15:15:16 +0000 (15:15 +0000)]
CCAR:
1- execute python script files (runSalome -u) in globals and not in globals,locals
as it was done before
2- don't use obsolete omniORB initref form in runRemote.sh
3- put _narrow (SALOMEDS_Study_i.cxx) into a try catch : _narrow can throw CORBA::Exception

15 years ago0020303: Install some .py in the correct way - integrate patch from E.Adam : addition...
vsr [Mon, 13 Apr 2009 13:54:59 +0000 (13:54 +0000)]
0020303: Install some .py in the correct way - integrate patch from E.Adam : additional fix of permissions problem

15 years ago0020303: Install some .py in the correct way - integrate patch from E.Adam.
vsr [Mon, 13 Apr 2009 13:33:24 +0000 (13:33 +0000)]
0020303: Install some .py in the correct way - integrate patch from E.Adam.

15 years agodebug for swig V4_1_5_BR1 V4_1_5 V4_1_5rc2 V4_1_5rc3 V5_1_1 V5_1_1rc4 V5_1_1rc5
secher [Wed, 18 Mar 2009 12:49:00 +0000 (12:49 +0000)]
debug for swig

15 years agoimprovement: replace oneway by threads
secher [Tue, 17 Mar 2009 13:38:14 +0000 (13:38 +0000)]
improvement: replace oneway by threads

15 years ago0020215: [CEA 328 ] New types needed in KERNELCatalog.xml V5_1_1rc2 V5_1_1rc3
vsr [Thu, 12 Mar 2009 11:52:15 +0000 (11:52 +0000)]
0020215: [CEA 328 ] New types needed in KERNELCatalog.xml

15 years agoFix windows compilation AND make -j 8 compilation ...
adam [Thu, 12 Mar 2009 08:49:54 +0000 (08:49 +0000)]
Fix windows compilation AND make -j 8 compilation ...

15 years agoadd some boost libs for visu
adam [Wed, 11 Mar 2009 11:26:09 +0000 (11:26 +0000)]
add some boost libs for visu

15 years ago*** empty log message ***
adam [Tue, 10 Mar 2009 15:36:37 +0000 (15:36 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
adam [Mon, 9 Mar 2009 09:05:56 +0000 (09:05 +0000)]
*** empty log message ***

15 years agoNew version of cmake tools completely re-written
adam [Fri, 6 Mar 2009 15:41:13 +0000 (15:41 +0000)]
New version of cmake tools completely re-written

15 years ago*** empty log message ***
adam [Fri, 6 Mar 2009 09:45:09 +0000 (09:45 +0000)]
*** empty log message ***

15 years agoFix problem with make distcheck step
vsr [Thu, 5 Mar 2009 06:22:36 +0000 (06:22 +0000)]
Fix problem with make distcheck step

15 years agoTest EXPORTS definition with target name as suggested by cmake
adam [Wed, 4 Mar 2009 16:46:05 +0000 (16:46 +0000)]
Test EXPORTS definition with target name as suggested by cmake

15 years agoTest EXPORTS definition with target name as suggested by cmake
adam [Wed, 4 Mar 2009 15:24:00 +0000 (15:24 +0000)]
Test EXPORTS definition with target name as suggested by cmake

15 years agoFix problem with make distcheck step
vsr [Wed, 4 Mar 2009 14:58:30 +0000 (14:58 +0000)]
Fix problem with make distcheck step

15 years agoTest EXPORTS definition with target name as suggested by cmake
adam [Wed, 4 Mar 2009 14:16:05 +0000 (14:16 +0000)]
Test EXPORTS definition with target name as suggested by cmake

15 years agoTest EXPORTS definition with target name as suggested by cmake
adam [Wed, 4 Mar 2009 13:14:14 +0000 (13:14 +0000)]
Test EXPORTS definition with target name as suggested by cmake

15 years agoTest EXPORTS definition with target name as suggested by cmake
adam [Wed, 4 Mar 2009 13:08:03 +0000 (13:08 +0000)]
Test EXPORTS definition with target name as suggested by cmake

15 years agomodify salome_test to skip SUPERV tests in SALOME series5x
vsr [Wed, 4 Mar 2009 09:06:49 +0000 (09:06 +0000)]
modify salome_test to skip SUPERV tests in SALOME series5x

15 years agoCompatibility release compilation on windows
adam [Fri, 27 Feb 2009 16:45:32 +0000 (16:45 +0000)]
Compatibility release compilation on windows

15 years agoCompatibility blsurf plugin
adam [Fri, 27 Feb 2009 13:47:58 +0000 (13:47 +0000)]
Compatibility blsurf plugin

15 years agoCompatibility VISU
adam [Fri, 27 Feb 2009 10:27:21 +0000 (10:27 +0000)]
Compatibility VISU

15 years agoSuppression of warnings.
ageay [Thu, 26 Feb 2009 14:27:56 +0000 (14:27 +0000)]
Suppression of warnings.

15 years agoRemove a warning
adam [Thu, 26 Feb 2009 13:18:54 +0000 (13:18 +0000)]
Remove a warning

15 years agoReplace strstream by sstream
adam [Wed, 25 Feb 2009 09:46:29 +0000 (09:46 +0000)]
Replace strstream by sstream

15 years ago*** empty log message ***
adam [Wed, 25 Feb 2009 09:41:32 +0000 (09:41 +0000)]
*** empty log message ***

15 years agoRemove -Wno-deprecated !
adam [Wed, 25 Feb 2009 09:37:13 +0000 (09:37 +0000)]
Remove -Wno-deprecated !

15 years agoCompatibility MEDMEM new architecture
adam [Tue, 24 Feb 2009 09:06:17 +0000 (09:06 +0000)]
Compatibility MEDMEM new architecture

15 years agoPR: bug 20152 V5_1_1a1
prascle [Thu, 19 Feb 2009 16:12:11 +0000 (16:12 +0000)]
PR: bug 20152

15 years agomerge from BR_V51_BS 19/02/09
prascle [Thu, 19 Feb 2009 13:20:45 +0000 (13:20 +0000)]
merge from BR_V51_BS 19/02/09

15 years agoChanging version to 5.1.1
maintenance team [Wed, 18 Feb 2009 07:06:07 +0000 (07:06 +0000)]
Changing version to 5.1.1

15 years agoCCAR: update doxygen comments
caremoli [Mon, 16 Feb 2009 08:11:03 +0000 (08:11 +0000)]
CCAR: update doxygen comments

15 years agoCCAR: reverse modification (bug in uid )
caremoli [Fri, 13 Feb 2009 18:03:41 +0000 (18:03 +0000)]
CCAR: reverse modification (bug in uid )

15 years agoUpdate from BR_V5_DEV 13feb09
jfa [Fri, 13 Feb 2009 13:39:12 +0000 (13:39 +0000)]
Update from BR_V5_DEV 13feb09

15 years agoMissing ':' on previous integration
nge [Fri, 13 Feb 2009 12:44:01 +0000 (12:44 +0000)]
Missing ':' on previous integration

15 years agoCCAR: documentation update
caremoli [Fri, 13 Feb 2009 10:43:51 +0000 (10:43 +0000)]
CCAR: documentation update

Now user documentation is built in gui/KERNEL directory
and developer documentation is built in tui/KERNEL directory
They are installed in directories with same names (so GUI module must be changed to access it)

Old documentation files have been removed and new files have been added in gui and tui
directories except .dox files in salome directory.
Example files have been moved to salome/examples directory

User documentation is built with EXTRACT_ALL=NO doxygen option and no template parsing
to produce a smaller doc. Many source files have been modified to add descriptions (brief,
class, module, file) because of EXTRACT_ALL option.

15 years agoFix incorrect processing of --with-onlylauncher option CcarBeforeDocUpdate
vsr [Thu, 12 Feb 2009 15:32:38 +0000 (15:32 +0000)]
Fix incorrect processing of --with-onlylauncher option

15 years agoFix for bug 0020152 (New tooltip functionality on GUI object browser induces a crash...
mzn [Wed, 11 Feb 2009 15:51:16 +0000 (15:51 +0000)]
Fix for bug 0020152 (New tooltip functionality on GUI object browser induces a crash in YACS).

15 years agoPR: resource list of machines must contain actual hostname, not only localhost
prascle [Wed, 4 Feb 2009 17:47:38 +0000 (17:47 +0000)]
PR: resource list of machines must contain actual hostname, not only localhost

15 years agoPR: last merge from BR_V5_DEV
prascle [Tue, 3 Feb 2009 16:32:05 +0000 (16:32 +0000)]
PR: last merge from BR_V5_DEV

15 years agoThis commit was generated by cvs2git to create branch 'V5_1_main'.
admin [Tue, 3 Feb 2009 10:06:18 +0000 (10:06 +0000)]
This commit was generated by cvs2git to create branch 'V5_1_main'.

Sprout from master 2009-02-03 10:06:10 UTC prascle <prascle> 'merge from branch BR_V5_DEV'
Cherrypick from IMPORT 2003-05-16 10:27:43 UTC admin <salome-admin@opencascade.com> 'Initialisation de la base KERNEL avec la version operationnelle de KERNEL_SRC issue de SalomePro1.1a.':
    resources/CatalogDataType.xml
    resources/CatalogModulePersonnel.xml_skel
    resources/channel.cfg

15 years agomerge from branch BR_V5_DEV
prascle [Tue, 3 Feb 2009 10:06:10 +0000 (10:06 +0000)]
merge from branch BR_V5_DEV

16 years agoBugID: IPAL19426 Fixed methods Save/Load
srn [Thu, 24 Apr 2008 10:55:36 +0000 (10:55 +0000)]
BugID: IPAL19426 Fixed methods Save/Load

16 years agoJoin modifications from BR_Dev_For_4_0 tag V4_1_1.
jfa [Fri, 7 Mar 2008 07:43:41 +0000 (07:43 +0000)]
Join modifications from BR_Dev_For_4_0 tag V4_1_1.

18 years agoPR: typo
prascle [Thu, 8 Jun 2006 10:49:38 +0000 (10:49 +0000)]
PR: typo

18 years agoPR: dist incomplete
prascle [Thu, 8 Jun 2006 10:49:14 +0000 (10:49 +0000)]
PR: dist incomplete

18 years agoPR: documentation modifications
prascle [Fri, 2 Jun 2006 12:52:35 +0000 (12:52 +0000)]
PR: documentation modifications

18 years agoPR: documentation modifications
prascle [Fri, 2 Jun 2006 12:42:47 +0000 (12:42 +0000)]
PR: documentation modifications

18 years agoPR: documentation modifications
prascle [Fri, 2 Jun 2006 09:51:22 +0000 (09:51 +0000)]
PR: documentation modifications

18 years agoPR: documentation modifications
prascle [Fri, 2 Jun 2006 09:25:51 +0000 (09:25 +0000)]
PR: documentation modifications

18 years agoJoin modifications from branch BR_DEBUG_3_2_0b1
jfa [Thu, 1 Jun 2006 11:15:19 +0000 (11:15 +0000)]
Join modifications from branch BR_DEBUG_3_2_0b1

18 years agoPR: patch from Sergey Mozokhin (remote containers without SALOME APPLI)
prascle [Thu, 11 May 2006 07:18:09 +0000 (07:18 +0000)]
PR: patch from Sergey Mozokhin (remote containers without SALOME APPLI)

18 years agoJoin modifications from branch BR_PR_V320b1
jfa [Sat, 6 May 2006 08:04:13 +0000 (08:04 +0000)]
Join modifications from branch BR_PR_V320b1

18 years agoPR: add resources/Plugin in Install
prascle [Thu, 16 Mar 2006 16:04:25 +0000 (16:04 +0000)]
PR: add resources/Plugin in Install

18 years agoChange version name to 3.2.0a2
jfa [Wed, 15 Mar 2006 12:59:45 +0000 (12:59 +0000)]
Change version name to 3.2.0a2

18 years agoPR: bug detected by OCN
prascle [Tue, 14 Mar 2006 14:34:50 +0000 (14:34 +0000)]
PR: bug detected by OCN

18 years agoPR: conditional definition
prascle [Mon, 13 Mar 2006 19:09:01 +0000 (19:09 +0000)]
PR: conditional definition

18 years agoPR: merge from branch BR_auto_V310 tag mergefrom_OCC_development_for_3_2_0a2_10mar06
prascle [Mon, 13 Mar 2006 12:18:26 +0000 (12:18 +0000)]
PR: merge from branch BR_auto_V310 tag mergefrom_OCC_development_for_3_2_0a2_10mar06

18 years agoUpdate version to 3.2.0a1
jfa [Wed, 8 Feb 2006 09:39:00 +0000 (09:39 +0000)]
Update version to 3.2.0a1

18 years agoTo support References, stored by Salome maintainance version (2.2.x).
jfa [Mon, 6 Feb 2006 12:51:21 +0000 (12:51 +0000)]
To support References, stored by Salome maintainance version (2.2.x).

18 years agoPR: library name defined on check_boost
prascle [Thu, 2 Feb 2006 13:55:32 +0000 (13:55 +0000)]
PR: library name defined on check_boost

18 years agoPR: remove -L/usr/lib
prascle [Thu, 2 Feb 2006 13:00:51 +0000 (13:00 +0000)]
PR: remove -L/usr/lib

18 years agoPR: mergefrom branch BR_V3_1_0_PR tag mergeto_trunk_02feb06
prascle [Thu, 2 Feb 2006 10:33:36 +0000 (10:33 +0000)]
PR: mergefrom branch BR_V3_1_0_PR tag mergeto_trunk_02feb06

18 years agoPR: merge from branch BR_3_1_0deb tag mergeto_trunk_22dec05
prascle [Thu, 22 Dec 2005 14:01:32 +0000 (14:01 +0000)]
PR: merge from branch BR_3_1_0deb tag mergeto_trunk_22dec05

18 years agoCopyrights update
smh [Mon, 5 Dec 2005 16:07:30 +0000 (16:07 +0000)]
Copyrights update

18 years agoPR: merge from BR_UT_V310a3 tag mergeto_trunk_06dec05
prascle [Mon, 5 Dec 2005 11:16:00 +0000 (11:16 +0000)]
PR: merge from BR_UT_V310a3 tag mergeto_trunk_06dec05

18 years agoPR: merge from branch BR_UT_V310a3 tag mergeto_trunk_05dec05
prascle [Mon, 5 Dec 2005 08:03:19 +0000 (08:03 +0000)]
PR: merge from branch BR_UT_V310a3 tag mergeto_trunk_05dec05

18 years agoPR: merge from branch BR_OCC_For_3_1_0a3 tag mergeto_trunk_16nov05
prascle [Wed, 16 Nov 2005 14:48:14 +0000 (14:48 +0000)]
PR: merge from branch BR_OCC_For_3_1_0a3 tag mergeto_trunk_16nov05

18 years agoPR: HOSTNAME not always defined
prascle [Wed, 16 Nov 2005 00:00:18 +0000 (00:00 +0000)]
PR: HOSTNAME not always defined

18 years agoPR: merge from branch BR_UT_V310a2 tag BR_UT_V310a2_20051115
prascle [Tue, 15 Nov 2005 20:46:16 +0000 (20:46 +0000)]
PR: merge from branch BR_UT_V310a2 tag  BR_UT_V310a2_20051115

18 years agoPR: some comments added
prascle [Mon, 14 Nov 2005 16:12:17 +0000 (16:12 +0000)]
PR: some comments added

18 years agoPR: merge from branch BR_OCC_For_3_1_0a3 tag mergeto_trunk_14nov05
prascle [Mon, 14 Nov 2005 15:53:40 +0000 (15:53 +0000)]
PR: merge from branch BR_OCC_For_3_1_0a3 tag mergeto_trunk_14nov05

18 years agoUpdate version number: 3.1.0a2
vsr [Wed, 26 Oct 2005 07:50:52 +0000 (07:50 +0000)]
Update version number: 3.1.0a2

18 years agoCorrection of the path to MED file to import.
akk [Fri, 21 Oct 2005 08:24:24 +0000 (08:24 +0000)]
Correction of the path to MED file to import.

18 years agoRemove examples
smh [Wed, 19 Oct 2005 16:06:20 +0000 (16:06 +0000)]
Remove examples

18 years agoPR: merge from BR_UnitTests (tag mergeto_trunk_18oct05)
prascle [Tue, 18 Oct 2005 15:07:13 +0000 (15:07 +0000)]
PR: merge from BR_UnitTests (tag mergeto_trunk_18oct05)
improvement trace when shutdown

18 years agoPreparation of 3.1.0a2 - version ID
smh [Tue, 18 Oct 2005 14:39:27 +0000 (14:39 +0000)]
Preparation of 3.1.0a2 - version ID

18 years agoPreparation of 3.1.0a2 - compilation error on Fedora3 platform
smh [Tue, 18 Oct 2005 14:38:54 +0000 (14:38 +0000)]
Preparation of 3.1.0a2 - compilation error on Fedora3 platform

18 years agoPR: merge from branch BR_UnitTests tag mergeto_trunk_17oct05 - remove files
prascle [Mon, 17 Oct 2005 10:48:16 +0000 (10:48 +0000)]
PR: merge from branch BR_UnitTests tag mergeto_trunk_17oct05 - remove files

18 years agoPR: merge from branch BR_UnitTests tag mergeto_trunk_17oct05
prascle [Mon, 17 Oct 2005 10:29:57 +0000 (10:29 +0000)]
PR: merge from branch BR_UnitTests tag mergeto_trunk_17oct05

19 years agoBug PAL7444 - display mesh takes a lot of more memory in 2.1.0 than in 2.0.0.
apo [Wed, 30 Mar 2005 14:05:52 +0000 (14:05 +0000)]
Bug PAL7444 - display mesh takes a lot of more memory in 2.1.0 than in 2.0.0.