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

@ -39,6 +39,8 @@ From: ubuntu:20.04
cmake \
cmake-curses-gui \
curl \
doxygen \
enchant \
g++ \
gcc \
gfortran \
@ -47,6 +49,7 @@ From: ubuntu:20.04
less \
libblas-dev \
libeigen3-dev \
libenchant-dev \
libfftw3-dev \
libgsl-dev \
libhdf5-serial-dev \
@ -123,7 +126,7 @@ From: ubuntu:20.04
mkdir hipCUB/build
cd hipCUB/build
CXX=hipcc cmake -D BUILD_TEST=off ..
make -j 8
make
make package
make install