From 2697f241f0edd85c394e5aad7cef71e9a9d67fb6 Mon Sep 17 00:00:00 2001 From: loikki <loic.hausammann@protonmail.ch> Date: Mon, 5 Aug 2019 10:47:34 +0200 Subject: [PATCH] Add libopenmpi --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d88eb81..c01c841 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: ubuntu:latest before_script: - - apt-get update -qq && apt-get install -y -qq build-essential libhdf5-serial-dev gfortran csh git libtool-bin autoconf openmpi-bin openmpi-common + - apt-get update -qq && apt-get install -y -qq build-essential libhdf5-serial-dev gfortran csh git libtool-bin autoconf openmpi-bin openmpi-common libopenmpi-dev - export LHOME=`pwd` # Compile grackle - mkdir grackle @@ -19,7 +19,6 @@ 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