Salome HOME
Fixed another bug with threads in BatchManager_Local: no more segfault when destroyin...
authorbarate <barate>
Thu, 15 Apr 2010 14:55:38 +0000 (14:55 +0000)
committerbarate <barate>
Thu, 15 Apr 2010 14:55:38 +0000 (14:55 +0000)
commita6d087d86e82c076e1a94ce549a291c5e743ddb0
tree0e6e8a45e35b6b2ef4b2b10d15e0beadde3dc371
parent156bc2d2ba5ec0afa6c06ad127dbcae367b8101d
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.
src/Local/Batch_BatchManager_Local.cxx
src/Local/Batch_BatchManager_Local.hxx
src/Local/Test/Test_Local_RSH.cxx
src/Local/Test/Test_Local_SH.cxx
src/Local/Test/Test_Local_SSH.cxx
src/Python/Test/Test_Python_Local_SH.py