]> SALOME platform Git repositories - tools/libbatch.git/commit
Salome HOME
Add New Type of eClient -> eSSH, based on SSH BatchManager in Local
authorribes <ribes>
Tue, 10 Nov 2009 09:30:26 +0000 (09:30 +0000)
committerribes <ribes>
Tue, 10 Nov 2009 09:30:26 +0000 (09:30 +0000)
commitb643659806a2d2ac40688337ecfb9909573f81e7
tree6c98d0444de8fc4bb4c88afe95aee730f2db40b2
parent0d96f0c7effba26bebfa85bcc0a5ec39bf942948
Add New Type of eClient -> eSSH, based on SSH BatchManager in Local
17 files changed:
src/CMakeLists.txt
src/Core/Batch_BatchManager_eClient.cxx
src/Core/Batch_BatchManager_eClient.hxx
src/Core/Batch_CommunicationProtocol.cxx
src/Core/Batch_Versatile.hxx
src/LSF/Batch_BatchManager_eLSF.cxx
src/Local/Batch_BatchManager_Local.cxx
src/Local/Batch_BatchManager_Local.hxx
src/PBS/Batch_BatchManager_ePBS.cxx
src/SGE/Batch_BatchManager_eSGE.cxx
src/SSH/Batch_BatchManager_eSSH.cxx [new file with mode: 0644]
src/SSH/Batch_BatchManager_eSSH.hxx [new file with mode: 0644]
src/SSH/Batch_FactBatchManager_eSSH.cxx [new file with mode: 0644]
src/SSH/Batch_FactBatchManager_eSSH.hxx [new file with mode: 0644]
src/SSH/Batch_JobInfo_eSSH.cxx [new file with mode: 0644]
src/SSH/Batch_JobInfo_eSSH.hxx [new file with mode: 0644]
src/SSH/CMakeLists.txt [new file with mode: 0644]