Closed
Description
In the Pressio CI, this error occurs because the Kokkos containers do not install openmpi:
RUN apt-get update -y -q && \
apt-get upgrade -y -q && \
apt-get install -y -q --no-install-recommends \
ca-certificates \
cmake \
gfortran-${COMPILER_VERSION} \
gcc-${COMPILER_VERSION} \
g++-${COMPILER_VERSION} \
libblas-dev \
liblapack-dev \
git \
libgtest-dev \
+ libopenmpi-dev \
make \
software-properties-common \
wget && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Metadata
Metadata
Assignees
Labels
No labels