mirror of
https://github.com/paboyle/Grid.git
synced 2026-01-08 19:09:33 +00:00
Hadrons: application parameter for resilient I/O
This commit is contained in:
@@ -56,7 +56,9 @@ public:
|
||||
TrajRange, trajCounter,
|
||||
VirtualMachine::GeneticPar, genetic,
|
||||
std::string, runId,
|
||||
std::string, graphFile);
|
||||
std::string, graphFile,
|
||||
int, parallelWriteMaxRetry);
|
||||
GlobalPar(void): parallelWriteMaxRetry{-1} {}
|
||||
};
|
||||
public:
|
||||
// constructors
|
||||
|
||||
Reference in New Issue
Block a user