mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-25 03:02:02 +01:00
posibility to save/load schedules directly from the application parameters
This commit is contained in:
@ -57,6 +57,8 @@ public:
|
||||
VirtualMachine::GeneticPar, genetic,
|
||||
std::string, runId,
|
||||
std::string, graphFile,
|
||||
std::string, scheduleFile,
|
||||
bool, saveSchedule,
|
||||
int, parallelWriteMaxRetry);
|
||||
GlobalPar(void): parallelWriteMaxRetry{-1} {}
|
||||
};
|
||||
|
Reference in New Issue
Block a user