]> SALOME platform Git repositories - modules/kernel.git/log
Salome HOME
modules/kernel.git
13 years agoUpdate copyright V6_3_0_public
vsr [Wed, 1 Jun 2011 13:51:56 +0000 (13:51 +0000)]
Update copyright

13 years agoIPAL22481 - TC6.3.0: SIGSEGV calling copy-paste of objects BR_Dev_For_6_3_1 V6_3_0 V6_3_0b2 V6_3_0rc1
vsr [Thu, 19 May 2011 11:44:58 +0000 (11:44 +0000)]
IPAL22481 - TC6.3.0: SIGSEGV calling copy-paste of objects
Fix bug with observers - paste operation was not handled

13 years agoBug for ccc batch manager
ribes [Wed, 18 May 2011 08:32:55 +0000 (08:32 +0000)]
Bug for ccc batch manager

13 years agoIf AAA is in module list and AAA_ROOT_DIR is not defined, trust the user
adam [Tue, 17 May 2011 09:48:27 +0000 (09:48 +0000)]
If AAA is in module list and AAA_ROOT_DIR is not defined, trust the user
and take account AAA module.
If AAA_ROOT_DIR is defined but does not have a SalomeApp.xml in good places,
the AAA module is removed from GUI list.

13 years agoAdding SLURM batch
ribes [Thu, 12 May 2011 15:42:31 +0000 (15:42 +0000)]
Adding SLURM batch
Have to slurm to slurmmpi

13 years agoFixed bug in docutils: KERNEL installation failed when Sphinx was not found by configure
barate [Wed, 11 May 2011 08:43:50 +0000 (08:43 +0000)]
Fixed bug in docutils: KERNEL installation failed when Sphinx was not found by configure

13 years agoImplement the --foreground=0/1 to force old behavior
adam [Tue, 10 May 2011 13:33:06 +0000 (13:33 +0000)]
Implement the --foreground=0/1 to force old behavior
with runSalome --foreground=0

13 years ago*** empty log message ***
adam [Tue, 10 May 2011 07:53:15 +0000 (07:53 +0000)]
*** empty log message ***

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

13 years agoRemove job from batch manager only when call deleteJob
ribes [Thu, 5 May 2011 16:29:10 +0000 (16:29 +0000)]
Remove job from batch manager only when call deleteJob

13 years agoFix to get correct options for gcc-4.6
gdd [Thu, 5 May 2011 14:03:45 +0000 (14:03 +0000)]
Fix to get correct options for gcc-4.6

13 years agoRemove a print when not verbose
adam [Thu, 5 May 2011 09:00:35 +0000 (09:00 +0000)]
Remove a print when not verbose

13 years agoRemove error trace when notifd is not present.
adam [Thu, 5 May 2011 09:00:14 +0000 (09:00 +0000)]
Remove error trace when notifd is not present.

13 years ago0021256: EDF STUDY: Python dump in a single file (continued)
eap [Tue, 3 May 2011 15:53:43 +0000 (15:53 +0000)]
0021256: EDF STUDY: Python dump in a single file (continued)

+  if ( !isMultiFile )
+    sfp << "theStudy = salome.myStudy" <<std::endl << std::endl;

13 years ago0021255: [CEA 466] compilation with gcc 4.6.0 without warnings
eap [Tue, 3 May 2011 14:14:53 +0000 (14:14 +0000)]
0021255: [CEA 466] compilation with gcc 4.6.0 without warnings

           int bid = 0;
           pthread_create(&traceThread, NULL,
-                                   SALOMETraceCollector::run, (void *)bid);
+                                   SALOMETraceCollector::run, &bid);

13 years ago0021255: [CEA 466] compilation with gcc 4.6.0 without warnings
eap [Tue, 3 May 2011 13:22:18 +0000 (13:22 +0000)]
0021255: [CEA 466] compilation with gcc 4.6.0 without warnings

-      rc = pthread_create(&threads[t], NULL, PrintHello, (void *)t) ;
+      rc = pthread_create(&threads[t], NULL, PrintHello, &t) ;

