Skip to content

Commit e8916d5

Browse files
committed
Docker recipe to install ior with various backends. #421
1 parent 07e2feb commit e8916d5

File tree

3 files changed

+11
-40
lines changed

3 files changed

+11
-40
lines changed

testing/docker/ubuntu14.04/Dockerfile

-7
This file was deleted.

testing/docker/ubuntu14.04/run-test.sh

-33
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM ubuntu:22.04
2+
3+
WORKDIR /data
4+
RUN apt-get update
5+
RUN apt-get install -y libopenmpi-dev openmpi-bin libhdf5-openmpi-dev git pkg-config gcc libaio-dev libpnetcdf-dev
6+
RUN apt-get install -y sudo make
7+
RUN git clone https://github.com/hpc/ior.git
8+
RUN cd ior ; ./bootstrap
9+
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
10+
11+
# librados-dev

0 commit comments

Comments
 (0)