gwastro/pycbc_bench:latest

$ singularity pull shub://gwastro/pycbc_bench:latest

Singularity Recipe

Bootstrap: docker
From: conda/miniconda3-centos7:latest

%setup

%files
    files/ /opt/benchmark

%apprun inspiral
    mkdir -p /dev/shm/benchmark
    cp -r /opt/benchmark  /dev/shm/.
    echo "Running inspiral benchmark"
    sh /dev/shm/benchmark/run_inspiral.sh

%apprun pe
    mkdir -p /dev/shm/benchmark
    cp -r /opt/benchmark  /dev/shm/.
    echo "Running BBH pe"
    sh /dev/shm/benchmark/run_bbh_pe.sh

%post
yum install -y time bc
yum -y groupinstall "Development Tools" "Development Libraries"
conda config --add channels conda-forge
conda install pycbc

Collection


View on Datalad

Metrics

key value
id /containers/gwastro-pycbc_bench-latest
collection name gwastro/pycbc_bench
branch master
tag latest
commit 8413fe4900eca5ce0b43831b88e214a5df6888a6
version (container hash) 3956c831ec238e774faee5009b921bb2
build date 2019-06-03T14:19:05.666Z
size (MB) 3488
size (bytes) 1340391455
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.