Page MenuHomec4science

build_singularity_images.sh
No OneTemporary

File Metadata

Created
Wed, Jul 24, 19:29

build_singularity_images.sh

#!/bin/bash
# build container with openmpi version 1.10.3 (RPM)
singularity-pipeline -p mpi_hello_world_openmpi_v1_10_3.yaml build
# build container with openmpi version 2.1.0 (source)
singularity-pipeline -p mpi_hello_world_openmpi_v2_1_0.yaml build

Event Timeline