This commit is contained in:
edoapra 2023-11-14 17:25:39 -08:00
parent cda3d3b2d8
commit 5973ca0a28
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -134,6 +134,7 @@ if [[ "$os" == "Linux" ]]; then
if [[ "$BLAS_ENV" == "lib*openblas*" ]]; then
$MYSUDO apt-get install -y $BLAS_ENV
fi
if [[ "$MPI_IMPL" == "openmpi" ]]; then
mpi_bin="openmpi-bin" ; mpi_libdev="libopenmpi-dev" scalapack_libdev="libscalapack-openmpi-dev"
fi
if [[ "$MPI_IMPL" == "mpich" ]]; then