File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 99 # Install MPI
1010 - sudo apt-get install -y openmpi-bin libopenmpi-dev
1111 # Install HDF5
12- - sudo apt-get install -y hdf5-tools libhdf5-mpi -dev
12+ - sudo apt-get install -y hdf5-tools libhdf5-openmpi -dev
1313 # Install Lustre
1414 # TODO: As far as a i can see it needs to be compiled form source with kernel
1515 # module as there is no package.
@@ -22,10 +22,13 @@ install:
2222 # Install HDFS
2323 # TODO: Not sure with which c libray hdfs should be used and if it is in
2424 # the ubuntu repos
25- # Probably hadoop needs to be installed an provides nativ api .
25+ # Probably hadoop needs to be installed an provides native API .
2626 # Install Amazon S3
2727 # TODO: The needed library needs to be installed. Follow the instructions in
2828 # aiori-S3.c to achive this.
2929 # GPFS
3030 # NOTE: Think GPFS need a license and is therefore not testable with travis.
31- script : ./travis-build.sh && CONFIGURE_OPTS="--with-hdf5" ./travis-test.sh
31+ script :
32+ - ./travis-build.sh
33+ - export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/hdf5/openmpi:${LD_LIBRARY_PATH}
34+ - CONFIGURE_OPTS="--with-hdf5" CFLAGS="-I/usr/include/hdf5/openmpi -L/usr/lib/x86_64-linux-gnu/hdf5/openmpi" ./travis-test.sh
You can’t perform that action at this time.
0 commit comments