Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Build a container from a Singularity recipe (ubuntu1604-cuda92-ompi400.def)

Code Block
languagebash
wget https://wiki.ncsa.illinois.edu/download/attachments/82518873/ubuntu1604-cuda92-ompi400.def
singularity build ubuntu1604-cuda92-ompi400.simg ubuntu1604-cuda92-ompi400.def

...