Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
separatorbrackets
printablefalse

Overview

Gamess is available through the NVIDIA NGC Container Catalog, which is NVidia’s official repository of NVIDIA-enabled containers for Apptainer.

GAMESS from Nvidia NGC

Interactive

To find the name of the container to use follow the steps here - https://asurc.atlassian.net/wiki/spaces/RC/pages/1904968271/Apptainer+usage#Step-1%3A-Identify-the-Apptainer-Image-for-Use

Code Block
languagebash
$ SIMG=gamess_17.09 interactive

Example

Code Block
languagebash
$ SIMG=gamess_17.09.sif interactive
Waiting for JOBID 11272717 to start
Apptainer> cd /usr/local/bin/gamess
Apptainer> ls
DEVELOPERS.md  Makefile     REFS.DOC   auxdata	config		   lked
INPUT.DOC      Makefile.in  TESTS.DOC  bin	gamess.cchem.00.x  runall
INTRO.DOC      PROG.DOC     _VERSION_  comp	gms-files.csh	   rungms
IRON.DOC       README.md    actvte.f   compall	install.info	   tests
Apptainer>

...

Naturally, include the necessary flags and paths for proper execution.

Additional Notes

Code Block
SIMG=gamess_17.09 interactive

...

On its execution, it would continue execution in the container, in a bash shell, ready for commands:

Code Block
Apptainer>

Additional Help

If you require further assistance on this topic, please don't hesitate to contact the Research Computing Team. To create a support ticket, kindly send an email to rtshelp@asu.edu. For quick inquiries, you're welcome to reach out via our #rc-support Slack Channel or attend our office hours for live assistance

...