Changing how execution parallelism is handled, so that different
executors can implement their own idea of parallelism.
This commit is contained in:
@@ -185,7 +185,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
#ifdef DAGGY_ENABLE_SLURM
|
||||
daggy::executors::task::SlurmTaskExecutor executor(executorThreads);
|
||||
daggy::executors::task::SlurmTaskExecutor executor;
|
||||
#else
|
||||
daggy::executors::task::ForkingTaskExecutor executor(executorThreads);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user