Skip to content
Snippets Groups Projects
Forked from rc / hpc-factory
Source project has a limited visibility.
user avatar
authored
Name Last commit Last update
docker
.gitlab-ci.yml
README.md

Gnina

Using this container on Cheaha

You will need to have requested resources on Cheaha, preferably the HPC desktop interactive App. This way, you would be able to access a terminal on a compute node, where the Singularity module is loaded by default. In the terminal of a compute node run the following commands;

  1. Pull the container with singularity

    
    singularity pull gnina.sif docker://gitlab.rc.uab.edu:4567/rc-data-science/community-containers/gnina/gnina:<tag>
    
  2. When the above step is completed, you can now run the Gnina container on Cheaha using the command below to test it out.

    
    singularity exec --nv gnina.sif sh -c 'gnina --help'