From f7f201d99c89240a81e98afbcfc5b93032dabfe4 Mon Sep 17 00:00:00 2001 From: Jean-Matthieu Etancelin <jean-matthieu.etancelin@univ-pau.fr> Date: Wed, 31 Oct 2018 15:20:54 +0100 Subject: [PATCH] Disable example run from CI/test --- ci/scripts/test.sh | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ci/scripts/test.sh b/ci/scripts/test.sh index ac9c2de51..6a2bb7554 100755 --- a/ci/scripts/test.sh +++ b/ci/scripts/test.sh @@ -71,21 +71,21 @@ python "$HYSOP_DIR/operator/tests/test_directional_stretching.py" python -c "from hysop.f2hysop import scales2py as scales" && python "$HYSOP_DIR/operator/tests/test_scales_advection.py" python -c "from hysop.f2hysop import scales2py as scales" && python "$HYSOP_DIR/operator/tests/test_bilevel_advection.py" -export HYSOP_VERBOSE=1 -EXAMPLE_DIR="$HYSOP_DIR/../examples" -EXAMPLE_OPTIONS='-cp default -maxit 1' -python "$EXAMPLE_DIR/analytic/analytic.py" $EXAMPLE_OPTIONS -python "$EXAMPLE_DIR/scalar_diffusion/scalar_diffusion.py" $EXAMPLE_OPTIONS -python "$EXAMPLE_DIR/scalar_advection/scalar_advection.py" $EXAMPLE_OPTIONS -python "$EXAMPLE_DIR/shear_layer/shear_layer.py" $EXAMPLE_OPTIONS -python "$EXAMPLE_DIR/taylor_green/taylor_green.py" -impl python $EXAMPLE_OPTIONS -python "$EXAMPLE_DIR/taylor_green/taylor_green.py" -impl opencl $EXAMPLE_OPTIONS -python -c "from hysop.f2hysop import scales2py as scales" && python "$EXAMPLE_DIR/taylor_green/taylor_green.py" -impl fortran $EXAMPLE_OPTIONS -python "$EXAMPLE_DIR/bubble/periodic_bubble.py" $EXAMPLE_OPTIONS -python "$EXAMPLE_DIR/bubble/periodic_bubble_levelset.py" $EXAMPLE_OPTIONS -python "$EXAMPLE_DIR/bubble/periodic_bubble_levelset_penalization.py" $EXAMPLE_OPTIONS -python "$EXAMPLE_DIR/particles_above_salt/particles_above_salt_periodic.py" $EXAMPLE_OPTIONS -python "$EXAMPLE_DIR/particles_above_salt/particles_above_salt_symmetrized.py" $EXAMPLE_OPTIONS +# export HYSOP_VERBOSE=1 +# EXAMPLE_DIR="$HYSOP_DIR/../examples" +# EXAMPLE_OPTIONS='-cp default -maxit 1' +# python "$EXAMPLE_DIR/analytic/analytic.py" $EXAMPLE_OPTIONS +# python "$EXAMPLE_DIR/scalar_diffusion/scalar_diffusion.py" $EXAMPLE_OPTIONS +# python "$EXAMPLE_DIR/scalar_advection/scalar_advection.py" $EXAMPLE_OPTIONS +# python "$EXAMPLE_DIR/shear_layer/shear_layer.py" $EXAMPLE_OPTIONS +# python "$EXAMPLE_DIR/taylor_green/taylor_green.py" -impl python $EXAMPLE_OPTIONS +# python "$EXAMPLE_DIR/taylor_green/taylor_green.py" -impl opencl $EXAMPLE_OPTIONS +# python -c "from hysop.f2hysop import scales2py as scales" && python "$EXAMPLE_DIR/taylor_green/taylor_green.py" -impl fortran $EXAMPLE_OPTIONS +# python "$EXAMPLE_DIR/bubble/periodic_bubble.py" $EXAMPLE_OPTIONS +# python "$EXAMPLE_DIR/bubble/periodic_bubble_levelset.py" $EXAMPLE_OPTIONS +# python "$EXAMPLE_DIR/bubble/periodic_bubble_levelset_penalization.py" $EXAMPLE_OPTIONS +# python "$EXAMPLE_DIR/particles_above_salt/particles_above_salt_periodic.py" $EXAMPLE_OPTIONS +# python "$EXAMPLE_DIR/particles_above_salt/particles_above_salt_symmetrized.py" $EXAMPLE_OPTIONS if [ "$HAS_CACHE_DIR" = true ]; then cp -r /root/.cache/* $CACHE_DIR/ -- GitLab