Update other GPU containers

This commit is contained in:
Richard Berger
2020-09-04 14:19:41 -04:00
parent 3bdfbdcf09
commit 41a1c96e06
6 changed files with 334 additions and 13 deletions

View File

@ -38,6 +38,8 @@ From: ubuntu:18.04
cmake \
cmake-curses-gui \
curl \
doxygen \
enchant \
g++ \
gcc \
gfortran \
@ -46,6 +48,7 @@ From: ubuntu:18.04
less \
libblas-dev \
libeigen3-dev \
libenchant-dev \
libfftw3-dev \
libgsl-dev \
libhdf5-serial-dev \
@ -165,7 +168,7 @@ From: ubuntu:18.04
tar -xzf plumed.tar.gz
cd plumed-${PLUMED_PKG_VERSION}
./configure --disable-doc --prefix=/usr
make -j 8
make
make install
cd ../../
rm -rvf plumed