From a5699e05d9f86f24f3c1a38b9f7473b56a3ae486 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 18 Feb 2022 07:58:27 +0100 Subject: [PATCH] old PETSc version for 64bit does not exist anymore --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e3884851..a1b5eecd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,14 +96,14 @@ mesh_GNU: grid_GNU-64bit: stage: compile script: - - module load Compiler/GNU/10 Libraries/PETSc/3.16.2/64bit + - module load Compiler/GNU/10 Libraries/PETSc/3.16.4/64bit - cd PRIVATE/testing/pytest - pytest -k 'compile and grid' --basetemp ${TESTROOT}/compile_grid_GNU-64bit mesh_GNU-64bit: stage: compile script: - - module load Compiler/GNU/10 Libraries/PETSc/3.16.2/64bit + - module load Compiler/GNU/10 Libraries/PETSc/3.16.4/64bit - cd PRIVATE/testing/pytest - pytest -k 'compile and mesh' --basetemp ${TESTROOT}/compile_mesh_GNU-64bit