13 years ago0021255: [CEA 466] compilation with gcc 4.6.0 without warnings
eap [Tue, 3 May 2011 13:18:29 +0000 (13:18 +0000)]
0021255: [CEA 466] compilation with gcc 4.6.0 without warnings

           int bid = 0;
           pthread_create(&traceThread, NULL,
-                                   FileTraceCollector::run, (void *)bid);
+                                   FileTraceCollector::run, &bid);

13 years agoimplement smesh cancel compute for hexotic
adam [Mon, 2 May 2011 15:32:23 +0000 (15:32 +0000)]
implement smesh cancel compute for hexotic

13 years agoPaCO++ update for V6.3
ribes [Fri, 29 Apr 2011 14:09:39 +0000 (14:09 +0000)]
PaCO++ update for V6.3

13 years agoFix for the bug "IPAL22425 TC6.3.0: Wrong Dump of Study".
rnv [Fri, 29 Apr 2011 12:19:45 +0000 (12:19 +0000)]
Fix for the bug "IPAL22425 TC6.3.0: Wrong Dump of Study".

13 years agoRemove debug print
ribes [Thu, 28 Apr 2011 14:22:04 +0000 (14:22 +0000)]
Remove debug print

13 years agoModify include of cmake files for netgen compilation
adam [Thu, 28 Apr 2011 12:35:07 +0000 (12:35 +0000)]
Modify include of cmake files for netgen compilation

13 years agoIf CMAKE_BUILD_TYPE is not set, set it to Release
adam [Thu, 28 Apr 2011 12:33:43 +0000 (12:33 +0000)]
If CMAKE_BUILD_TYPE is not set, set it to Release

13 years agoCopyright info update
vsr [Wed, 27 Apr 2011 10:12:18 +0000 (10:12 +0000)]
Copyright info update

13 years agoComplete doc for package salome.kernel.parametric
barate [Wed, 27 Apr 2011 08:39:14 +0000 (08:39 +0000)]
Complete doc for package salome.kernel.parametric

13 years agoAdded utility Python module for parametric studies with PyScripts
barate [Tue, 26 Apr 2011 12:46:24 +0000 (12:46 +0000)]
Added utility Python module for parametric studies with PyScripts

13 years agoReorganized Python modules for parametric studies (and corresponding doc)
barate [Fri, 22 Apr 2011 14:01:25 +0000 (14:01 +0000)]
Reorganized Python modules for parametric studies (and corresponding doc)

13 years agoFixed compilation problem with libbatch 1.3.0rc1
barate [Wed, 20 Apr 2011 14:21:03 +0000 (14:21 +0000)]
Fixed compilation problem with libbatch 1.3.0rc1

13 years agoRNV: Added support of the H5T_ARRAY.
rnv [Wed, 20 Apr 2011 10:25:35 +0000 (10:25 +0000)]
RNV: Added support of the H5T_ARRAY.

13 years agoFix logical error Start_BR_19998_21191_NEW_ENV
vsr [Tue, 19 Apr 2011 11:48:35 +0000 (11:48 +0000)]
Fix logical error

13 years agoMerge from V6_main branch 18/04/2011
vsr [Mon, 18 Apr 2011 12:58:18 +0000 (12:58 +0000)]
Merge from V6_main branch 18/04/2011

13 years agoChanging version to 6.3.0
inv [Mon, 18 Apr 2011 11:19:01 +0000 (11:19 +0000)]
Changing version to 6.3.0

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

13 years agoUpdate FLAGS about TestLaucher
fkl [Fri, 8 Apr 2011 12:05:36 +0000 (12:05 +0000)]
Update FLAGS about TestLaucher

13 years agoadd a test for c++ Launcher
secher [Fri, 8 Apr 2011 09:24:16 +0000 (09:24 +0000)]
add a test for c++ Launcher

13 years agoChanged the parametric types to support types needed by ADAO
barate [Thu, 7 Apr 2011 15:48:59 +0000 (15:48 +0000)]
Changed the parametric types to support types needed by ADAO

13 years agodesactivate foreground() for
adam [Thu, 7 Apr 2011 13:10:40 +0000 (13:10 +0000)]
desactivate foreground() for
 o runSalome --pinter option
 o python -i runSalome.py use case

