From 55bbda7343b246c47c019be3e1a51afa373e608d Mon Sep 17 00:00:00 2001 From: Simeon Bird Date: Tue, 20 Aug 2024 12:04:27 -0700 Subject: [PATCH] Comment out tests that cant run on github --- .github/workflows/main.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1a73a4a..b089fc3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -41,8 +41,9 @@ jobs: run: | mpirun -n 1 python $PWD/scripts/pfft-roundtrip-matrix.py -v -diag -Nproc 1 1 -Nmesh 13 15 16 mpirun -n 2 python $PWD/scripts/pfft-roundtrip-matrix.py -v -diag -Nproc 2 1 -Nproc 1 2 -Nmesh 13 15 16 - mpirun -n 4 python $PWD/scripts/pfft-roundtrip-matrix.py -v -diag -Nproc 2 2 -Nmesh 13 15 16 - mpirun -n 4 python $PWD/scripts/pfft-roundtrip-matrix.py -v -diag -Nproc 2 2 -Nmesh 13 15 +#Not enough slots o github for this test. +# mpirun -n 4 python $PWD/scripts/pfft-roundtrip-matrix.py -v -diag -Nproc 2 2 -Nmesh 13 15 16 +# mpirun -n 4 python $PWD/scripts/pfft-roundtrip-matrix.py -v -diag -Nproc 2 2 -Nmesh 13 15 - name: Version run: | bash check_tag.sh pfft/version.py