From c3a3129bc3267282b760e974271fdd5f2f89589f Mon Sep 17 00:00:00 2001 From: Paul Dechamps <paul.dechamps@uliege.be> Date: Tue, 29 Oct 2024 11:50:09 +0100 Subject: [PATCH] (CI) New docker docker with updated VTK version & scipy 1.10 --- .gitlab-ci.yml | 8 ++------ blast/validation/oneraValidation.py | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e27ade9..f3972c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,7 @@ default: - image: rboman/waves-py3:2020.3 + image: pdechamps/blaster before_script: - - wget https://bootstrap.pypa.io/get-pip.py - - python3 get-pip.py - - python3 -m pip install scipy==1.10.1 --user - - source /opt/intel/mkl/bin/mklvars.sh intel64 - - source /opt/intel/tbb/bin/tbbvars.sh intel64 + - export INCLUDE=:/usr/include/mkl: - echo $(nproc) - printenv | sort diff --git a/blast/validation/oneraValidation.py b/blast/validation/oneraValidation.py index 8a41eab..7cd4875 100644 --- a/blast/validation/oneraValidation.py +++ b/blast/validation/oneraValidation.py @@ -96,7 +96,7 @@ def cfgBlast(verb): 'couplTol' : 5e-4, # Tolerance of the VII methodology 'iterPrint': 5, # int, number of iterations between outputs 'resetInv' : True, # bool, flag to reset the inviscid calculation at every iteration. - 'xtrF' : [0., 0.],# Forced transition location + 'xtrF' : [0.01, 0.01],# Forced transition location 'nDim' : 3 } -- GitLab