13 years agoRNV: Porting documentation on the doxygen 1.7.3
rnv [Thu, 7 Apr 2011 13:00:09 +0000 (13:00 +0000)]
RNV: Porting documentation on the doxygen 1.7.3

13 years agoHide debug messages if verbose mode is not set
vsr [Thu, 7 Apr 2011 05:46:05 +0000 (05:46 +0000)]
Hide debug messages if verbose mode is not set

13 years agoMove verbose() / setVerbose() functions to the salome_utils
vsr [Thu, 7 Apr 2011 05:44:53 +0000 (05:44 +0000)]
Move verbose() / setVerbose() functions to the salome_utils

13 years agoAdd a workaround about the "foreground" improvement to allow running tests with pytho...
vsr [Wed, 6 Apr 2011 12:28:16 +0000 (12:28 +0000)]
Add a workaround about the "foreground" improvement to allow running tests with python -i approach

13 years agoLaunch salome foreground when gui is activated. Start_BR_19998_21191
adam [Fri, 1 Apr 2011 14:49:45 +0000 (14:49 +0000)]
Launch salome foreground when gui is activated.
Ctrl-c, everything is cleaned
IAPP crashes, everything is cleaned
kill -9 runSalome*, everything is cleaned
runSalome & ; kill %1, everything is cleaned

13 years agoadd a "--spy" option
adam [Fri, 1 Apr 2011 14:30:48 +0000 (14:30 +0000)]
add a "--spy" option

13 years agoImplementation of the "16219: EDF PAL 469: "RemoveFromStudy" Function" issue.
rnv [Thu, 31 Mar 2011 10:50:15 +0000 (10:50 +0000)]
Implementation of the "16219: EDF PAL 469: "RemoveFromStudy" Function" issue.

13 years agoAdded doc for salome.kernel.varlist module
barate [Thu, 31 Mar 2011 09:57:05 +0000 (09:57 +0000)]
Added doc for salome.kernel.varlist module

13 years agoIssue 0013373: EDF PAL 273 : Option Single/Multi file dump
ouv [Tue, 29 Mar 2011 07:34:47 +0000 (07:34 +0000)]
Issue 0013373: EDF PAL 273 : Option Single/Multi file dump

13 years agoImplementation of the "16566: EDF PAL 514: Implement system of units (milimeters...
rnv [Fri, 25 Mar 2011 09:59:56 +0000 (09:59 +0000)]
Implementation of the "16566: EDF PAL 514: Implement system of units (milimeters, meters, inch...)" issue.

13 years agoGet back Destroy() function, add notification that this function is obsolete.
vsr [Fri, 25 Mar 2011 07:56:20 +0000 (07:56 +0000)]
Get back Destroy() function, add notification that this function is obsolete.

13 years agoGet back Destroy() function, add notification that this function is obsolete.
vsr [Fri, 25 Mar 2011 07:47:05 +0000 (07:47 +0000)]
Get back Destroy() function, add notification that this function is obsolete.

13 years agoGet back Destroy() function, add notification that this function is obsolete.
vsr [Fri, 25 Mar 2011 07:40:56 +0000 (07:40 +0000)]
Get back Destroy() function, add notification that this function is obsolete.

13 years agoReplace exception by warning at wake up of an active session
adam [Thu, 24 Mar 2011 17:57:40 +0000 (17:57 +0000)]
Replace exception by warning at wake up of an active session

13 years agoFirst implementation of the --wake-up-session option
adam [Thu, 24 Mar 2011 15:48:27 +0000 (15:48 +0000)]
First implementation of the --wake-up-session option

13 years agoChanged link to Python package doc (opens in new window)
barate [Thu, 24 Mar 2011 15:14:24 +0000 (15:14 +0000)]
Changed link to Python package doc (opens in new window)

13 years agoFix a bug in args list of startGUI
adam [Tue, 22 Mar 2011 15:03:19 +0000 (15:03 +0000)]
Fix a bug in args list of startGUI

13 years agoUse getPortNumber from salome_utils to
adam [Tue, 22 Mar 2011 11:06:51 +0000 (11:06 +0000)]
Use getPortNumber from salome_utils to
search the port number ...
The older method is buggy.

