Update .gitlab-ci.yml
This commit is contained in:
parent
16eb1fc0de
commit
905e4caa5d
@ -6,8 +6,8 @@ stages:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get -q=2 update
|
- apt-get -q update
|
||||||
- apt-get -q=2 -y install gawk make gfortran libhdf5-dev
|
- apt-get -q -y install gawk make gfortran libhdf5-dev libopenmpi-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd ./build/
|
- cd ./build/
|
||||||
@ -15,3 +15,5 @@ build:
|
|||||||
- cp -al ./hosts/default ./hosts/$HOSTNAME
|
- cp -al ./hosts/default ./hosts/$HOSTNAME
|
||||||
- export HDF5DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial
|
- export HDF5DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial
|
||||||
- make
|
- make
|
||||||
|
- make clean
|
||||||
|
- make MPI=Y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user