HiTIPS on Biowulf

Description

References:

Documentation
Important Notes

This application requires a graphical connection using NX

Interactive job
Interactive jobs should be used for debugging, graphics, or applications that cannot be run as batch jobs.

Allocate an interactive session and run the program.
Sample session (user input in bold):

[user@biowulf]$ sinteractive --gres=lscratch:100,gpu:p100:1 --mem=30g
salloc: Pending job allocation 21973742
salloc: job 21973742 queued and waiting for resources
salloc: job 21973742 has been allocated resources
salloc: Granted job allocation 21973742
salloc: Waiting for resource configuration
salloc: Nodes cn2358 are ready for job
[user@cn2358 ~]$ module load hitips

[user@cn2358 ~]$ hitips 

After analysis is finished, exit interactive session:

[user@cn2358 ~]$ exit 
salloc.exe: Relinquishing job allocation 21973742
[user@biowulf ~]$