]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
just a little modification
authorsecher <secher>
Mon, 17 Sep 2007 12:32:13 +0000 (12:32 +0000)
committersecher <secher>
Mon, 17 Sep 2007 12:32:13 +0000 (12:32 +0000)
src/ResourcesManager/SALOME_ResourcesCatalog_Parser.hxx

index ad7a73be4c6185e6d5ef4b617b26dfa92bb22c09..f8af1dbcdecf0635b0cf4d32f530a9498f7cc4b5 100755 (executable)
@@ -40,7 +40,7 @@ enum AccessModeType {interactive, batch};
 
 enum BatchType {none, pbs, lsf, slurm};
 
-enum mpiImpl {indif, lam, mpich1, mpich2, openmpi};
+enum MpiImplType {indif, lam, mpich1, mpich2, openmpi};
 
 class ResourceDataToSort
   {
@@ -77,7 +77,7 @@ struct ParserResourcesType
     AccessProtocolType Protocol;
     AccessModeType Mode;
     BatchType Batch;
-    mpiImpl mpi;
+    MpiImplType mpi;
     std::string UserName;
     std::string AppliPath;
     std::vector<std::string> ModulesList;