Skip to content
Snippets Groups Projects
Commit 27fe537f authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

try to enable single precision tests

parent f841f7fd
No related branches found
No related tags found
1 merge request!16MPI operators
Pipeline #42012 passed
......@@ -86,13 +86,13 @@ echo
echo "Default testing OpenCL platform is:"
${PYTHON_EXECUTABLE} -c 'import hysop; from hysop.testsenv import iter_clenv; print next(iter(iter_clenv()));'
RUN_TESTS=${RUN_TESTS:-false}
RUN_TESTS=${RUN_TESTS:-true}
RUN_EXAMPLES=${RUN_EXAMPLES:-false}
RUN_LONG_TESTS=${RUN_LONG_TESTS:-false}
COMMON_TEST_OPTIONS=''
TEST_DIR="$HYSOP_DIR"
COMMON_EXAMPLE_OPTIONS='-VNC -d16 -cp default -maxit 2'
COMMON_EXAMPLE_OPTIONS='-VNC -d16 -cp float -maxit 2'
EXAMPLE_DIR="$HYSOP_DIR/../hysop_examples/examples"
hysop_test() {
......@@ -153,19 +153,13 @@ if [ "${RUN_EXAMPLES}" = true ]; then
example_test "taylor_green/taylor_green.py" '-impl opencl'
example_test "bubble/periodic_bubble.py"
example_test "bubble/periodic_bubble_levelset.py"
#example_test "bubble/periodic_bubble_levelset_penalization.py" #LLVM bug for DP
example_test "bubble/periodic_bubble_levelset_penalization.py" #LLVM bug for DP
example_test "bubble/periodic_jet_levelset.py"
example_test "particles_above_salt/particles_above_salt_periodic.py"
example_test "particles_above_salt/particles_above_salt_symmetrized.py"
fi
if [ "${HAS_CACHE_DIR}" = true ]; then
echo
echo
ls "${HYSOP_CACHE_DIR}"
echo
ls "${CACHE_DIR}"
echo
rsync -rtvu "${HYSOP_CACHE_DIR}/" "${CACHE_DIR}/"
find "${CACHE_DIR}" -name '*.lock' -delete
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment