Salome HOME
modules/yacs.git
8 years ago"salome test" integration.
Ovidiu Mircescu [Wed, 24 Jun 2015 08:48:43 +0000 (10:48 +0200)]
"salome test" integration.

You can run YACS tests with the "salome test" command.
It is still possible to use "make test" in the build directory.

8 years agoSynchronize adm files
Maintenance team (INV) [Thu, 18 Jun 2015 18:38:42 +0000 (21:38 +0300)]
Synchronize adm files

8 years agoSynchronize adm files
Maintenance team (INV) [Wed, 17 Jun 2015 18:37:11 +0000 (21:37 +0300)]
Synchronize adm files

8 years agoWindows compatibility
ana [Wed, 17 Jun 2015 17:05:12 +0000 (20:05 +0300)]
Windows compatibility

9 years agoAddition of notification mechanism in evalyfx.
Anthony Geay [Fri, 12 Jun 2015 16:36:31 +0000 (18:36 +0200)]
Addition of notification mechanism in evalyfx.

9 years agoCorrection on evalyfx to take into account about first feedback.
Anthony Geay [Fri, 12 Jun 2015 12:34:32 +0000 (14:34 +0200)]
Correction on evalyfx to take into account about first feedback.

9 years agolist->vector to ease life of C++ users.
Anthony Geay [Wed, 10 Jun 2015 08:58:38 +0000 (10:58 +0200)]
list->vector to ease life of C++ users.

9 years agoFirst implementation of evalyfx.
Anthony Geay [Tue, 21 Apr 2015 16:43:15 +0000 (18:43 +0200)]
First implementation of evalyfx.

9 years agoMinor fix on PMML swig so that make clean and SALOME_INSTALL_SCRIPTS work
abn [Tue, 9 Jun 2015 14:45:45 +0000 (16:45 +0200)]
Minor fix on PMML swig so that make clean and SALOME_INSTALL_SCRIPTS work
properly.

9 years agoSynchronize adm files plus get rid of obsolete INSTALL_AND_COMPILE... macro
vsr [Tue, 9 Jun 2015 11:42:58 +0000 (14:42 +0300)]
Synchronize adm files plus get rid of obsolete INSTALL_AND_COMPILE... macro

9 years ago0021426: [CEA 541] Output of an YACS graph at the end of the execution
vsr [Tue, 9 Jun 2015 10:01:32 +0000 (13:01 +0300)]
0021426: [CEA 541] Output of an YACS graph at the end of the execution
- Increase precision of floating point values output from default 6 to 16 digits.

9 years agoMerge branch V7_6_BR
vsr [Wed, 3 Jun 2015 10:02:13 +0000 (13:02 +0300)]
Merge branch V7_6_BR

