Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created June 3, 2021 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icaoberg/f9b78eef05c962445566dcc59d452b7d to your computer and use it in GitHub Desktop.
Save icaoberg/f9b78eef05c962445566dcc59d452b7d to your computer and use it in GitHub Desktop.
README.md template

singularity-PACKAGE

Singularity recipe for PACKAGE.

Installing the container on Bridges 2

Copy the

  • SIF file
  • and the PACKAGE script

to /opt/packages/PACKAGE/VERSION.

Copy the file modulefile.lua to /opt/modules/PACKAGE as VERSION.

Building the image using the recipe

To build the image locally

Run the script build.sh to build image locally

bash ./build.sh

To build the image remotely

Run the script rbuild.sh to build image remotely

bash ./rbuild.sh

To run tests

To run the available tests, run the command

bash ./test.sh

Copyright © 2020-2021 Pittsburgh Supercomputing Center. All Rights Reserved.

icaoberg at the Pittsburgh Supercomputing Center in the Mellon College of Science at Carnegie Mellon University.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment