Loading scripts/circle/el7-intel18-ohpc/Dockerfile +3 −3 Original line number Diff line number Diff line FROM centos:centos7 # Install core dev packages RUN yum -y install make curl file git valgrind vim \ RUN yum -y install make curl file git gcc gcc-g++ valgrind vim \ gdb zlib zlib-devel bzip2 bzip2-libs bzip2-devel python-devel RUN yum -y install epel-release RUN yum -y install zeromq-devel Loading @@ -9,8 +9,8 @@ RUN yum -y install zeromq-devel # Install Intel C++ compiler WORKDIR /tmp COPY silent-custom.cfg /tmp RUN curl -L http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12717/parallel_studio_xe_2018_update2_cluster_edition.tgz | tar -xz \ && ./parallel_studio_xe_2018_update2_cluster_edition/install.sh -s ./silent-custom.cfg \ RUN curl -L 'https://data.kitware.com/api/v1/file/5c1a96318d777f072bdbff4b/download' | tar -xz \ && ./parallel_studio_xe_2018_update4_cluster_edition/install.sh -s ./silent-custom.cfg \ && rm -rf parallel_studio_xe_2018* silent* # Install extra repos Loading scripts/circle/el7-intel18-openmpi-ohpc/Dockerfile +3 −3 Original line number Diff line number Diff line FROM centos:centos7 # Install core dev packages RUN yum -y install make curl file git gcc pkg-config valgrind vim \ RUN yum -y install make curl file git gcc gcc-g++ pkg-config valgrind vim \ gdb zlib zlib-devel bzip2 bzip2-libs bzip2-devel python-devel RUN yum -y install epel-release RUN yum -y install zeromq-devel Loading @@ -9,8 +9,8 @@ RUN yum -y install zeromq-devel # Install Intel C++ compiler WORKDIR /tmp COPY silent-custom.cfg /tmp RUN curl -L http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12717/parallel_studio_xe_2018_update2_cluster_edition.tgz | tar -xz \ && ./parallel_studio_xe_2018_update2_cluster_edition/install.sh -s ./silent-custom.cfg \ RUN curl -L 'https://data.kitware.com/api/v1/file/5c1a96318d777f072bdbff4b/download' | tar -xz \ && ./parallel_studio_xe_2018_update4_cluster_edition/install.sh -s ./silent-custom.cfg \ && rm -rf parallel_studio_xe_2018* silent* # Install extra repos Loading Loading
scripts/circle/el7-intel18-ohpc/Dockerfile +3 −3 Original line number Diff line number Diff line FROM centos:centos7 # Install core dev packages RUN yum -y install make curl file git valgrind vim \ RUN yum -y install make curl file git gcc gcc-g++ valgrind vim \ gdb zlib zlib-devel bzip2 bzip2-libs bzip2-devel python-devel RUN yum -y install epel-release RUN yum -y install zeromq-devel Loading @@ -9,8 +9,8 @@ RUN yum -y install zeromq-devel # Install Intel C++ compiler WORKDIR /tmp COPY silent-custom.cfg /tmp RUN curl -L http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12717/parallel_studio_xe_2018_update2_cluster_edition.tgz | tar -xz \ && ./parallel_studio_xe_2018_update2_cluster_edition/install.sh -s ./silent-custom.cfg \ RUN curl -L 'https://data.kitware.com/api/v1/file/5c1a96318d777f072bdbff4b/download' | tar -xz \ && ./parallel_studio_xe_2018_update4_cluster_edition/install.sh -s ./silent-custom.cfg \ && rm -rf parallel_studio_xe_2018* silent* # Install extra repos Loading
scripts/circle/el7-intel18-openmpi-ohpc/Dockerfile +3 −3 Original line number Diff line number Diff line FROM centos:centos7 # Install core dev packages RUN yum -y install make curl file git gcc pkg-config valgrind vim \ RUN yum -y install make curl file git gcc gcc-g++ pkg-config valgrind vim \ gdb zlib zlib-devel bzip2 bzip2-libs bzip2-devel python-devel RUN yum -y install epel-release RUN yum -y install zeromq-devel Loading @@ -9,8 +9,8 @@ RUN yum -y install zeromq-devel # Install Intel C++ compiler WORKDIR /tmp COPY silent-custom.cfg /tmp RUN curl -L http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12717/parallel_studio_xe_2018_update2_cluster_edition.tgz | tar -xz \ && ./parallel_studio_xe_2018_update2_cluster_edition/install.sh -s ./silent-custom.cfg \ RUN curl -L 'https://data.kitware.com/api/v1/file/5c1a96318d777f072bdbff4b/download' | tar -xz \ && ./parallel_studio_xe_2018_update4_cluster_edition/install.sh -s ./silent-custom.cfg \ && rm -rf parallel_studio_xe_2018* silent* # Install extra repos Loading