From c402db4fab91618666d9360b78f2059843972c71 Mon Sep 17 00:00:00 2001 From: Antoniu Pop Date: Fri, 22 Mar 2024 16:25:48 +0000 Subject: [PATCH] f --- .github/workflows/compiler_build_and_test_cpu_distributed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compiler_build_and_test_cpu_distributed.yml b/.github/workflows/compiler_build_and_test_cpu_distributed.yml index d263fd5489..44573a1ae7 100644 --- a/.github/workflows/compiler_build_and_test_cpu_distributed.yml +++ b/.github/workflows/compiler_build_and_test_cpu_distributed.yml @@ -69,7 +69,7 @@ jobs: cd compilers/concrete-compiler/compiler rm -rf /shared/build make HPX_DIR=/shared/hpx install-hpx-from-source - make BUILD_DIR=/shared/build DATAFLOW_EXECUTION_ENABLED=ON BINDINGS_PYTHON_ENABLED=OFF CUDA_SUPPORT=${{ env.CUDA_SUPPORT }} build-end-to-end-dataflow-tests + make HPX_DIR=/shared/hpx BUILD_DIR=/shared/build DATAFLOW_EXECUTION_ENABLED=ON BINDINGS_PYTHON_ENABLED=OFF CUDA_SUPPORT=${{ env.CUDA_SUPPORT }} build-end-to-end-dataflow-tests - name: Run end-to-end benchmarks run: |