diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e27ade9199f4f10f3bcc49ec8fb62e4744d8adca..f3972c6ca0cdfada36619ae7e4e927654456c788 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 8a41eab63a14c9dc0e9177c49f3a9ed9eabcff65..7cd4875a3c5fb023754e2b4aca6eb7fa7a5b953f 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 }