Skip to content

Commit

Permalink
Follow up on #3376
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed May 8, 2022
1 parent d8ec844 commit f61b9c3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -576,6 +576,7 @@ public void runBatchSimulation(final String experimentName, final String pathToM
final List<GamlCompilationError> errors = new ArrayList<>();
final IModel mdl = builder.compile(URI.createFileURI(pathToModel), errors);

GamaExecutorService.CONCURRENCY_SIMULATIONS.set(true);
GamaExecutorService.CONCURRENCY_THRESHOLD.set(processorQueue.getNumberOfThreads());

final IExperimentPlan expPlan = mdl.getExperiment(experimentName);
Expand Down

0 comments on commit f61b9c3

Please sign in to comment.