Skip to content
Snippets Groups Projects
Commit 1b25d048 authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Fix GPU test

use check_model.py not ../check_model.py
parent cd8b30f3
No related branches found
No related tags found
No related merge requests found
......@@ -453,7 +453,7 @@ test-gnu-bin-base-gpu:
- export PYTHONPATH=$HOME/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/
- export OMP_NUM_THREADS=1
- cd tests/gpu_test/regression/
- for direc in ../*/; do cd $direc; mpiexec -n 1 ../../../gnu_base/bin/sisso++; python ../check_model.py; done
- for direc in ../*/; do cd $direc; mpiexec -n 1 ../../../gnu_base/bin/sisso++; python check_model.py; done
- cd ../../../
build-gnu-gcov:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment