chore: Just rename configuration variable to enable the dataflow runtime

This commit is contained in:
Quentin Bourgerie
2022-08-09 23:08:37 +02:00
parent d1694648c5
commit c08a06ed8e
14 changed files with 48 additions and 52 deletions

View File

@@ -234,7 +234,7 @@ clientParametersSerialize(mlir::concretelang::ClientParameters &params) {
}
void terminateParallelization() {
#ifdef CONCRETELANG_PARALLEL_EXECUTION_ENABLED
#ifdef CONCRETELANG_DATAFLOW_EXECUTION_ENABLED
_dfr_terminate();
#endif
}