mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-24 22:44:43 +00:00
Hadrons: starting scheduler implementation
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#define Hadrons_Application_hpp_
|
||||
|
||||
#include <Hadrons/Global.hpp>
|
||||
#include <Hadrons/InputObjects.hpp>
|
||||
|
||||
BEGIN_HADRONS_NAMESPACE
|
||||
|
||||
@@ -39,8 +40,11 @@ public:
|
||||
private:
|
||||
// parse parameter file
|
||||
void parseParameterFile(void);
|
||||
// schedule computation
|
||||
void schedule(void);
|
||||
private:
|
||||
std::string parameterFileName_;
|
||||
Parameters parameters_;
|
||||
};
|
||||
|
||||
END_HADRONS_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user