Skip to content
Snippets Groups Projects
Commit 2697f241 authored by Loic Hausammann's avatar Loic Hausammann
Browse files

Add libopenmpi

parent 709f0d64
No related branches found
No related tags found
1 merge request!10Update SWIFT calls
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment