#include <string>
#include <vector>
#include "core/Types.h"
#include "core/Exceptions.h"
#include "me/MESolverFactory.h"
Go to the source code of this file.
◆ checkpointInterval
  
  | 
        
          | time_t checkpointInterval |  | extern | 
 
The interval at which the results file should be checkpointed. 
 
 
◆ cmdline_parameters
  
  | 
        
          | vector<string> cmdline_parameters |  | extern | 
 
 
◆ cpuCoresPerReplicate
  
  | 
        
          | float cpuCoresPerReplicate |  | extern | 
 
The number of cpu cores to assign per replicate (can be a fraction, e.g., 1/2, 1/4, etc). 
 
 
◆ functionOption
The function being performed. 
 
 
◆ globalAbort
  
  | 
        
          | volatile bool globalAbort |  | extern | 
 
If a global abort signal has been received. 
 
 
◆ numberCpuCores
The number of cpu cores assigned to each process. 
 
 
◆ replicates
The number of replicates of the simulation that should be performed. 
 
 
◆ shouldReserveOutputCore
  
  | 
        
          | bool shouldReserveOutputCore |  | extern | 
 
Whether we should reserve a core for the output thread. 
 
 
◆ simulationFilename
  
  | 
        
          | string simulationFilename |  | extern | 
 
The name of the file containing the simulation. 
 
 
◆ solverFactory
The solver to use for the simulations.