From 709f0d64d2ba1852293a80dc436e62ca0114d896 Mon Sep 17 00:00:00 2001 From: loikki <loic.hausammann@protonmail.ch> Date: Mon, 5 Aug 2019 10:41:12 +0200 Subject: [PATCH] Use mpicc --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5879f42..d88eb81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ before_script: - cd $LHOME # compile swift + - export CC=mpicc - git clone https://gitlab.cosma.dur.ac.uk/swift/swiftsim.git --single-branch --branch master - cd swiftsim - ./autogen.sh -- GitLab