Version: 8.3.0
SALOME_ResourcesCatalog_Parser.hxx File Reference
#include "ResourcesManager_Defs.hxx"
#include <string>
#include <vector>
#include <list>
#include <map>
#include <iostream>
Include dependency graph for SALOME_ResourcesCatalog_Parser.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ResourcesException
 
class  ResourceDataToSort
 
class  ParserResourcesType
 

Typedefs

typedef std::map< std::string,
ParserResourcesType
MapOfParserResourcesType
 
typedef std::map< std::string,
ParserResourcesType >
::iterator 
MapOfParserResourcesType_it
 

Enumerations

enum  AccessProtocolType {
  sh, rsh, ssh, srun,
  pbsdsh, blaunch
}
 
enum  ResourceType { cluster, single_machine }
 
enum  BatchType {
  none, pbs, lsf, sge,
  ccc, ll, slurm, vishnu,
  oar, coorm
}
 
enum  MpiImplType {
  nompi, lam, mpich1, mpich2,
  openmpi, ompi, slurmmpi, prun
}
 

Typedef Documentation

typedef std::map<std::string, ParserResourcesType> MapOfParserResourcesType
typedef std::map<std::string, ParserResourcesType>::iterator MapOfParserResourcesType_it

Enumeration Type Documentation

Enumerator
sh 
rsh 
ssh 
srun 
pbsdsh 
blaunch 
enum BatchType
Enumerator
none 
pbs 
lsf 
sge 
ccc 
ll 
slurm 
vishnu 
oar 
coorm 
Enumerator
nompi 
lam 
mpich1 
mpich2 
openmpi 
ompi 
slurmmpi 
prun 
Enumerator
cluster 
single_machine