jtchilders/alcf_benchmarks:datafiles_1k_1mb

$ singularity pull shub://jtchilders/alcf_benchmarks:datafiles_1k_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 1000 -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_1k_1mb
collection name jtchilders/alcf_benchmarks
branch master
tag datafiles_1k_1mb
commit a569fc09aed0cc5c316f68748facb54378a09249
version (container hash) 8b0fa1a20afda82465bec040600d0f4a
build date 2019-04-05T20:03:05.624Z
size (MB) 2385
size (bytes) 1479729183
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.