Skip to content
Snippets Groups Projects
README.md 707 B
Newer Older
Fortune Iriaye's avatar
Fortune Iriaye committed
# Gnina

Fortune Iriaye's avatar
Fortune Iriaye committed
# Using this container on Cheaha
Fortune Iriaye's avatar
Fortune Iriaye committed

Fortune Iriaye's avatar
Fortune Iriaye committed
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;
Fortune Iriaye's avatar
Fortune Iriaye committed

Fortune Iriaye's avatar
Fortune Iriaye committed
1. Pull the container with singularity 
Fortune Iriaye's avatar
Fortune Iriaye committed

Fortune Iriaye's avatar
Fortune Iriaye committed
    ``` bash
Fortune Iriaye's avatar
Fortune Iriaye committed

Fortune Iriaye's avatar
Fortune Iriaye committed
    singularity pull gnina.sif docker://gitlab.rc.uab.edu:4567/rc-data-science/community-containers/gnina/gnina:<tag>
Fortune Iriaye's avatar
Fortune Iriaye committed

Fortune Iriaye's avatar
Fortune Iriaye committed
    ```
1. When the above step is completed, you can now run the Gnina container on Cheaha using the command below to test it out.
Fortune Iriaye's avatar
Fortune Iriaye committed

Fortune Iriaye's avatar
Fortune Iriaye committed
    ``` bash
Fortune Iriaye's avatar
Fortune Iriaye committed

Fortune Iriaye's avatar
Fortune Iriaye committed
    singularity exec --nv gnina.sif sh -c 'gnina --help'
Fortune Iriaye's avatar
Fortune Iriaye committed

Fortune Iriaye's avatar
Fortune Iriaye committed
    ```