Adds installation of mvapich
This commit is contained in:
Родитель
87c9247d39
Коммит
84ac9bfdcf
|
@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
libc-dev \
|
||||
wget
|
||||
|
||||
COPY MVAPICH2 .
|
||||
COPY MVAPICH2/ /MVAPICH2/
|
||||
|
||||
RUN for DIR in bin include lib libexec share; do mv -f MVAPICH2/$DIR/* /usr/local/$DIR/; done
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче