Salome HOME
Initial import: adding files
authorbarate <barate>
Thu, 9 Apr 2009 13:30:47 +0000 (13:30 +0000)
committerbarate <barate>
Thu, 9 Apr 2009 13:30:47 +0000 (13:30 +0000)
commitf52e8524c7f4ba4849499d6fd1ec99b372acc0f0
tree6fa8406f331509f47e2ed6ca875ad8a01d0096ae
parent0852a61e7a72dc90c5afa3252b8622b73406b459
Initial import: adding files
170 files changed:
Batch_config.h.in [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CMakeModules/FindLSF.cmake [new file with mode: 0644]
CMakeModules/FindLocal.cmake [new file with mode: 0644]
CMakeModules/FindMakeinfo.cmake [new file with mode: 0644]
CMakeModules/FindPBS.cmake [new file with mode: 0644]
CMakeModules/FindPLATFORM.cmake [new file with mode: 0644]
CMakeModules/FindPython.cmake [new file with mode: 0644]
CMakeModules/FindSWIG.cmake [new file with mode: 0644]
CMakeModules/Summary.cmake [new file with mode: 0644]
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
doc/Batch.texi [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/version.texi [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/Core/Batch_APIInternalFailureException.cxx [new file with mode: 0644]
src/Core/Batch_APIInternalFailureException.hxx [new file with mode: 0644]
src/Core/Batch_BatchManager.cxx [new file with mode: 0644]
src/Core/Batch_BatchManager.hxx [new file with mode: 0644]
src/Core/Batch_BatchManagerCatalog.cxx [new file with mode: 0644]
src/Core/Batch_BatchManagerCatalog.hxx [new file with mode: 0644]
src/Core/Batch_BatchManager_eClient.cxx [new file with mode: 0644]
src/Core/Batch_BatchManager_eClient.hxx [new file with mode: 0644]
src/Core/Batch_BoolType.cxx [new file with mode: 0644]
src/Core/Batch_BoolType.hxx [new file with mode: 0644]
src/Core/Batch_CharType.cxx [new file with mode: 0644]
src/Core/Batch_CharType.hxx [new file with mode: 0644]
src/Core/Batch_ConnexionFailureException.cxx [new file with mode: 0644]
src/Core/Batch_ConnexionFailureException.hxx [new file with mode: 0644]
src/Core/Batch_Couple.cxx [new file with mode: 0644]
src/Core/Batch_Couple.hxx [new file with mode: 0644]
src/Core/Batch_CoupleType.cxx [new file with mode: 0644]
src/Core/Batch_CoupleType.hxx [new file with mode: 0644]
src/Core/Batch_Date.cxx [new file with mode: 0644]
src/Core/Batch_Date.hxx [new file with mode: 0644]
src/Core/Batch_DateType.cxx [new file with mode: 0644]
src/Core/Batch_DateType.hxx [new file with mode: 0644]
src/Core/Batch_Defines.hxx [new file with mode: 0644]
src/Core/Batch_EmulationException.cxx [new file with mode: 0644]
src/Core/Batch_EmulationException.hxx [new file with mode: 0644]
src/Core/Batch_Environnement.cxx [new file with mode: 0644]
src/Core/Batch_Environnement.hxx [new file with mode: 0644]
src/Core/Batch_FactBatchManager.cxx [new file with mode: 0644]
src/Core/Batch_FactBatchManager.hxx [new file with mode: 0644]
src/Core/Batch_FactBatchManager_eClient.cxx [new file with mode: 0644]
src/Core/Batch_FactBatchManager_eClient.hxx [new file with mode: 0644]
src/Core/Batch_GenericException.cxx [new file with mode: 0644]
src/Core/Batch_GenericException.hxx [new file with mode: 0644]
src/Core/Batch_GenericType.cxx [new file with mode: 0644]
src/Core/Batch_GenericType.hxx [new file with mode: 0644]
src/Core/Batch_IntType.cxx [new file with mode: 0644]
src/Core/Batch_IntType.hxx [new file with mode: 0644]
src/Core/Batch_InvalidArgumentException.cxx [new file with mode: 0644]
src/Core/Batch_InvalidArgumentException.hxx [new file with mode: 0644]
src/Core/Batch_InvalidKeyException.cxx [new file with mode: 0644]
src/Core/Batch_InvalidKeyException.hxx [new file with mode: 0644]
src/Core/Batch_Job.cxx [new file with mode: 0644]
src/Core/Batch_Job.hxx [new file with mode: 0644]
src/Core/Batch_JobId.cxx [new file with mode: 0644]
src/Core/Batch_JobId.hxx [new file with mode: 0644]
src/Core/Batch_JobInfo.cxx [new file with mode: 0644]
src/Core/Batch_JobInfo.hxx [new file with mode: 0644]
src/Core/Batch_ListIsFullException.cxx [new file with mode: 0644]
src/Core/Batch_ListIsFullException.hxx [new file with mode: 0644]
src/Core/Batch_LongType.cxx [new file with mode: 0644]
src/Core/Batch_LongType.hxx [new file with mode: 0644]
src/Core/Batch_MapKey.cxx [new file with mode: 0644]
src/Core/Batch_MapKey.hxx [new file with mode: 0644]
src/Core/Batch_MpiImpl.cxx [new file with mode: 0644]
src/Core/Batch_MpiImpl.hxx [new file with mode: 0644]
src/Core/Batch_NotYetImplementedException.cxx [new file with mode: 0644]
src/Core/Batch_NotYetImplementedException.hxx [new file with mode: 0644]
src/Core/Batch_Parametre.cxx [new file with mode: 0644]
src/Core/Batch_Parametre.hxx [new file with mode: 0644]
src/Core/Batch_RunTimeException.cxx [new file with mode: 0644]
src/Core/Batch_RunTimeException.hxx [new file with mode: 0644]
src/Core/Batch_StringType.cxx [new file with mode: 0644]
src/Core/Batch_StringType.hxx [new file with mode: 0644]
src/Core/Batch_TypeMismatchException.cxx [new file with mode: 0644]
src/Core/Batch_TypeMismatchException.hxx [new file with mode: 0644]
src/Core/Batch_Versatile.cxx [new file with mode: 0644]
src/Core/Batch_Versatile.hxx [new file with mode: 0644]
src/Core/CMakeLists.txt [new file with mode: 0644]
src/LSF/Batch_BatchManager_LSF.cxx [new file with mode: 0644]
src/LSF/Batch_BatchManager_LSF.hxx [new file with mode: 0644]
src/LSF/Batch_BatchManager_eLSF.cxx [new file with mode: 0644]
src/LSF/Batch_BatchManager_eLSF.hxx [new file with mode: 0644]
src/LSF/Batch_FactBatchManager_LSF.cxx [new file with mode: 0644]
src/LSF/Batch_FactBatchManager_LSF.hxx [new file with mode: 0644]
src/LSF/Batch_FactBatchManager_eLSF.cxx [new file with mode: 0644]
src/LSF/Batch_FactBatchManager_eLSF.hxx [new file with mode: 0644]
src/LSF/Batch_JobInfo_LSF.cxx [new file with mode: 0644]
src/LSF/Batch_JobInfo_LSF.hxx [new file with mode: 0644]
src/LSF/Batch_JobInfo_eLSF.cxx [new file with mode: 0644]
src/LSF/Batch_JobInfo_eLSF.hxx [new file with mode: 0644]
src/LSF/Batch_Job_LSF.cxx [new file with mode: 0644]
src/LSF/Batch_Job_LSF.hxx [new file with mode: 0644]
src/LSF/CMakeLists.txt [new file with mode: 0644]
src/Local/Batch_BatchManager_Local.cxx [new file with mode: 0644]
src/Local/Batch_BatchManager_Local.hxx [new file with mode: 0644]
src/Local/Batch_BatchManager_Local_RSH.cxx [new file with mode: 0644]
src/Local/Batch_BatchManager_Local_RSH.hxx [new file with mode: 0644]
src/Local/Batch_BatchManager_Local_SH.cxx [new file with mode: 0644]
src/Local/Batch_BatchManager_Local_SH.hxx [new file with mode: 0644]
src/Local/Batch_BatchManager_Local_SSH.cxx [new file with mode: 0644]
src/Local/Batch_BatchManager_Local_SSH.hxx [new file with mode: 0644]
src/Local/Batch_FactBatchManager_Local.cxx [new file with mode: 0644]
src/Local/Batch_FactBatchManager_Local.hxx [new file with mode: 0644]
src/Local/Batch_FactBatchManager_Local_RSH.cxx [new file with mode: 0644]
src/Local/Batch_FactBatchManager_Local_RSH.hxx [new file with mode: 0644]
src/Local/Batch_FactBatchManager_Local_SH.cxx [new file with mode: 0644]
src/Local/Batch_FactBatchManager_Local_SH.hxx [new file with mode: 0644]
src/Local/Batch_FactBatchManager_Local_SSH.cxx [new file with mode: 0644]
src/Local/Batch_FactBatchManager_Local_SSH.hxx [new file with mode: 0644]
src/Local/Batch_IOMutex.cxx [new file with mode: 0644]
src/Local/Batch_IOMutex.hxx [new file with mode: 0644]
src/Local/Batch_JobInfo_Local.cxx [new file with mode: 0644]
src/Local/Batch_JobInfo_Local.hxx [new file with mode: 0644]
src/Local/Batch_Job_Local.cxx [new file with mode: 0644]
src/Local/Batch_Job_Local.hxx [new file with mode: 0644]
src/Local/CMakeLists.txt [new file with mode: 0644]
src/Local/Test/CMakeLists.txt [new file with mode: 0644]
src/Local/Test/Test_Local_RSH.cxx [new file with mode: 0644]
src/Local/Test/Test_Local_SH.cxx [new file with mode: 0644]
src/Local/Test/Test_Local_SSH.cxx [new file with mode: 0644]
src/Local/Test/Test_Local_config.h.in [new file with mode: 0644]
src/Local/Test/seta.sh [new file with mode: 0644]
src/Local/Test/setb.sh [new file with mode: 0644]
src/Local/Test/test-script.sh [new file with mode: 0755]
src/PBS/Batch_BatchManager_PBS.cxx [new file with mode: 0644]
src/PBS/Batch_BatchManager_PBS.hxx [new file with mode: 0644]
src/PBS/Batch_BatchManager_ePBS.cxx [new file with mode: 0644]
src/PBS/Batch_BatchManager_ePBS.hxx [new file with mode: 0644]
src/PBS/Batch_FactBatchManager_PBS.cxx [new file with mode: 0644]
src/PBS/Batch_FactBatchManager_PBS.hxx [new file with mode: 0644]
src/PBS/Batch_FactBatchManager_ePBS.cxx [new file with mode: 0644]
src/PBS/Batch_FactBatchManager_ePBS.hxx [new file with mode: 0644]
src/PBS/Batch_JobInfo_PBS.cxx [new file with mode: 0644]
src/PBS/Batch_JobInfo_PBS.hxx [new file with mode: 0644]
src/PBS/Batch_JobInfo_ePBS.cxx [new file with mode: 0644]
src/PBS/Batch_JobInfo_ePBS.hxx [new file with mode: 0644]
src/PBS/Batch_Job_PBS.cxx [new file with mode: 0644]
src/PBS/Batch_Job_PBS.hxx [new file with mode: 0644]
src/PBS/CMakeLists.txt [new file with mode: 0644]
src/PBS/Test/CMakeLists.txt [new file with mode: 0644]
src/PBS/Test/Test_PBS_config.h.in [new file with mode: 0644]
src/PBS/Test/Test_ePBS.cxx [new file with mode: 0644]
src/PBS/Test/seta.sh [new file with mode: 0644]
src/PBS/Test/setb.sh [new file with mode: 0644]
src/PBS/Test/test-script.sh [new file with mode: 0755]
src/Python/Batch_PyVersatile.cxx [new file with mode: 0644]
src/Python/Batch_PyVersatile.hxx [new file with mode: 0644]
src/Python/CMakeLists.txt [new file with mode: 0644]
src/Python/Test/CMakeLists.txt [new file with mode: 0644]
src/Python/Test/Test_Python_Local_SH.py [new file with mode: 0644]
src/Python/Test/config.py.in [new file with mode: 0644]
src/Python/Test/seta.sh [new file with mode: 0644]
src/Python/Test/setb.sh [new file with mode: 0644]
src/Python/Test/test-script.sh [new file with mode: 0755]
src/Python/libBatch_Swig.i [new file with mode: 0644]
src/Python/libBatch_Swig_exception.i [new file with mode: 0644]
src/Python/libBatch_Swig_typemap.i [new file with mode: 0644]
src/SGE/Batch_BatchManager_eSGE.cxx [new file with mode: 0644]
src/SGE/Batch_BatchManager_eSGE.hxx [new file with mode: 0644]
src/SGE/Batch_FactBatchManager_eSGE.cxx [new file with mode: 0644]
src/SGE/Batch_FactBatchManager_eSGE.hxx [new file with mode: 0644]
src/SGE/Batch_JobInfo_eSGE.cxx [new file with mode: 0644]
src/SGE/Batch_JobInfo_eSGE.hxx [new file with mode: 0644]
src/SGE/CMakeLists.txt [new file with mode: 0644]