Skip to content
#

portability

Here are 40 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

CHAI and RAJA provide an excellent base on which to build portable codes. CARE expands that functionality, adding new features such as loop fusion capability and a portable interface for many numerical algorithms. It provides all the basics for anyone wanting to write portable code.

  • Updated Jun 4, 2020
  • C++

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.