Skip to content

Commit

Permalink
Docker recipe to install ior with various backends. #421
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKunkel committed Jun 6, 2022
1 parent 07e2feb commit e8916d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 40 deletions.
7 changes: 0 additions & 7 deletions testing/docker/ubuntu14.04/Dockerfile

This file was deleted.

33 changes: 0 additions & 33 deletions testing/docker/ubuntu14.04/run-test.sh

This file was deleted.

11 changes: 11 additions & 0 deletions testing/docker/ubuntu22.04-all-backends/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM ubuntu:22.04

WORKDIR /data
RUN apt-get update
RUN apt-get install -y libopenmpi-dev openmpi-bin libhdf5-openmpi-dev git pkg-config gcc libaio-dev libpnetcdf-dev
RUN apt-get install -y sudo make
RUN git clone https://github.com/hpc/ior.git
RUN cd ior ; ./bootstrap
RUN cd ior ; ./configure --with-aio --with-hdf5 --with-ncmpi LDFLAGS=-L/usr/lib/x86_64-linux-gnu/hdf5/openmpi CFLAGS=-I/usr/include/hdf5/openmpi && make -j

# librados-dev

0 comments on commit e8916d5

Please sign in to comment.