Skip to content

Commit

Permalink
Make hdf5 depend on mpich if building parallel hdf5 and mpich
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://edison.nersc.gov/project/projectdirs/visit/svn/visit/branches/2.13RC@33723 18c085ea-50e0-402c-830e-de6fd14e8384
  • Loading branch information
biagas authored and cyrush committed Jan 12, 2019
1 parent 1bffef9 commit 5959de3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/svn_bin/bv_support/bv_hdf5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ function bv_hdf5_depends_on
if [[ "$DO_ZLIB" == "yes" ]] ; then
depends_on="$depends_on zlib"
fi
if [[ -n "$PAR_COMPILER" && "$DO_MOAB" == "yes" && "$DO_MPICH" == "yes" ]]; then
depends_on="$depends_on mpich"
fi

echo $depends_on
fi
Expand Down

0 comments on commit 5959de3

Please sign in to comment.