Skip to content
#

portability

Here are 39 public repositories matching this topic...

wood-chris
wood-chris commented Apr 17, 2020

Version of Singularity:

$ singularity version
3.5.2

Expected behavior

Given this simple def file:

$ more simple.def 
Bootstrap: library
From: ubuntu:18.04

%post

    mkdir -p /opt/openmpi-4.0.1 && cd $_
    pwd 

The pwd should print /opt/openmpi-4.0.1

Actual behavior

S

Improve this page

Add a description, image, and links to the portability topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the portability topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.