Salome HOME
Refactored submission based on SH, RSH and SSH by grouping related commands in Commun... V_1_0_0_RC3
authorbarate <barate>
Mon, 21 Sep 2009 14:56:26 +0000 (14:56 +0000)
committerbarate <barate>
Mon, 21 Sep 2009 14:56:26 +0000 (14:56 +0000)
commitc7322a67a33c799c93e04638945c085b94fce2bd
tree4470546e560ac49bc0205ac41f1b1cd5ddd8209f
parent2fde1261612ed8f1f48e5ad4664e7686d71b1729
Refactored submission based on SH, RSH and SSH by grouping related commands in CommunicationProtocol classes.
53 files changed:
Batch_config.h.in
CMakeModules/FindLocal.cmake
src/Core/Batch_BatchManager_eClient.cxx
src/Core/Batch_BatchManager_eClient.hxx
src/Core/Batch_CommunicationProtocol.cxx [new file with mode: 0644]
src/Core/Batch_CommunicationProtocol.hxx [new file with mode: 0644]
src/Core/Batch_CommunicationProtocolRSH.cxx [new file with mode: 0644]
src/Core/Batch_CommunicationProtocolRSH.hxx [new file with mode: 0644]
src/Core/Batch_CommunicationProtocolSH.cxx [new file with mode: 0644]
src/Core/Batch_CommunicationProtocolSH.hxx [new file with mode: 0644]
src/Core/Batch_CommunicationProtocolSSH.cxx [new file with mode: 0644]
src/Core/Batch_CommunicationProtocolSSH.hxx [new file with mode: 0644]
src/Core/Batch_FactBatchManager_eClient.hxx
src/Core/CMakeLists.txt
src/LSF/Batch_BatchManager_eLSF.cxx
src/LSF/Batch_BatchManager_eLSF.hxx
src/LSF/Batch_FactBatchManager_eLSF.cxx
src/LSF/Batch_FactBatchManager_eLSF.hxx
src/Local/Batch_BatchManager_Local.cxx
src/Local/Batch_BatchManager_Local.hxx
src/Local/Batch_BatchManager_Local_RSH.cxx [deleted file]
src/Local/Batch_BatchManager_Local_RSH.hxx [deleted file]
src/Local/Batch_BatchManager_Local_SH.cxx [deleted file]
src/Local/Batch_BatchManager_Local_SH.hxx [deleted file]
src/Local/Batch_BatchManager_Local_SSH.cxx [deleted file]
src/Local/Batch_BatchManager_Local_SSH.hxx [deleted file]
src/Local/Batch_FactBatchManager_Local.cxx
src/Local/Batch_FactBatchManager_Local.hxx
src/Local/Batch_FactBatchManager_Local_RSH.cxx [deleted file]
src/Local/Batch_FactBatchManager_Local_RSH.hxx [deleted file]
src/Local/Batch_FactBatchManager_Local_SH.cxx [deleted file]
src/Local/Batch_FactBatchManager_Local_SH.hxx [deleted file]
src/Local/Batch_FactBatchManager_Local_SSH.cxx [deleted file]
src/Local/Batch_FactBatchManager_Local_SSH.hxx [deleted file]
src/Local/CMakeLists.txt
src/Local/Test/CMakeLists.txt
src/Local/Test/Test_Local_RSH.cxx
src/Local/Test/Test_Local_SH.cxx
src/Local/Test/Test_Local_SSH.cxx
src/PBS/Batch_BatchManager_ePBS.cxx
src/PBS/Batch_BatchManager_ePBS.hxx
src/PBS/Batch_FactBatchManager_ePBS.cxx
src/PBS/Batch_FactBatchManager_ePBS.hxx
src/PBS/Test/CMakeLists.txt
src/PBS/Test/Test_ePBS.cxx [deleted file]
src/PBS/Test/Test_ePBS_RSH.cxx [new file with mode: 0644]
src/PBS/Test/Test_ePBS_SSH.cxx [new file with mode: 0644]
src/Python/Batch_PyVersatile.cxx
src/Python/Test/CMakeLists.txt
src/SGE/Batch_BatchManager_eSGE.cxx
src/SGE/Batch_BatchManager_eSGE.hxx
src/SGE/Batch_FactBatchManager_eSGE.cxx
src/SGE/Batch_FactBatchManager_eSGE.hxx