bast/openmpi:4.0.4-gcc-9.3.0

$ singularity pull shub://bast/openmpi:4.0.4-gcc-9.3.0

Singularity Recipe

BootStrap: library
From: ubuntu:20.04

%post
    apt-get install -y software-properties-common
    add-apt-repository universe
    apt-get update -y
    apt-get install -y build-essential g++ gfortran wget ssh
    apt-get clean

    wget https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.4.tar.gz
    tar zxf openmpi-4.0.4.tar.gz
    cd openmpi-4.0.4
    ./configure
    make
    make install
    ldconfig

%environment
    export LC_ALL=C

%labels
    Author radovan.bast@uit.no

Collection


View on Datalad

Metrics

key value
id /containers/bast-openmpi-4.0.4-gcc-9.3.0
collection name bast/openmpi
branch master
tag 4.0.4-gcc-9.3.0
commit c49ffbed6d937ca6266f25c2fe621e525902c90d
version (container hash) 18e68941f2e58e94d4d8f033e95d18e776f20eace6c6cd79bae1c897455212fc
build date 2021-02-01T15:32:49.604Z
size (MB) 244.65234375
size (bytes) 256536576
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.