Salome HOME
Rename files:
authorbarate <barate>
Wed, 16 Jan 2013 17:26:31 +0000 (17:26 +0000)
committerbarate <barate>
Wed, 16 Jan 2013 17:26:31 +0000 (17:26 +0000)
commitf3653368e0c7ed59312f9d47dbc7c1d7eea31403
treeb0b91ddd819092d9fba44f3b278357582a4e6657
parentdaf0abdaeae60faff7191e0e29aebb7a1bea92ad
Rename files:
- Remove prefix "Batch_" since headers are installed in their own directory "include/libbatch"
- Rename "eXXX" batch managers to "XXX"
259 files changed:
Batch_config.h.in [deleted file]
CMakeLists.txt
config.h.in [new file with mode: 0644]
misc/check_libbatch.m4
src/CCC/BatchManager_CCC.cxx [new file with mode: 0644]
src/CCC/BatchManager_CCC.hxx [new file with mode: 0644]
src/CCC/Batch_BatchManager_eCCC.cxx [deleted file]
src/CCC/Batch_BatchManager_eCCC.hxx [deleted file]
src/CCC/Batch_FactBatchManager_eCCC.cxx [deleted file]
src/CCC/Batch_FactBatchManager_eCCC.hxx [deleted file]
src/CCC/Batch_JobInfo_eCCC.cxx [deleted file]
src/CCC/Batch_JobInfo_eCCC.hxx [deleted file]
src/CCC/CMakeLists.txt
src/CCC/FactBatchManager_CCC.cxx [new file with mode: 0644]
src/CCC/FactBatchManager_CCC.hxx [new file with mode: 0644]
src/CCC/JobInfo_CCC.cxx [new file with mode: 0644]
src/CCC/JobInfo_CCC.hxx [new file with mode: 0644]
src/Core/APIInternalFailureException.cxx [new file with mode: 0644]
src/Core/APIInternalFailureException.hxx [new file with mode: 0644]
src/Core/BatchManager.cxx [new file with mode: 0644]
src/Core/BatchManager.hxx [new file with mode: 0644]
src/Core/BatchManagerCatalog.cxx [new file with mode: 0644]
src/Core/BatchManagerCatalog.hxx [new file with mode: 0644]
src/Core/Batch_APIInternalFailureException.cxx [deleted file]
src/Core/Batch_APIInternalFailureException.hxx [deleted file]
src/Core/Batch_BatchManager.cxx [deleted file]
src/Core/Batch_BatchManager.hxx [deleted file]
src/Core/Batch_BatchManagerCatalog.cxx [deleted file]
src/Core/Batch_BatchManagerCatalog.hxx [deleted file]
src/Core/Batch_BoolType.cxx [deleted file]
src/Core/Batch_BoolType.hxx [deleted file]
src/Core/Batch_CommunicationProtocol.cxx [deleted file]
src/Core/Batch_CommunicationProtocol.hxx [deleted file]
src/Core/Batch_CommunicationProtocolRSH.cxx [deleted file]
src/Core/Batch_CommunicationProtocolRSH.hxx [deleted file]
src/Core/Batch_CommunicationProtocolSH.cxx [deleted file]
src/Core/Batch_CommunicationProtocolSH.hxx [deleted file]
src/Core/Batch_CommunicationProtocolSSH.cxx [deleted file]
src/Core/Batch_CommunicationProtocolSSH.hxx [deleted file]
src/Core/Batch_Constants.cxx [deleted file]
src/Core/Batch_Constants.hxx [deleted file]
src/Core/Batch_Couple.cxx [deleted file]
src/Core/Batch_Couple.hxx [deleted file]
src/Core/Batch_CoupleType.cxx [deleted file]
src/Core/Batch_CoupleType.hxx [deleted file]
src/Core/Batch_Date.cxx [deleted file]
src/Core/Batch_Date.hxx [deleted file]
src/Core/Batch_Defines.hxx [deleted file]
src/Core/Batch_Environnement.cxx [deleted file]
src/Core/Batch_Environnement.hxx [deleted file]
src/Core/Batch_FactBatchManager.cxx [deleted file]
src/Core/Batch_FactBatchManager.hxx [deleted file]
src/Core/Batch_GenericException.cxx [deleted file]
src/Core/Batch_GenericException.hxx [deleted file]
src/Core/Batch_GenericType.cxx [deleted file]
src/Core/Batch_GenericType.hxx [deleted file]
src/Core/Batch_InvalidArgumentException.cxx [deleted file]
src/Core/Batch_InvalidArgumentException.hxx [deleted file]
src/Core/Batch_InvalidKeyException.cxx [deleted file]
src/Core/Batch_InvalidKeyException.hxx [deleted file]
src/Core/Batch_Job.cxx [deleted file]
src/Core/Batch_Job.hxx [deleted file]
src/Core/Batch_JobId.cxx [deleted file]
src/Core/Batch_JobId.hxx [deleted file]
src/Core/Batch_JobInfo.cxx [deleted file]
src/Core/Batch_JobInfo.hxx [deleted file]
src/Core/Batch_ListIsFullException.cxx [deleted file]
src/Core/Batch_ListIsFullException.hxx [deleted file]
src/Core/Batch_LongType.cxx [deleted file]
src/Core/Batch_LongType.hxx [deleted file]
src/Core/Batch_MpiImpl.cxx [deleted file]
src/Core/Batch_MpiImpl.hxx [deleted file]
src/Core/Batch_NotYetImplementedException.cxx [deleted file]
src/Core/Batch_NotYetImplementedException.hxx [deleted file]
src/Core/Batch_ParameterTypeMap.cxx [deleted file]
src/Core/Batch_ParameterTypeMap.hxx [deleted file]
src/Core/Batch_Parametre.cxx [deleted file]
src/Core/Batch_Parametre.hxx [deleted file]
src/Core/Batch_RunTimeException.cxx [deleted file]
src/Core/Batch_RunTimeException.hxx [deleted file]
src/Core/Batch_StringType.cxx [deleted file]
src/Core/Batch_StringType.hxx [deleted file]
src/Core/Batch_TypeMismatchException.cxx [deleted file]
src/Core/Batch_TypeMismatchException.hxx [deleted file]
src/Core/Batch_Utils.cxx [deleted file]
src/Core/Batch_Utils.hxx [deleted file]
src/Core/Batch_Versatile.cxx [deleted file]
src/Core/Batch_Versatile.hxx [deleted file]
src/Core/BoolType.cxx [new file with mode: 0644]
src/Core/BoolType.hxx [new file with mode: 0644]
src/Core/CMakeLists.txt
src/Core/CommunicationProtocol.cxx [new file with mode: 0644]
src/Core/CommunicationProtocol.hxx [new file with mode: 0644]
src/Core/CommunicationProtocolRSH.cxx [new file with mode: 0644]
src/Core/CommunicationProtocolRSH.hxx [new file with mode: 0644]
src/Core/CommunicationProtocolSH.cxx [new file with mode: 0644]
src/Core/CommunicationProtocolSH.hxx [new file with mode: 0644]
src/Core/CommunicationProtocolSSH.cxx [new file with mode: 0644]
src/Core/CommunicationProtocolSSH.hxx [new file with mode: 0644]
src/Core/Constants.cxx [new file with mode: 0644]
src/Core/Constants.hxx [new file with mode: 0644]
src/Core/Couple.cxx [new file with mode: 0644]
src/Core/Couple.hxx [new file with mode: 0644]
src/Core/CoupleType.cxx [new file with mode: 0644]
src/Core/CoupleType.hxx [new file with mode: 0644]
src/Core/Date.cxx [new file with mode: 0644]
src/Core/Date.hxx [new file with mode: 0644]
src/Core/Defines.hxx [new file with mode: 0644]
src/Core/Environnement.cxx [new file with mode: 0644]
src/Core/Environnement.hxx [new file with mode: 0644]
src/Core/FactBatchManager.cxx [new file with mode: 0644]
src/Core/FactBatchManager.hxx [new file with mode: 0644]
src/Core/GenericException.cxx [new file with mode: 0644]
src/Core/GenericException.hxx [new file with mode: 0644]
src/Core/GenericType.cxx [new file with mode: 0644]
src/Core/GenericType.hxx [new file with mode: 0644]
src/Core/InvalidArgumentException.cxx [new file with mode: 0644]
src/Core/InvalidArgumentException.hxx [new file with mode: 0644]
src/Core/InvalidKeyException.cxx [new file with mode: 0644]
src/Core/InvalidKeyException.hxx [new file with mode: 0644]
src/Core/Job.cxx [new file with mode: 0644]
src/Core/Job.hxx [new file with mode: 0644]
src/Core/JobId.cxx [new file with mode: 0644]
src/Core/JobId.hxx [new file with mode: 0644]
src/Core/JobInfo.cxx [new file with mode: 0644]
src/Core/JobInfo.hxx [new file with mode: 0644]
src/Core/ListIsFullException.cxx [new file with mode: 0644]
src/Core/ListIsFullException.hxx [new file with mode: 0644]
src/Core/LongType.cxx [new file with mode: 0644]
src/Core/LongType.hxx [new file with mode: 0644]
src/Core/MpiImpl.cxx [new file with mode: 0644]
src/Core/MpiImpl.hxx [new file with mode: 0644]
src/Core/NotYetImplementedException.cxx [new file with mode: 0644]
src/Core/NotYetImplementedException.hxx [new file with mode: 0644]
src/Core/ParameterTypeMap.cxx [new file with mode: 0644]
src/Core/ParameterTypeMap.hxx [new file with mode: 0644]
src/Core/Parametre.cxx [new file with mode: 0644]
src/Core/Parametre.hxx [new file with mode: 0644]
src/Core/RunTimeException.cxx [new file with mode: 0644]
src/Core/RunTimeException.hxx [new file with mode: 0644]
src/Core/StringType.cxx [new file with mode: 0644]
src/Core/StringType.hxx [new file with mode: 0644]
src/Core/Test/Test_BatchManager.cxx
src/Core/TypeMismatchException.cxx [new file with mode: 0644]
src/Core/TypeMismatchException.hxx [new file with mode: 0644]
src/Core/Utils.cxx [new file with mode: 0644]
src/Core/Utils.hxx [new file with mode: 0644]
src/Core/Versatile.cxx [new file with mode: 0644]
src/Core/Versatile.hxx [new file with mode: 0644]
src/LSF/BatchManager_LSF.cxx [new file with mode: 0644]
src/LSF/BatchManager_LSF.hxx [new file with mode: 0644]
src/LSF/Batch_BatchManager_eLSF.cxx [deleted file]
src/LSF/Batch_BatchManager_eLSF.hxx [deleted file]
src/LSF/Batch_FactBatchManager_eLSF.cxx [deleted file]
src/LSF/Batch_FactBatchManager_eLSF.hxx [deleted file]
src/LSF/Batch_JobInfo_eLSF.cxx [deleted file]
src/LSF/Batch_JobInfo_eLSF.hxx [deleted file]
src/LSF/CMakeLists.txt
src/LSF/FactBatchManager_LSF.cxx [new file with mode: 0644]
src/LSF/FactBatchManager_LSF.hxx [new file with mode: 0644]
src/LSF/JobInfo_LSF.cxx [new file with mode: 0644]
src/LSF/JobInfo_LSF.hxx [new file with mode: 0644]
src/LoadLeveler/BatchManager_LL.cxx [new file with mode: 0644]
src/LoadLeveler/BatchManager_LL.hxx [new file with mode: 0644]
src/LoadLeveler/Batch_BatchManager_eLL.cxx [deleted file]
src/LoadLeveler/Batch_BatchManager_eLL.hxx [deleted file]
src/LoadLeveler/Batch_FactBatchManager_eLL.cxx [deleted file]
src/LoadLeveler/Batch_FactBatchManager_eLL.hxx [deleted file]
src/LoadLeveler/Batch_JobInfo_eLL.cxx [deleted file]
src/LoadLeveler/Batch_JobInfo_eLL.hxx [deleted file]
src/LoadLeveler/CMakeLists.txt
src/LoadLeveler/FactBatchManager_LL.cxx [new file with mode: 0644]
src/LoadLeveler/FactBatchManager_LL.hxx [new file with mode: 0644]
src/LoadLeveler/JobInfo_LL.cxx [new file with mode: 0644]
src/LoadLeveler/JobInfo_LL.hxx [new file with mode: 0644]
src/LoadLeveler/Test/CMakeLists.txt
src/LoadLeveler/Test/Test_LL.cxx [new file with mode: 0644]
src/LoadLeveler/Test/Test_eLL.cxx [deleted file]
src/Local/BatchManager_Local.cxx [new file with mode: 0644]
src/Local/BatchManager_Local.hxx [new file with mode: 0644]
src/Local/Batch_BatchManager_Local.cxx [deleted file]
src/Local/Batch_BatchManager_Local.hxx [deleted file]
src/Local/Batch_FactBatchManager_Local.cxx [deleted file]
src/Local/Batch_FactBatchManager_Local.hxx [deleted file]
src/Local/Batch_IOMutex.cxx [deleted file]
src/Local/Batch_IOMutex.hxx [deleted file]
src/Local/Batch_JobInfo_Local.cxx [deleted file]
src/Local/Batch_JobInfo_Local.hxx [deleted file]
src/Local/Batch_Job_Local.cxx [deleted file]
src/Local/Batch_Job_Local.hxx [deleted file]
src/Local/CMakeLists.txt
src/Local/FactBatchManager_Local.cxx [new file with mode: 0644]
src/Local/FactBatchManager_Local.hxx [new file with mode: 0644]
src/Local/IOMutex.cxx [new file with mode: 0644]
src/Local/IOMutex.hxx [new file with mode: 0644]
src/Local/JobInfo_Local.cxx [new file with mode: 0644]
src/Local/JobInfo_Local.hxx [new file with mode: 0644]
src/Local/Job_Local.cxx [new file with mode: 0644]
src/Local/Job_Local.hxx [new file with mode: 0644]
src/Local/Test/Test_Local_RSH.cxx
src/Local/Test/Test_Local_SH.cxx
src/Local/Test/Test_Local_SSH.cxx
src/PBS/BatchManager_PBS.cxx [new file with mode: 0644]
src/PBS/BatchManager_PBS.hxx [new file with mode: 0644]
src/PBS/Batch_BatchManager_ePBS.cxx [deleted file]
src/PBS/Batch_BatchManager_ePBS.hxx [deleted file]
src/PBS/Batch_FactBatchManager_ePBS.cxx [deleted file]
src/PBS/Batch_FactBatchManager_ePBS.hxx [deleted file]
src/PBS/Batch_JobInfo_ePBS.cxx [deleted file]
src/PBS/Batch_JobInfo_ePBS.hxx [deleted file]
src/PBS/CMakeLists.txt
src/PBS/FactBatchManager_PBS.cxx [new file with mode: 0644]
src/PBS/FactBatchManager_PBS.hxx [new file with mode: 0644]
src/PBS/JobInfo_PBS.cxx [new file with mode: 0644]
src/PBS/JobInfo_PBS.hxx [new file with mode: 0644]
src/PBS/Test/CMakeLists.txt
src/PBS/Test/Test_PBS.cxx [new file with mode: 0644]
src/PBS/Test/Test_ePBS.cxx [deleted file]
src/Python/libBatch_Swig.i
src/Python/libBatch_Swig_typemap.i
src/SGE/BatchManager_SGE.cxx [new file with mode: 0644]
src/SGE/BatchManager_SGE.hxx [new file with mode: 0644]
src/SGE/Batch_BatchManager_eSGE.cxx [deleted file]
src/SGE/Batch_BatchManager_eSGE.hxx [deleted file]
src/SGE/Batch_FactBatchManager_eSGE.cxx [deleted file]
src/SGE/Batch_FactBatchManager_eSGE.hxx [deleted file]
src/SGE/Batch_JobInfo_eSGE.cxx [deleted file]
src/SGE/Batch_JobInfo_eSGE.hxx [deleted file]
src/SGE/CMakeLists.txt
src/SGE/FactBatchManager_SGE.cxx [new file with mode: 0644]
src/SGE/FactBatchManager_SGE.hxx [new file with mode: 0644]
src/SGE/JobInfo_SGE.cxx [new file with mode: 0644]
src/SGE/JobInfo_SGE.hxx [new file with mode: 0644]
src/Slurm/BatchManager_Slurm.cxx [new file with mode: 0644]
src/Slurm/BatchManager_Slurm.hxx [new file with mode: 0644]
src/Slurm/Batch_BatchManager_eSlurm.cxx [deleted file]
src/Slurm/Batch_BatchManager_eSlurm.hxx [deleted file]
src/Slurm/Batch_FactBatchManager_eSlurm.cxx [deleted file]
src/Slurm/Batch_FactBatchManager_eSlurm.hxx [deleted file]
src/Slurm/Batch_JobInfo_eSlurm.cxx [deleted file]
src/Slurm/Batch_JobInfo_eSlurm.hxx [deleted file]
src/Slurm/CMakeLists.txt
src/Slurm/FactBatchManager_Slurm.cxx [new file with mode: 0644]
src/Slurm/FactBatchManager_Slurm.hxx [new file with mode: 0644]
src/Slurm/JobInfo_Slurm.cxx [new file with mode: 0644]
src/Slurm/JobInfo_Slurm.hxx [new file with mode: 0644]
src/Vishnu/BatchManager_Vishnu.cxx [new file with mode: 0644]
src/Vishnu/BatchManager_Vishnu.hxx [new file with mode: 0644]
src/Vishnu/Batch_BatchManager_eVishnu.cxx [deleted file]
src/Vishnu/Batch_BatchManager_eVishnu.hxx [deleted file]
src/Vishnu/Batch_FactBatchManager_eVishnu.cxx [deleted file]
src/Vishnu/Batch_FactBatchManager_eVishnu.hxx [deleted file]
src/Vishnu/Batch_JobInfo_eVishnu.cxx [deleted file]
src/Vishnu/Batch_JobInfo_eVishnu.hxx [deleted file]
src/Vishnu/CMakeLists.txt
src/Vishnu/FactBatchManager_Vishnu.cxx [new file with mode: 0644]
src/Vishnu/FactBatchManager_Vishnu.hxx [new file with mode: 0644]
src/Vishnu/JobInfo_Vishnu.cxx [new file with mode: 0644]
src/Vishnu/JobInfo_Vishnu.hxx [new file with mode: 0644]