]>
SALOME platform Git repositories - tools/libbatch.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
barate [Fri, 21 May 2010 08:38:02 +0000 (08:38 +0000)]
Changed memory unit to megabytes for batch mangers ePBS and eLSF.
Added method to create the local directory to import the output files.
barate [Thu, 20 May 2010 13:18:22 +0000 (13:18 +0000)]
Changed memory unit in eLSF to be coherent with ePBS (kb for now, will be changed to MB later).
barate [Fri, 23 Apr 2010 16:09:00 +0000 (16:09 +0000)]
Changed copyright notices.
barate [Fri, 23 Apr 2010 15:44:31 +0000 (15:44 +0000)]
Moved version number to 1.1.0rc2
barate [Thu, 22 Apr 2010 15:25:19 +0000 (15:25 +0000)]
Fixed bug in BatchManager_ePBS: the job identifier is now "number.server_name" instead of just "number".
It fixes a problem on cluster clamart2 where the default server name is not the one where the jobs are submitted.
barate [Thu, 15 Apr 2010 16:16:52 +0000 (16:16 +0000)]
Added method waitForJobEnd in BatchManager class.
barate [Thu, 15 Apr 2010 14:55:38 +0000 (14:55 +0000)]
Fixed another bug with threads in BatchManager_Local: no more segfault when destroying a local batch manager with jobs still running (jobs are now canceled at exit).
In BatchManager_Local, jobs are now in "RUNNING" state until the end of file copy and cleanup.
barate [Wed, 14 Apr 2010 13:45:01 +0000 (13:45 +0000)]
Integrated patch from Ivan Dutka-Malen:
Take into account special input and output file names "stdin", "stdout" and "stderr" in BatchManager_Local (not done in other batch managers yet).
barate [Wed, 7 Apr 2010 13:56:41 +0000 (13:56 +0000)]
Fixed bug with threads in BatchManager_Local.
barate [Wed, 27 Jan 2010 16:49:20 +0000 (16:49 +0000)]
Removed old constants defined in global namespace. Warning: this change will break compilation of Salome Kernel older than V5_1_main_20100127.
barate [Mon, 18 Jan 2010 13:50:12 +0000 (13:50 +0000)]
Added constants to represent job status uniformly. Fixed some errors under Windows. Cleaned Swig code. Removed again some old files that reappeared with the merge.
barate [Thu, 17 Dec 2009 08:21:13 +0000 (08:21 +0000)]
Applied patches from G. David
nge [Wed, 16 Dec 2009 15:06:50 +0000 (15:06 +0000)]
A little fix for compilation on old gcc (i.e. 3.3.5)
barate [Mon, 14 Dec 2009 16:17:53 +0000 (16:17 +0000)]
Merged from BR_AR
barate [Mon, 19 Oct 2009 08:22:29 +0000 (08:22 +0000)]
Added missing includes for newer gcc versions.
barate [Wed, 23 Sep 2009 07:33:15 +0000 (07:33 +0000)]
Fixed quotes in includes. Removed incomplete throw exception declaration.
barate [Mon, 21 Sep 2009 14:56:26 +0000 (14:56 +0000)]
Refactored submission based on SH, RSH and SSH by grouping related commands in CommunicationProtocol classes.
barate [Mon, 7 Sep 2009 10:01:22 +0000 (10:01 +0000)]
Added PBS test based on Torque.
barate [Fri, 4 Sep 2009 08:39:28 +0000 (08:39 +0000)]
Added m4 macro and CMake module to check for libBatch
barate [Mon, 3 Aug 2009 14:51:44 +0000 (14:51 +0000)]
Moved test configuration from CMake variables to a configuration file
barate [Wed, 22 Jul 2009 14:47:44 +0000 (14:47 +0000)]
Added option to enable or disable tests.
barate [Thu, 14 May 2009 14:44:31 +0000 (14:44 +0000)]
Added support for Microsoft Visual C++ (also experimental)
barate [Thu, 7 May 2009 14:05:36 +0000 (14:05 +0000)]
Added Windows implementation for local submission based on SSH and PBS emulation (with PuTTY)
barate [Thu, 30 Apr 2009 08:38:10 +0000 (08:38 +0000)]
Added Windows implementation for local submission based on sh and rsh (partial and experimental support)
barate [Fri, 24 Apr 2009 13:41:03 +0000 (13:41 +0000)]
Fixed errors in CMake FindXXX modules. Fixed Windows compilation errors.
barate [Thu, 9 Apr 2009 13:32:46 +0000 (13:32 +0000)]
Removed TO_BE_DELETED file
barate [Thu, 9 Apr 2009 13:30:47 +0000 (13:30 +0000)]
Initial import: adding files
vsr [Mon, 6 Apr 2009 05:34:29 +0000 (05:34 +0000)]
initial creation