Skip to content

Commit

Permalink
simplified some test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bwpriest committed Sep 26, 2023
1 parent dfedbdb commit d09d054
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
python tests/backend/torch_correctness.py
export MUYGPYS_BACKEND=torch
export MUYGPYS_FTYPE=32
python tests/muygps_torch/muygps_torch.py
python tests/torch/muygps_torch.py
build-docs:
runs-on: ubuntu-latest
Expand Down
19 changes: 9 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ all_tests:
- salloc -N1 -ppvis -A muygps --mpibind=on python tests/optimize.py
- salloc -N1 -ppvis -A muygps --mpibind=on python tests/predict.py
- salloc -N1 -ppvis -A muygps --mpibind=on python tests/multivariate.py
- salloc -N1 -ppvis -A muygps --mpibind=on python tests/jax_correctness.py
- salloc -N1 -ppvis -A muygps --mpibind=on python tests/regress_api.py /p/lustre1/madstare/muygps-data/
- salloc -N1 -ppvis -A muygps --mpibind=on python tests/classify_api.py /p/lustre1/madstare/muygps-data/
- salloc -N1 -ppvis -A muygps --mpibind=on python tests/fast_regress_api.py /p/lustre1/madstare/muygps-data/
- salloc -N1 -ppvis -A muygps --mpibind=on python tests/backend/jax_correctness.py
- salloc -N1 -ppvis -A muygps --mpibind=on python tests/api/regress.py /p/lustre1/madstare/muygps-data/
- salloc -N1 -ppvis -A muygps --mpibind=on python tests/api/classify.py /p/lustre1/madstare/muygps-data/
- salloc -N1 -ppvis -A muygps --mpibind=on python tests/precompute/fast_regress_api.py /p/lustre1/madstare/muygps-data/
- echo "done with JAX tests"
- export MUYGPYS_BACKEND=mpi
- echo "performing MPI tests"
Expand All @@ -55,13 +55,12 @@ all_tests:
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/optimize.py
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/predict.py
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/multivariate.py
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/jax_correctness.py
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/regress_api.py /p/lustre1/madstare/muygps-data/
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/classify_api.py /p/lustre1/madstare/muygps-data/
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/fast_regress_api.py /p/lustre1/madstare/muygps-data/
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/backend/mpi_correctness.py
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/api/regress.py /p/lustre1/madstare/muygps-data/
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/api/classify.py /p/lustre1/madstare/muygps-data/
- echo "done with MPI tests"
- export MUYGPYS_BACKEND=torch
- echo "performing Torch tests"
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/torch_correctness.py
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/torch_api.py /p/lustre1/madstare/muygps-data/
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/backend/torch_correctness.py
- salloc -N1 --tasks-per-node=36 -ppvis -A muygps --mpibind=on python tests/torch/torch_api.py /p/lustre1/madstare/muygps-data/
- echo "done with Torch tests"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d09d054

Please sign in to comment.