alfpark/linpack:latest

$ singularity pull shub://alfpark/linpack:latest

Singularity Recipe

# Singularity recipe for HPLinpack

Bootstrap: docker
From: centos:7

%post
# update system
yum install -y epel-release
yum install -y \
    tar gzip curl net-tools numactl libmlx4 librdmacm libibverbs dapl rdma \
yum clean all
# get intel c++ and benchmark redistributables
mkdir /install
pushd /install
curl -fSsL https://software.intel.com/sites/default/files/managed/4b/33/l_comp_lib_2017.2.174_comp.cpp_redist.tgz | tar zxvpf  -
curl -fSsL http://registrationcenter-download.intel.com/akdlm/irc_nas/9752/l_mklb_p_2017.3.018.tgz | tar zxvpf -
# install intel c++ and benchmark redistributables into /intel
cd l_comp_lib_2017.2.174_comp.cpp_redist
./install.sh -i /intel -e
cd ..
cp -r l_mklb_p_2017.3.018/benchmarks_2017/linux/mkl /intel
popd
rm -rf /install

Collection


View on Datalad

Metrics

key value
id /containers/alfpark-linpack-latest
collection name alfpark/linpack
branch master
tag latest
commit fddc4aa72c9fd3400c0a4a19b05923bf9e6a1afe
version (container hash) da9b774ff1422f4b969654d6e4d37ab9
build date 2020-02-04T01:55:26.941Z
size (MB) 672
size (bytes) 214126623
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.