13 years agoBug IPAL22334: SALOME hangs-up on any GEOM operation if SALOME data server is running...
vsr [Mon, 21 Mar 2011 08:34:40 +0000 (08:34 +0000)]
Bug IPAL22334: SALOME hangs-up on any GEOM operation if SALOME data server is running in standalone mode.

13 years agoFix tabulation
adam [Fri, 18 Mar 2011 11:13:23 +0000 (11:13 +0000)]
Fix tabulation

13 years agoCancel computation for ghs3d
adam [Fri, 18 Mar 2011 10:34:59 +0000 (10:34 +0000)]
Cancel computation for ghs3d

13 years agoIntroduce import functionality in SALOME configuration files
vsr [Thu, 17 Mar 2011 16:29:15 +0000 (16:29 +0000)]
Introduce import functionality in SALOME configuration files

13 years agoActivate Cancel Compute for cmake
adam [Thu, 17 Mar 2011 11:05:03 +0000 (11:05 +0000)]
Activate Cancel Compute for cmake

13 years agoCCAR: remove unneeded include in Calcium.hxx and check order of includes
caremoli [Wed, 16 Mar 2011 17:47:00 +0000 (17:47 +0000)]
CCAR: remove unneeded include in Calcium.hxx and check order of includes

13 years ago0021133: EDF 1605 ALL: Space in dump files instead of tabulations
vsr [Wed, 16 Mar 2011 12:34:52 +0000 (12:34 +0000)]
0021133: EDF 1605 ALL: Space in dump files instead of tabulations

13 years ago*** empty log message ***
adam [Mon, 14 Mar 2011 11:30:40 +0000 (11:30 +0000)]
*** empty log message ***

13 years ago*** empty log message ***
adam [Tue, 8 Mar 2011 09:01:00 +0000 (09:01 +0000)]
*** empty log message ***

13 years agoCCAR: remove references to Batch in doc
caremoli [Mon, 7 Mar 2011 10:43:27 +0000 (10:43 +0000)]
CCAR: remove references to Batch in doc

13 years agoFixed Launcher according to libbatch changes
barate [Fri, 4 Mar 2011 16:08:40 +0000 (16:08 +0000)]
Fixed Launcher according to libbatch changes

13 years ago1. SALOME::GenericObj : Destroy() -> UnRegister()
vsr [Fri, 4 Mar 2011 15:12:10 +0000 (15:12 +0000)]
1. SALOME::GenericObj : Destroy() -> UnRegister()
2. Introduce interfaces ExportableObject and ImportableComponent interfaces
3. Inherit fileTransfer from SALOME::GenericObj

13 years ago1. SALOME::GenericObj : Destroy() -> UnRegister()
vsr [Fri, 4 Mar 2011 15:00:41 +0000 (15:00 +0000)]
1. SALOME::GenericObj : Destroy() -> UnRegister()
2. Introduce interfaces ExportableObject and ImportableComponent interfaces
3. Inherit fileTransfer from SALOME::GenericObj

13 years ago1. SALOME::GenericObj : Destroy() -> UnRegister()
vsr [Fri, 4 Mar 2011 14:49:43 +0000 (14:49 +0000)]
1. SALOME::GenericObj : Destroy() -> UnRegister()
2. Introduce interfaces ExportableObject and ImportableComponent interfaces

13 years agoallow two Salome sessions with mpi, to run in the same time
secher [Fri, 4 Mar 2011 10:49:42 +0000 (10:49 +0000)]
allow two Salome sessions with mpi, to run in the same time

13 years agoCompile with Werror
adam [Fri, 4 Mar 2011 10:09:16 +0000 (10:09 +0000)]
Compile with Werror

13 years agoDefiniton of MODULE variable for cmake
adam [Fri, 4 Mar 2011 09:39:33 +0000 (09:39 +0000)]
Definiton of MODULE variable for cmake

13 years agoUse the -DWITH_SALOMEDS_OBSERVER flag
adam [Fri, 4 Mar 2011 08:41:36 +0000 (08:41 +0000)]
Use the -DWITH_SALOMEDS_OBSERVER flag

