From 3ec3ba255ed9eb8fc145adb27dc8d50a479c9de3 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 24 Sep 2020 22:00:23 +0200 Subject: [PATCH] need to have the correct mpirun in path --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb4a2e7a0..40662cb40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -344,6 +344,7 @@ Phenopowerlaw_singleSlip: Pytest_grid: stage: grid script: + - module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel - cd pytest - pytest except: