sys-sage
Loading...
Searching...
No Matches
hwloc.hpp
Go to the documentation of this file.
1#ifndef HWLOC
2#define HWLOC
3
4#include <vector>
5#include <string>
6
7#include <libxml/parser.h>
8#include <libxml/tree.h>
9
10#include "Component.hpp"
11
20int parseHwlocOutput(Node* n, std::string xmlPath);
22int xmlProcessChildren(Component* c, xmlNode* parent, int level);
24Component* createChildC(std::string type, xmlNode* node);
26std::string xmlGetPropStr(xmlNode* node, std::string key);
27
31extern std::vector<std::string> xmlRelevantNames;
35extern std::vector<std::string> xmlRelevantObjectTypes;
36
37
38#endif
Definition Component.hpp:42
Definition Component.hpp:613
int parseHwlocOutput(Node *n, std::string xmlPath)
std::vector< std::string > xmlRelevantNames
Definition hwloc.cpp:10
std::vector< std::string > xmlRelevantObjectTypes
Definition hwloc.cpp:17