jtchilders/alcf_benchmarks:datafiles

$ singularity pull shub://jtchilders/alcf_benchmarks:datafiles

Singularity Recipe

Bootstrap: shub
From: jtchilders/singularity_image_recipes:dvs6_py36_mpi33


%setup
   mkdir ${SINGULARITY_ROOTFS}/tests/
   cp create_datafiles.py ${SINGULARITY_ROOTFS}/tests/
   cp measure_meta_data_ops.py ${SINGULARITY_ROOTFS}/tests/

%post
   # setup devtoolset6
   scl enable devtoolset-6 bash

   pip3.6 install numpy
   
   cd /tests
   python3.6 ./create_datafiles.py -p datafiles -n 10000 -b 1048576

%runscript
   python3.6 /tests/measure_meta_data_ops.py -p /tests/datafiles/

Collection


View on Datalad

Metrics

key value
id /containers/jtchilders-alcf_benchmarks-datafiles
collection name jtchilders/alcf_benchmarks
branch master
tag datafiles
commit 594efa0b069611cb5301b28750f243089639664a
version (container hash) 2a52c3c8db310aa5ce67fef87d077111
build date 2019-03-29T19:18:15.841Z
size (MB) 11421
size (bytes) 10919202847
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.