Advanced Research Computing
Virtual Visit Request info Apply
MENUMENU
  • About
    • Overview
    • Details
    • Terms of Service
    • FAQs
    • Our Team
    • Testimonials
  • Services
    • ARC Support Bot
    • Coffee/Office Hours
    • Data Portal »
    • Pricing
    • Secure Computing
    • Service Requests
      • Request an Account
      • Request Classroom Access
      • Request Data Science Development/Consulting
      • Request Software
      • Request Storage
  • Resources
    • Documentation »
    • Workshops
    • Web Apps
      • Doppler (NAU only)
      • Metrics (NAU only)
      • OnDemand
      • XDMod
      • XDMoD Reports
  • Research
    • Current Projects
    • Publications
  • Collaboration
    • Arizona Research Computing
    • CRN
    • External
  • IN
  • ARC
  • Software

Software

Software package environments on Monsoon are handled through the environment modules system.  An up-to-date list of available modules for software packages is available by issuing the command: “module avail”.

In order to access a particular software that is not normally included with the CentOS Linux distribution, please issue the command:

“module load software_name”. Example, “module load envi”.

Interactive use example:

salloc -N1 -p core -J envi
module load envi
srun envi

Allocates one cpu on one node in the core partition with a job name of “envi”.