SingularityApp.hello-world-c
%apprun hello-world-c
    exec hello-world.c
%appfiles hello-world-c
    hello-world.c
%appinstall hello-world-c
    apt-get install -y gcc
    gcc hello-world.c -o bin/hello-world.c

Date: Sep 15, 2017

Author: Vanessa Sochat

Tags: c ubuntu debian scif singularity

Files:

About

Singularity Apps are modular SCI-F apps that can be added as helpers or wrappers for Singularity containers