Skip to content
Snippets Groups Projects
Verified Commit c3a3129b authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(CI) New docker

docker with updated VTK version & scipy 1.10
parent cf146d4c
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #49002 failed
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
......
......@@ -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
}
......
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