9 years agoFix a regression made by the HPContainer development in the GUI (commit 54dd4bca5d0eb...
Ovidiu Mircescu [Fri, 15 May 2015 09:19:40 +0000 (11:19 +0200)]
Fix a regression made by the HPContainer development in the GUI (commit 54dd4bca5d0eb605fae21321a06bbdee31dbe886).

Before the HPContainer development, when a node was added to the
schema from the catalog, a new instance of the component was created.
It was possible to change the instance, if desired.

After the HPContainer development, the same instance was used every
time the same service was added to the schema and there was no choice
to use different instances for the same service on different nodes.

This fix goes back to the behaviour before the HPContainer development.

9 years agoUpdate translation files from Crowdin V7_6_BR cbr/crowdin_V7_6_BR fix_for_760 V7_6_0 V7_6_0rc1
Christophe Bourcier [Tue, 5 May 2015 14:01:23 +0000 (16:01 +0200)]
Update translation files from Crowdin

9 years ago0022323: [CEA 914] YACS: quantity of resources in OptimizerLoop
vsr [Tue, 24 Feb 2015 14:27:45 +0000 (17:27 +0300)]
0022323: [CEA 914] YACS: quantity of resources in OptimizerLoop

9 years agoWindows compatibility
ana [Tue, 21 Apr 2015 08:57:23 +0000 (11:57 +0300)]
Windows compatibility

9 years agoIncrement version: 7.6.0
vsr [Fri, 17 Apr 2015 15:46:20 +0000 (18:46 +0300)]
Increment version: 7.6.0

9 years agoExclude *.md5 and *.map files from the DEV documentation
rnv [Fri, 17 Apr 2015 10:17:22 +0000 (13:17 +0300)]
Exclude *.md5 and *.map files from the DEV documentation

9 years agoImplementation of checkpoint/restart mechanism for foreach nodes. V7_6_0b1
Anthony Geay [Fri, 10 Apr 2015 08:14:54 +0000 (10:14 +0200)]
Implementation of checkpoint/restart mechanism for foreach nodes.

9 years agoChange status for failed graph in KeepGoing mode from ERROR to FAILED.
Anthony Geay [Thu, 9 Apr 2015 07:03:34 +0000 (09:03 +0200)]
Change status for failed graph in KeepGoing mode from ERROR to FAILED.

9 years agoTest of keep going mode of foreach node.
Anthony Geay [Wed, 8 Apr 2015 12:19:31 +0000 (14:19 +0200)]
Test of keep going mode of foreach node.

9 years agoMerge branch 'master' of https://git.salome-platform.org/git/modules/yacs
Anthony Geay [Wed, 8 Apr 2015 10:06:40 +0000 (12:06 +0200)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/yacs

9 years agoImplementation of keep going mode of executor for ForEachLoops.
Anthony Geay [Wed, 8 Apr 2015 10:03:28 +0000 (12:03 +0200)]
Implementation of keep going mode of executor for ForEachLoops.

9 years agoAdd executable rights to the test scripts
Renaud Barate [Tue, 7 Apr 2015 15:09:21 +0000 (17:09 +0200)]
Add executable rights to the test scripts

9 years agoFix race condition that could cause a segmentation fault
Renaud Barate [Tue, 7 Apr 2015 15:04:34 +0000 (17:04 +0200)]
Fix race condition that could cause a segmentation fault

This segmentation fault happened randomly on
schemas limited by YACS max number of threads.

9 years agoFix race condition that could cause SIGSEGV with "Stop on error" mode
Renaud Barate [Tue, 7 Apr 2015 14:34:21 +0000 (16:34 +0200)]
Fix race condition that could cause SIGSEGV with "Stop on error" mode

9 years agoFix bug causing Python to deallocate None
Renaud Barate [Tue, 7 Apr 2015 14:31:02 +0000 (16:31 +0200)]
Fix bug causing Python to deallocate None

This bug could happen on schemas with very large numbers of Python nodes

9 years agoRemove dependency on QScintilla V7_6_0a1
rnv [Fri, 3 Apr 2015 11:59:40 +0000 (14:59 +0300)]
Remove dependency on QScintilla
- Use built-in python editor.

9 years agoFix compilation error when using GCC 4.9.
Pascal Obry [Mon, 30 Mar 2015 09:33:32 +0000 (11:33 +0200)]
Fix compilation error when using GCC 4.9.

The error was:

/usr/include/c++/4.9/bits/cpp_type_traits.h:103:3: error: template with C linkage
   template<typename, typename>
   ^

Removing the external C seems safe as this is already taken care
of in the included header (libxml/parser.h)

9 years agoSynchronize adm files
Maintenance team (INV) [Wed, 25 Mar 2015 18:34:39 +0000 (21:34 +0300)]
Synchronize adm files

9 years agoRollback to Str.
Anthony Geay [Fri, 20 Mar 2015 10:26:57 +0000 (11:26 +0100)]
Rollback to Str.

9 years agoDisplay a representation (repr) of PyObjects not a full string (str).
Anthony Geay [Thu, 19 Mar 2015 07:35:43 +0000 (08:35 +0100)]
Display a representation (repr) of PyObjects not a full string (str).

9 years agoCorrection of bug when pyobj hides a pystring with foreach node.
Anthony Geay [Thu, 19 Feb 2015 10:42:57 +0000 (11:42 +0100)]
Correction of bug when pyobj hides a pystring with foreach node.

9 years agoSynchronize adm files
Maintenance team (INV) [Fri, 13 Feb 2015 18:35:22 +0000 (21:35 +0300)]
Synchronize adm files

9 years agoCopyrights update 2015.
akl [Fri, 13 Feb 2015 13:50:31 +0000 (17:50 +0400)]
Copyrights update 2015.

9 years agochanges for mpi compilation bsr/medmpi
Bernard Sécher [Mon, 9 Feb 2015 10:13:49 +0000 (11:13 +0100)]
changes for mpi compilation

9 years agoSynchronize adm files
Maintenance team (INV) [Fri, 6 Feb 2015 18:34:29 +0000 (21:34 +0300)]
Synchronize adm files

9 years agoNeeded API modification before the concrete implementation. agy/ModeKeepGoingForEach
Anthony Geay [Thu, 29 Jan 2015 08:04:50 +0000 (09:04 +0100)]
Needed API modification before the concrete implementation.

9 years agoCorrect big bug.
Anthony Geay [Mon, 26 Jan 2015 16:36:33 +0000 (17:36 +0100)]
Correct big bug.

9 years agoRetrieve state of ForEachLoop node even in case of failure.
Anthony Geay [Fri, 16 Jan 2015 17:10:25 +0000 (18:10 +0100)]
Retrieve state of ForEachLoop node even in case of failure.

9 years agoSwitch DEV version marker to 1
vsr [Tue, 20 Jan 2015 06:53:23 +0000 (09:53 +0300)]
Switch DEV version marker to 1

9 years agoSynchronize adm files V7_5_BR V7_5_1 V7_5_1rc1 V7_5_1rc2 V7_5_1rc3
Maintenance team (INV) [Mon, 12 Jan 2015 19:25:28 +0000 (22:25 +0300)]
Synchronize adm files

9 years agoIncrement version: 7.5.1 cbr/crowdin_V7_5_BR V7_5_1b1
vsr [Tue, 9 Dec 2014 08:51:10 +0000 (11:51 +0300)]
Increment version: 7.5.1

9 years agoIssue 0022816: duplicated files
vsr [Wed, 3 Dec 2014 11:06:25 +0000 (14:06 +0300)]
Issue 0022816: duplicated files
Don't install chrono.hxx

9 years agoIncrement version: 7.5.0 V7_5_0 V7_5_0rc1
vsr [Wed, 5 Nov 2014 15:24:03 +0000 (18:24 +0300)]
Increment version: 7.5.0

9 years agoDoc fix related to the change to cmake. V7_5_0b1
Ovidiu Mircescu [Mon, 27 Oct 2014 13:22:04 +0000 (14:22 +0100)]
Doc fix related to the change to cmake.

9 years agoIPAL22517: TC6.3.0: fatal error starting YACS on locked session
vsr [Thu, 23 Oct 2014 15:07:31 +0000 (19:07 +0400)]
IPAL22517: TC6.3.0: fatal error starting YACS on locked session

9 years agoMake sinline*.xml files loadable. agy/evol8193
Anthony Geay [Mon, 20 Oct 2014 07:13:40 +0000 (09:13 +0200)]
Make sinline*.xml files loadable.

9 years agoMinor doc fixes
Ovidiu Mircescu [Fri, 17 Oct 2014 14:07:08 +0000 (16:07 +0200)]
Minor doc fixes

9 years agoRemoved expat support (replaced by libxml2) V7_5_0a1
imn [Wed, 8 Oct 2014 10:47:40 +0000 (14:47 +0400)]
Removed expat support (replaced by libxml2)

9 years agoSynchronize adm files
Maintenance team (INV) [Fri, 10 Oct 2014 19:21:07 +0000 (23:21 +0400)]
Synchronize adm files

9 years agoMerge branch 'omu/graphviz238'
vsr [Fri, 10 Oct 2014 06:33:13 +0000 (10:33 +0400)]
Merge branch 'omu/graphviz238'

9 years agoBackward compatibility with graphviz < 2.36 omu/graphviz238
vsr [Fri, 10 Oct 2014 06:32:06 +0000 (10:32 +0400)]
Backward compatibility with graphviz < 2.36

9 years agoUpdate to graphviz 2.38
Ovidiu Mircescu [Thu, 9 Oct 2014 12:38:58 +0000 (14:38 +0200)]
Update to graphviz 2.38

9 years agoWin32 compatibility
ana [Wed, 8 Oct 2014 12:47:47 +0000 (16:47 +0400)]
Win32 compatibility

9 years agoMerge branch 'agy/ParallelContainerLaunch'
Anthony Geay [Tue, 7 Oct 2014 09:59:17 +0000 (11:59 +0200)]
Merge branch 'agy/ParallelContainerLaunch'

9 years agoCorrection of bug that make the YACSContainer crash when container log is requested... agy/ParallelContainerLaunch
Anthony Geay [Wed, 17 Sep 2014 12:09:03 +0000 (14:09 +0200)]
Correction of bug that make the YACSContainer crash when container log is requested by GUI.

9 years agoSome documentation about Containers.
Anthony Geay [Wed, 17 Sep 2014 09:30:07 +0000 (11:30 +0200)]
Some documentation about Containers.

9 years agoCorrect the non concurrency of init script for python remote node on HP Containers.
Anthony Geay [Tue, 16 Sep 2014 13:05:38 +0000 (15:05 +0200)]
Correct the non concurrency of init script for python remote node on HP Containers.

9 years agoCorrection of bug for HPContainers shared by different scripts.
Anthony Geay [Tue, 16 Sep 2014 09:59:31 +0000 (11:59 +0200)]
Correction of bug for HPContainers shared by different scripts.

9 years agoCorrection of bug for HPContainers shared by different scripts.
Anthony Geay [Tue, 16 Sep 2014 09:00:53 +0000 (11:00 +0200)]
Correction of bug for HPContainers shared by different scripts.

9 years agoSynchronize adm files
Maintenance team (INV) [Wed, 10 Sep 2014 19:22:40 +0000 (23:22 +0400)]
Synchronize adm files

9 years agoMerge remote branch 'origin/ilh/pmml'
vsr [Wed, 10 Sep 2014 11:34:20 +0000 (15:34 +0400)]
Merge remote branch 'origin/ilh/pmml'

9 years agoMerge branch 'omu/update_doc'
Ovidiu Mircescu [Fri, 5 Sep 2014 14:11:54 +0000 (16:11 +0200)]
Merge branch 'omu/update_doc'

* omu/update_doc:
  Update YACSGEN doc in order to consider the new cmake support.
  More documentation about the OptimizerLoop.
  New complete example of OptimizerLoop plugin.
  Clarify the differencies between edAddLink and edAddDFLink
  Bugfix in the documentation example to creat a YACS schema with the python API.
  Documentation about loading the module catalog.
  Documentation about loading the module catalog.

9 years agoUpdate YACSGEN doc in order to consider the new cmake support. omu/update_doc
Ovidiu Mircescu [Fri, 5 Sep 2014 14:03:36 +0000 (16:03 +0200)]
Update YACSGEN doc in order to consider the new cmake support.

9 years agoFixing Pmml tests to make them work outside Salome environement ilh/pmml
CEA SALOME Support [Wed, 3 Sep 2014 09:59:34 +0000 (11:59 +0200)]
Fixing Pmml tests to make them work outside Salome environement

9 years agoTo make Pmml tests work outside Salome environment
ilh [Wed, 3 Sep 2014 07:41:04 +0000 (09:41 +0200)]
To make Pmml tests work outside Salome environment

9 years agoDocumentation for 0022615: [CEA 1014] Fold/unfold all the nodes of a block.
akl [Tue, 2 Sep 2014 15:14:34 +0000 (19:14 +0400)]
Documentation for 0022615: [CEA 1014] Fold/unfold all the nodes of a block.

9 years agoMerge remote-tracking branch 'origin/ilh/pmml' into ilh/pmml
ilh [Thu, 28 Aug 2014 12:57:59 +0000 (14:57 +0200)]
Merge remote-tracking branch 'origin/ilh/pmml' into ilh/pmml

9 years agoSwitch on dev version flag
vsr [Thu, 28 Aug 2014 09:22:31 +0000 (13:22 +0400)]
Switch on dev version flag

9 years agoMerge remote branch 'origin/V7_4_BR'
vsr [Thu, 28 Aug 2014 09:22:02 +0000 (13:22 +0400)]
Merge remote branch 'origin/V7_4_BR'

9 years agoHide catalog header (useless)
Gilles DAVID [Wed, 27 Aug 2014 14:17:57 +0000 (16:17 +0200)]
Hide catalog header (useless)

9 years ago0022628: [CEA 1202] The default icon disposition is not correct in french and in...
vsr [Wed, 27 Aug 2014 09:20:33 +0000 (13:20 +0400)]
0022628: [CEA 1202] The default icon disposition is not correct in french and in japanese

9 years agoA micro mistake.
Anthony Geay [Wed, 20 Aug 2014 13:59:49 +0000 (15:59 +0200)]
A micro mistake.

9 years agoA test to push a little // loading.
Anthony Geay [Wed, 20 Aug 2014 13:44:23 +0000 (15:44 +0200)]
A test to push a little // loading.

9 years agoA debug to avoid problems of concurrency on HPContainer.
Anthony Geay [Wed, 20 Aug 2014 13:29:09 +0000 (15:29 +0200)]
A debug to avoid problems of concurrency on HPContainer.

9 years agoFirst draft of parallel loading of containers.
Anthony Geay [Wed, 20 Aug 2014 09:09:04 +0000 (11:09 +0200)]
First draft of parallel loading of containers.

9 years agoDebug of HPSalome container. On execute refresh the _pynode attribute. agy/evol8194
Anthony Geay [Mon, 18 Aug 2014 15:51:10 +0000 (17:51 +0200)]
Debug of HPSalome container. On execute refresh the _pynode attribute.

9 years agoDocumentation for 0022615: [CEA 1014] Fold/unfold all the nodes of a block.
akl [Mon, 18 Aug 2014 13:39:50 +0000 (17:39 +0400)]
Documentation for 0022615: [CEA 1014] Fold/unfold all the nodes of a block.

9 years agoCheck if std::vector is empty before using it.
akl [Mon, 18 Aug 2014 10:10:56 +0000 (14:10 +0400)]
Check if std::vector is empty before using it.

9 years agoImplementation of 0022615: [CEA 1014] Fold/unfold all the nodes of a block.
akl [Mon, 18 Aug 2014 10:09:01 +0000 (14:09 +0400)]
Implementation of 0022615: [CEA 1014] Fold/unfold all the nodes of a block.

9 years agoAddition of non regression tests on HPContainers.
Anthony Geay [Thu, 14 Aug 2014 10:12:03 +0000 (12:12 +0200)]
Addition of non regression tests on HPContainers.

9 years agoThe final tuning for remote python nodes.
Anthony Geay [Thu, 14 Aug 2014 06:49:25 +0000 (08:49 +0200)]
The final tuning for remote python nodes.

9 years agoSome factorization in python nodes concerning remote load part.
Anthony Geay [Wed, 13 Aug 2014 15:19:23 +0000 (17:19 +0200)]
Some factorization in python nodes concerning remote load part.

9 years agoDebug of GUI when handling local python nodes.
Anthony Geay [Wed, 13 Aug 2014 13:19:49 +0000 (15:19 +0200)]
Debug of GUI when handling local python nodes.

9 years agoGUI for HP containers.
Anthony Geay [Wed, 13 Aug 2014 07:56:22 +0000 (09:56 +0200)]
GUI for HP containers.

9 years ago0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT
vsr [Tue, 12 Aug 2014 13:26:12 +0000 (17:26 +0400)]
0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT

Update default dock windows / toolbars posision and visibility according to the issue 21709

9 years ago0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT
vsr [Tue, 12 Aug 2014 11:33:21 +0000 (15:33 +0400)]
0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT

Unify object names of dock widgets

9 years agoChange the style of Init Script in the XML file using CDATA like everywhere to store...
Anthony Geay [Thu, 7 Aug 2014 14:22:33 +0000 (16:22 +0200)]
Change the style of Init Script in the XML file using CDATA like everywhere to store scripts.

9 years agoManagement of initialization with a python script only the first time.
Anthony Geay [Thu, 7 Aug 2014 13:18:42 +0000 (15:18 +0200)]
Management of initialization with a python script only the first time.

9 years agoRevert "Synchronize adm files"
vsr [Thu, 7 Aug 2014 10:03:14 +0000 (14:03 +0400)]
Revert "Synchronize adm files"

This reverts commit b797825313f7af9fd691d137c7c6df4950e7de2c.

9 years agoSynchronize adm files
Maintenance team (INV) [Wed, 6 Aug 2014 19:17:46 +0000 (23:17 +0400)]
Synchronize adm files

9 years agoSave/Load manages HPContainers.
Anthony Geay [Wed, 6 Aug 2014 14:47:44 +0000 (16:47 +0200)]
Save/Load manages HPContainers.

9 years agoDebug + makes the remote python nodes //
Anthony Geay [Wed, 6 Aug 2014 11:44:22 +0000 (13:44 +0200)]
Debug + makes the remote python nodes //

9 years agoThe DistributedPythonNode with func is OK with HPContainer.
Anthony Geay [Tue, 5 Aug 2014 16:26:51 +0000 (18:26 +0200)]
The DistributedPythonNode with func is OK with HPContainer.

9 years agoAddition of a new type of SalomeComponent to take advantage of HPContainer.
Anthony Geay [Tue, 5 Aug 2014 12:34:46 +0000 (14:34 +0200)]
Addition of a new type of SalomeComponent to take advantage of HPContainer.

9 years agoSome debug to retrieve same behaviour than before refactoring.
Anthony Geay [Mon, 4 Aug 2014 15:36:54 +0000 (17:36 +0200)]
Some debug to retrieve same behaviour than before refactoring.

9 years agoFirst test qui HPsalome container is running.
Anthony Geay [Mon, 4 Aug 2014 13:28:37 +0000 (15:28 +0200)]
First test qui HPsalome container is running.

9 years agoAddition of autolocker class to avoid deadlocks on throw.
Anthony Geay [Mon, 4 Aug 2014 07:37:18 +0000 (09:37 +0200)]
Addition of autolocker class to avoid deadlocks on throw.

9 years agoFix memory corruption and refactor some points.
Anthony Geay [Mon, 4 Aug 2014 06:46:44 +0000 (08:46 +0200)]
Fix memory corruption and refactor some points.