Skip to content

Commit

Permalink
adding HDF5
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 24, 2020
1 parent ae45f2b commit 1c5ab76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/a3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
ls -l /home/runner/openmpi/bin
export PATH="/home/runner/openmpi/bin:$PATH"
echo $PATH
export CC=mpicc
export CC=/home/runner/openmpi/mpicc
wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.6/src/hdf5-1.10.6.tar.gz &> /dev/null
tar -xzf hdf5-1.10.6.tar.gz
pushd hdf5-1.10.6
Expand Down

0 comments on commit 1c5ab76

Please sign in to comment.