jtchilders/alcf_benchmarks:datafiles_10k_1mb

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

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_10k_1mb
collection name jtchilders/alcf_benchmarks
branch master
tag datafiles_10k_1mb
commit be8db050605b23c08966032a11f7f35cf3096997
version (container hash) 065db612f847f2410239b00bdf884a26
build date 2019-04-03T21:33:11.709Z
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.