Skip to content

Commit

Permalink
hpl tutorial compute_N needs bc installed
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Sep 9, 2023
1 parent 1489f34 commit cb415b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hpl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y git wget g++ gcc build-essential \
openssh-client openssh-server libgtk2.0-dev \
net-tools hwloc libhwloc-dev libevent-dev gfortran libopenblas-dev
net-tools hwloc libhwloc-dev libevent-dev gfortran libopenblas-dev \
bc

# OpenMPI
WORKDIR /tmp
Expand Down

0 comments on commit cb415b1

Please sign in to comment.