Changes between Version 51 and Version 52 of cypress/using


Ignore:
Timestamp:
08/21/18 12:10:29 (6 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/using

    v51 v52  
    391391}}}
    392392
     393
     394==== "interactive" QOS ====
     395The "interactive" QOS is intended to be used for testing SLURM script submission, and is limited to 1 job per user.  To use it, set your partition and QOS to "interactive".  For example, with idev:
     396
     397{{{
     398export MY_PARTITION=interactive
     399export MY_QUEUE=interactive
     400idev
     401}}}
     402
     403Be sure to unset these variables to resume normal job submission:
     404
     405{{{
     406unset MY_PARTITION
     407unset MY_QUEUE
     408}}}
     409
     410Other QOS's on the system are for staff testing use only.
     411
    393412==== Questions or Suggestions ====
    394413