]>
SALOME platform Git repositories - modules/kernel.git/log
ribes [Wed, 29 Jun 2011 06:39:00 +0000 (06:39 +0000)]
Adding new protocol: srun
vsr [Fri, 24 Jun 2011 11:37:45 +0000 (11:37 +0000)]
Extend ComponentGUI module with several functions (for tests)
vsr [Wed, 22 Jun 2011 13:50:47 +0000 (13:50 +0000)]
Fix bug of createAppli.sh script: it should create USERS directory
inv [Tue, 21 Jun 2011 11:43:22 +0000 (11:43 +0000)]
Changing version to 6.3.1
rnv [Mon, 20 Jun 2011 13:24:16 +0000 (13:24 +0000)]
Porting SALOME6 on windows: add #ifdef WIN32 directive
rnv [Mon, 20 Jun 2011 13:22:31 +0000 (13:22 +0000)]
Porting SALOME6 on windows: update cmake file for the new products.
barate [Wed, 15 Jun 2011 08:26:28 +0000 (08:26 +0000)]
Copy deterministic dicts to avoid erasing values in parametric functions
vsr [Thu, 9 Jun 2011 13:37:59 +0000 (13:37 +0000)]
Fix problem of 'make uninstall' (and make distcheck) with automake 2.11 (Mandriva 2010)
vsr [Wed, 1 Jun 2011 13:51:56 +0000 (13:51 +0000)]
Update copyright
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
ribes [Wed, 18 May 2011 08:32:55 +0000 (08:32 +0000)]
Bug for ccc batch manager
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.
ribes [Thu, 12 May 2011 15:42:31 +0000 (15:42 +0000)]
Adding SLURM batch
Have to slurm to slurmmpi
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
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
adam [Tue, 10 May 2011 07:53:15 +0000 (07:53 +0000)]
*** empty log message ***
secher [Fri, 6 May 2011 12:18:04 +0000 (12:18 +0000)]
to correct problem of machine with long hostname like name.domaine
ribes [Thu, 5 May 2011 16:29:10 +0000 (16:29 +0000)]
Remove job from batch manager only when call deleteJob
gdd [Thu, 5 May 2011 14:03:45 +0000 (14:03 +0000)]
Fix to get correct options for gcc-4.6
adam [Thu, 5 May 2011 09:00:35 +0000 (09:00 +0000)]
Remove a print when not verbose
adam [Thu, 5 May 2011 09:00:14 +0000 (09:00 +0000)]
Remove error trace when notifd is not present.
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;
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);
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) ;
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);
adam [Mon, 2 May 2011 15:32:23 +0000 (15:32 +0000)]
implement smesh cancel compute for hexotic
ribes [Fri, 29 Apr 2011 14:09:39 +0000 (14:09 +0000)]
PaCO++ update for V6.3
rnv [Fri, 29 Apr 2011 12:19:45 +0000 (12:19 +0000)]
Fix for the bug "IPAL22425 TC6.3.0: Wrong Dump of Study".
ribes [Thu, 28 Apr 2011 14:22:04 +0000 (14:22 +0000)]
Remove debug print
adam [Thu, 28 Apr 2011 12:35:07 +0000 (12:35 +0000)]
Modify include of cmake files for netgen compilation
adam [Thu, 28 Apr 2011 12:33:43 +0000 (12:33 +0000)]
If CMAKE_BUILD_TYPE is not set, set it to Release
vsr [Wed, 27 Apr 2011 10:12:18 +0000 (10:12 +0000)]
Copyright info update
barate [Wed, 27 Apr 2011 08:39:14 +0000 (08:39 +0000)]
Complete doc for package salome.kernel.parametric
barate [Tue, 26 Apr 2011 12:46:24 +0000 (12:46 +0000)]
Added utility Python module for parametric studies with PyScripts
barate [Fri, 22 Apr 2011 14:01:25 +0000 (14:01 +0000)]
Reorganized Python modules for parametric studies (and corresponding doc)
barate [Wed, 20 Apr 2011 14:21:03 +0000 (14:21 +0000)]
Fixed compilation problem with libbatch 1.3.0rc1
rnv [Wed, 20 Apr 2011 10:25:35 +0000 (10:25 +0000)]
RNV: Added support of the H5T_ARRAY.
vsr [Tue, 19 Apr 2011 11:48:35 +0000 (11:48 +0000)]
Fix logical error
vsr [Mon, 18 Apr 2011 12:58:18 +0000 (12:58 +0000)]
Merge from V6_main branch 18/04/2011
inv [Mon, 18 Apr 2011 11:19:01 +0000 (11:19 +0000)]
Changing version to 6.3.0
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, ...)
ribes [Thu, 14 Apr 2011 08:00:46 +0000 (08:00 +0000)]
Add an helper class for ResourceDefinition
ribes [Wed, 13 Apr 2011 17:24:34 +0000 (17:24 +0000)]
Save and load Jobs with specific parameters
ribes [Wed, 13 Apr 2011 16:42:38 +0000 (16:42 +0000)]
Add specific parameters support to getJobParameters
vsr [Wed, 13 Apr 2011 16:41:41 +0000 (16:41 +0000)]
Improve salome base test
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.
vsr [Mon, 11 Apr 2011 12:05:28 +0000 (12:05 +0000)]
Modify basic salome test for series 6x
secher [Fri, 8 Apr 2011 14:27:21 +0000 (14:27 +0000)]
update for install with only launcher
secher [Fri, 8 Apr 2011 14:26:34 +0000 (14:26 +0000)]
update for install with only launcher
secher [Fri, 8 Apr 2011 13:52:43 +0000 (13:52 +0000)]
update flags for TestLauncher
adam [Fri, 8 Apr 2011 13:26:38 +0000 (13:26 +0000)]
*** empty log message ***
secher [Fri, 8 Apr 2011 13:00:03 +0000 (13:00 +0000)]
update flags for TestLauncher
secher [Fri, 8 Apr 2011 12:28:49 +0000 (12:28 +0000)]
update flags for TestLauncher
fkl [Fri, 8 Apr 2011 12:05:36 +0000 (12:05 +0000)]
Update FLAGS about TestLaucher
secher [Fri, 8 Apr 2011 09:24:16 +0000 (09:24 +0000)]
add a test for c++ Launcher
barate [Thu, 7 Apr 2011 15:48:59 +0000 (15:48 +0000)]
Changed the parametric types to support types needed by ADAO
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
rnv [Thu, 7 Apr 2011 13:00:09 +0000 (13:00 +0000)]
RNV: Porting documentation on the doxygen 1.7.3
vsr [Thu, 7 Apr 2011 05:46:05 +0000 (05:46 +0000)]
Hide debug messages if verbose mode is not set
vsr [Thu, 7 Apr 2011 05:44:53 +0000 (05:44 +0000)]
Move verbose() / setVerbose() functions to the salome_utils
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
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
adam [Fri, 1 Apr 2011 14:30:48 +0000 (14:30 +0000)]
add a "--spy" option
rnv [Thu, 31 Mar 2011 10:50:15 +0000 (10:50 +0000)]
Implementation of the "16219: EDF PAL 469: "RemoveFromStudy" Function" issue.
barate [Thu, 31 Mar 2011 09:57:05 +0000 (09:57 +0000)]
Added doc for salome.kernel.varlist module
ouv [Tue, 29 Mar 2011 07:34:47 +0000 (07:34 +0000)]
Issue
0013373 : EDF PAL 273 : Option Single/Multi file dump
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.
vsr [Fri, 25 Mar 2011 07:56:20 +0000 (07:56 +0000)]
Get 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.
vsr [Fri, 25 Mar 2011 07:40:56 +0000 (07:40 +0000)]
Get back Destroy() function, add notification that this function is obsolete.
adam [Thu, 24 Mar 2011 17:57:40 +0000 (17:57 +0000)]
Replace exception by warning at wake up of an active session
adam [Thu, 24 Mar 2011 15:48:27 +0000 (15:48 +0000)]
First implementation of the --wake-up-session option
barate [Thu, 24 Mar 2011 15:14:24 +0000 (15:14 +0000)]
Changed link to Python package doc (opens in new window)
adam [Tue, 22 Mar 2011 15:03:19 +0000 (15:03 +0000)]
Fix a bug in args list of startGUI
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.
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.
adam [Fri, 18 Mar 2011 11:13:23 +0000 (11:13 +0000)]
Fix tabulation
adam [Fri, 18 Mar 2011 10:34:59 +0000 (10:34 +0000)]
Cancel computation for ghs3d
vsr [Thu, 17 Mar 2011 16:29:15 +0000 (16:29 +0000)]
Introduce import functionality in SALOME configuration files
adam [Thu, 17 Mar 2011 11:05:03 +0000 (11:05 +0000)]
Activate Cancel Compute for cmake
caremoli [Wed, 16 Mar 2011 17:47:00 +0000 (17:47 +0000)]
CCAR: remove unneeded include in Calcium.hxx and check order of includes
vsr [Wed, 16 Mar 2011 12:34:52 +0000 (12:34 +0000)]
0021133 : EDF 1605 ALL: Space in dump files instead of tabulations
adam [Mon, 14 Mar 2011 11:30:40 +0000 (11:30 +0000)]
*** empty log message ***
adam [Tue, 8 Mar 2011 09:01:00 +0000 (09:01 +0000)]
*** empty log message ***
caremoli [Mon, 7 Mar 2011 10:43:27 +0000 (10:43 +0000)]
CCAR: remove references to Batch in doc
barate [Fri, 4 Mar 2011 16:08:40 +0000 (16:08 +0000)]
Fixed Launcher according to libbatch changes
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
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
vsr [Fri, 4 Mar 2011 14:49:43 +0000 (14:49 +0000)]
1. SALOME::GenericObj : Destroy() -> UnRegister()
2. Introduce interfaces ExportableObject and ImportableComponent interfaces
secher [Fri, 4 Mar 2011 10:49:42 +0000 (10:49 +0000)]
allow two Salome sessions with mpi, to run in the same time
adam [Fri, 4 Mar 2011 10:09:16 +0000 (10:09 +0000)]
Compile with Werror
adam [Fri, 4 Mar 2011 09:39:33 +0000 (09:39 +0000)]
Definiton of MODULE variable for cmake
adam [Fri, 4 Mar 2011 08:41:36 +0000 (08:41 +0000)]
Use the -DWITH_SALOMEDS_OBSERVER flag
adam [Thu, 3 Mar 2011 17:56:57 +0000 (17:56 +0000)]
*** empty log message ***
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
secher [Thu, 3 Mar 2011 14:39:57 +0000 (14:39 +0000)]
clean warning message
secher [Thu, 3 Mar 2011 13:00:11 +0000 (13:00 +0000)]
clean warning message
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
secher [Wed, 2 Mar 2011 13:04:47 +0000 (13:04 +0000)]
correct bad replace
jfa [Wed, 2 Mar 2011 08:52:25 +0000 (08:52 +0000)]
Rename Engines::Component to Engines::EngineComponent