From 80ff9901f4c2a5f68247de28ca0ea9ddc10ac0ac Mon Sep 17 00:00:00 2001 From: Thomas Purcell <purcell@fhi-berlin.mpg.de> Date: Mon, 20 Jul 2020 22:45:05 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbbcece5..1fc81c8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,7 @@ build-intel: - make - make install - cd ../ - - module load intel impi mkl cmake anaconda/3/2019.03 - - pytest tests/ + - LD_PRELOAD=libmpicxx.so.12 pytest tests/ tags: - docker @@ -37,7 +36,6 @@ build-gnu: - make - make install - cd ../ - - module load gcc impi mkl cmake anaconda/3/2019.03 - - pytest tests/ + - LD_PRELOAD=libmpig++-9.3.0.so.12 pytest tests/ tags: - docker -- GitLab