Commit a28fa90f authored by Giacomo Mulas's avatar Giacomo Mulas
Browse files

Merge branch 'container_with_valgrind' into 'master'

- add valgrind to the docker image used by gitlab-runner for the pipeline

See merge request giacomo.mulas/np_tmcode!64
parents 3b83da86 196bff19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt -y install intel-oneapi-compiler-fortran
RUN DEBIAN_FRONTEND=noninteractive apt -y install liblapacke-dev liblapacke64-dev libopenblas-openmp-dev libopenblas64-openmp-dev
# install MPI stack
RUN DEBIAN_FRONTEND=noninteractive apt -y install mpi-default-dev mpi-default-bin
#install valgrind
RUN DEBIAN_FRONTEND=noninteractive apt -y install valgrind valgrind-mpi
# install nvidia stuff
COPY --chown=root:root containers/docker/dockerstuff/debian-nonfree/debian.sources /etc/apt/sources.list.d/
RUN apt update