Changes between Version 5 and Version 6 of greenplanet


Ignore:
Timestamp:
11/18/14 11:28:54 (10 years ago)
Author:
srebuffi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • greenplanet

    v5 v6  
    108108
    109109to have a maximum job time of 10 minutes and 8 cores on one node.
     110
     111Now if you want to check the status of your job and the queue you are using, type in the bash with the Greeplanet session:
     112
     113 {{{
     114#!sh
     115qstat -s c6145
     116}}}
     117
     118You can delete your job by typing:
     119
     120{{{
     121#!sh
     122qdel JOBID
     123}}}