Commit b01f26e 1 parent fe459ad commit b01f26e Copy full SHA for b01f26e
File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ RUN apt-get -y install fluidity-dev
30
30
31
31
ENV PETSC_DIR /usr/lib/petscdir/3.8.3
32
32
ENV LD_LIBRARY_PATH /usr/lib/petscdir/3.8.3/linux-gnu-c-opt/lib
33
+ ENV LDFLAGS -L/usr/lib/x86_64-linux-gnu/hdf5/openmpi
34
+ ENV CPPFLAGS -I/usr/include/hdf5/openmpi
33
35
34
36
# Add a Fluidity user who will be the default user for this container
35
37
# Make sure the user has a userid matching the host system
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ RUN apt-get -y install fluidity-dev
22
22
23
23
ENV PETSC_DIR /usr/lib/petscdir/3.6.3
24
24
ENV LD_LIBRARY_PATH /usr/lib/petscdir/3.6.3/linux-gnu-c-opt/lib
25
+ ENV LDFLAGS -L/usr/lib/x86_64-linux-gnu/hdf5/openmpi
26
+ ENV CPPFLAGS -I/usr/include/hdf5/openmpi
25
27
26
28
# Add a Fluidity user who will be the default user for this container
27
29
# Make sure the user has a userid matching the host system
You can’t perform that action at this time.
0 commit comments