From aa4266e53dd34ea245269af3f6f14b7fb5c340d3 Mon Sep 17 00:00:00 2001 From: Daniele Rapetti <5535617+Iximiel@users.noreply.github.com> Date: Thu, 16 May 2024 15:10:54 +0200 Subject: [PATCH] small modification to the CI --- .github/workflows/linuxWF.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linuxWF.yml b/.github/workflows/linuxWF.yml index 7d4254e28d..0fd2640975 100644 --- a/.github/workflows/linuxWF.yml +++ b/.github/workflows/linuxWF.yml @@ -158,8 +158,8 @@ jobs: echo "OMPI_MCA_plm=isolated" >> $GITHUB_ENV echo "OMPI_MCA_btl_vader_single_copy_mechanism=none" >> $GITHUB_ENV echo "OMPI_MCA_rmaps_base_oversubscribe=yes" >> $GITHUB_ENV - pip install --user mpi4py - python -c "import mpi4py" + # pip install --user mpi4py + # python -c "import mpi4py" # nvhpcinstalls his own mpi compilers - name: Install MPI # install MPI at last since it modifies CC and CXX