From c59eb928f17f8c26120fe27c3a4d1d48ee535805 Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Fri, 13 Dec 2024 11:17:07 +0100 Subject: [PATCH] Update README and docker --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d84c18..60b1f34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ default: image: rboman/waves-py3:latest before_script: - - source /opt/intel/mkl/bin/mklvars.sh intel64 - - source /opt/intel/tbb/bin/tbbvars.sh intel64 + - source /opt/intel/oneapi/mkl/latest/env/vars.sh + - source /opt/intel/oneapi/tbb/latest/env/vars.sh .global_tag: &global_tag_def tags: diff --git a/README.md b/README.md index ac20cc2..216dfc4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # fpm Field panel method for solving transonic flows using the full potential equation\ University of Liège\ -:warning: This code is a C++ implementation of [aero](github.com/acrovato/aero). However, the field module is not implemented yet. As such, only susbonic calculations *without transonic correction* can be carried out. +:warning: This code is a C++ implementation of [aero](github.com/acrovato/aero) developed in the context of [this PhD thesis](https://hdl.handle.net/2268/251906). However, the field module is not implemented yet. As such, only susbonic calculations *without transonic correction* can be carried out. :warning:  -- GitLab