13 years ago*** empty log message ***
adam [Thu, 3 Mar 2011 17:56:57 +0000 (17:56 +0000)]
*** empty log message ***

13 years ago0021196: [CEA 456] Integration and merge modification for debian packages
eap [Thu, 3 Mar 2011 16:01:03 +0000 (16:01 +0000)]
0021196: [CEA 456] Integration and merge modification for debian packages

  roll back kernel-install-without-docs.patch

13 years agoclean warning message
secher [Thu, 3 Mar 2011 14:39:57 +0000 (14:39 +0000)]
clean warning message

13 years agoclean warning message
secher [Thu, 3 Mar 2011 13:00:11 +0000 (13:00 +0000)]
clean warning message

13 years ago0021196: [CEA 456] Integration and merge modification for debian packages
eap [Thu, 3 Mar 2011 07:33:02 +0000 (07:33 +0000)]
0021196: [CEA 456] Integration and merge modification for debian packages

We think that building and installing the documentation should not
be the default behavior but reserved to interested users

13 years agocorrect bad replace
secher [Wed, 2 Mar 2011 13:04:47 +0000 (13:04 +0000)]
correct bad replace

13 years agoRename Engines::Component to Engines::EngineComponent
jfa [Wed, 2 Mar 2011 08:52:25 +0000 (08:52 +0000)]
Rename Engines::Component to Engines::EngineComponent

13 years ago0021196: [CEA 456] Integration and merge modification for debian packages
eap [Tue, 1 Mar 2011 12:59:52 +0000 (12:59 +0000)]
0021196: [CEA 456] Integration and merge modification for debian packages

make docs to work in docutils

13 years ago0021196: [CEA 456] Integration and merge modification for debian packages
eap [Tue, 1 Mar 2011 12:42:27 +0000 (12:42 +0000)]
0021196: [CEA 456] Integration and merge modification for debian packages

Add missing #include

+#include <map>

13 years ago0021196: [CEA 456] Integration and merge modification for debian packages
eap [Tue, 1 Mar 2011 12:42:10 +0000 (12:42 +0000)]
0021196: [CEA 456] Integration and merge modification for debian packages

Use random instead of deprecated whrandom (gone as of python 2.5).

13 years ago0021196: [CEA 456] Integration and merge modification for debian packages
eap [Tue, 1 Mar 2011 12:41:51 +0000 (12:41 +0000)]
0021196: [CEA 456] Integration and merge modification for debian packages

Remove unnecessary extern "C" instances and add one necessary one.
Background: One must not #include mpi.h from within an extern "C" block.
Both mpi.h and hdf5.h are C++-safe, and should be included directly without
extern "C".  For details, see:
http://www.open-mpi.org/community/lists/users/2007/12/4763.php

13 years ago0021196: [CEA 456] Integration and merge modification for debian packages
eap [Tue, 1 Mar 2011 12:41:34 +0000 (12:41 +0000)]
0021196: [CEA 456] Integration and merge modification for debian packages

-  #undef SEEK_SET
-  #undef SEEK_CUR
-  #undef SEEK_END
 No idea why these are undef'd, they break the build when using OpenMPI.

13 years ago0021196: [CEA 456] Integration and merge modification for debian packages
eap [Tue, 1 Mar 2011 12:40:51 +0000 (12:40 +0000)]
0021196: [CEA 456] Integration and merge modification for debian packages

  Allow a separate MPI include directory

13 years ago0021196: [CEA 456] Integration and merge modification for debian packages
eap [Tue, 1 Mar 2011 12:40:12 +0000 (12:40 +0000)]
0021196: [CEA 456] Integration and merge modification for debian packages

  The HDF5 library requires MPI in order to work, so the MPI check needs to go
  first, and the MPI variables need to be in the HDF5 check.

13 years ago0021196: [CEA 456] Integration and merge modification for debian packages
eap [Tue, 1 Mar 2011 12:39:55 +0000 (12:39 +0000)]
0021196: [CEA 456] Integration and merge modification for debian packages

Option to use the Debian/Ubuntu OpenCASCADE installation location, but
preferring the OCC standard install.