Salome HOME
Major refactoring in classes Versatile, Parametre and Swig wrappings. V1_4_0rc1
authorbarate <barate>
Fri, 2 Sep 2011 15:50:56 +0000 (15:50 +0000)
committerbarate <barate>
Fri, 2 Sep 2011 15:50:56 +0000 (15:50 +0000)
commita58d413c34de0d83ba055c56b168ad0657e92a29
tree86ab693f584991a37f2a5d9a747366ea52599381
parente57570465fd02fd7ea993770d9696ecb16042020
Major refactoring in classes Versatile, Parametre and Swig wrappings.
Add new boolean parameter "EXCLUSIVE".
Implement parameter "EXCLUSIVE" for ePBS, eLSF, eSlurm and eLL.
Some other fixes and improvements.
29 files changed:
src/CCC/Batch_BatchManager_eCCC.cxx
src/Core/Batch_BatchManager_eClient.cxx
src/Core/Batch_Constants.cxx
src/Core/Batch_Constants.hxx
src/Core/Batch_IntType.cxx [deleted file]
src/Core/Batch_IntType.hxx [deleted file]
src/Core/Batch_ParameterTypeMap.cxx
src/Core/Batch_ParameterTypeMap.hxx
src/Core/Batch_Parametre.cxx
src/Core/Batch_Versatile.cxx
src/Core/Batch_Versatile.hxx
src/Core/CMakeLists.txt
src/LSF/Batch_BatchManager_eLSF.cxx
src/LSF/CMakeLists.txt
src/LSF/Test/CMakeLists.txt [new file with mode: 0644]
src/LSF/Test/Test_eLSF.cxx [new file with mode: 0644]
src/LSF/Test/seta.sh [new file with mode: 0644]
src/LSF/Test/setb.sh [new file with mode: 0644]
src/LSF/Test/test-script.sh [new file with mode: 0755]
src/LoadLeveler/Batch_BatchManager_eLL.cxx
src/LoadLeveler/Test/Test_eLL.cxx
src/PBS/Batch_BatchManager_ePBS.cxx
src/PBS/Test/Test_ePBS.cxx
src/Python/Batch_PyVersatile.cxx [deleted file]
src/Python/Batch_PyVersatile.hxx [deleted file]
src/Python/CMakeLists.txt
src/Python/libBatch_Swig_typemap.i
src/Slurm/Batch_BatchManager_eSlurm.cxx
src/Slurm/Test/Test_eSlurm.cxx