Advanced Research Computing
Virtual Visit Request info Apply
MENUMENU
  • About
    • Overview
    • Details
    • Terms of Service
    • FAQs
    • Our Team
    • Testimonials
  • Services
    • 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 Licensing

Contact Advanced Research Computing

Email:
ask-arc​@nau.edu

Quick Links

  • Monsoon Documentation
  • Slurm SBATCH Documentation
  • Using Slurm
  • Request a Monsoon Account

Software Licensing

Some software packages on Monsoon have a limited number of simultaneous users due to software licensing restrictions. Software license on Monsoon is managed by Slurm as it can schedule your job to run when the next available license is ready to use. To check the current status of all available licenses, use the command:

scontrol show lic

Additionally, you can also tell Slurm that your job requires the use of a software license by adding this line to your Slurm job script:

#SBATCH --licenses=<program>:<num_of_licenses_to_use>

For example, if you wish to run a MATLAB job with 3 licenses, the following line can be used:

#SBATCH --licenses=matlab:3

For more advanced usage, visit the official Slurm SBATCH documentation.