jtchilders/alcf_benchmarks:datafiles_10k_1kb

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

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 1024

%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_1kb
collection name jtchilders/alcf_benchmarks
branch master
tag datafiles_10k_1kb
commit 33ab90ff97504f1be0db12655e319743024c83b1
version (container hash) 9c47273b66821e50ccb961b1aac0bea5
build date 2019-04-08T19:28:24.218Z
size (MB) 1421
size (bytes) 441462815
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.