Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 1: Line 1:  
__TOC__
 
__TOC__
   −
==Running Gotcloud on Flux==
+
==How to run Gotcloud on Flux==
    
===First, Configure GotCloud like you would anywhere else===
 
===First, Configure GotCloud like you would anywhere else===
Line 68: Line 68:     
14. Once that finishes, if any steps remain, then update YOUR_MAKEFILE_TARGETS_FROM_STEP_10 and go back to step 13.
 
14. Once that finishes, if any steps remain, then update YOUR_MAKEFILE_TARGETS_FROM_STEP_10 and go back to step 13.
 +
 +
 +
==How to monitor your jobs on Flux==
 +
To see a summary of the states of your jobs, run <code>showq -u $USER -s</code>.
 +
* <code>active</code> means that a job is currently running.  This is good.
 +
** To see more information about active jobs, run <code>showq -n -v -u $USER -r</code>
 +
* <code>eligible</code> means that the scheduler will submit a job in a few minutes if you're not already using all of your processors.
 +
** To see more information about eligible jobs, run <code>showq -n -v -u $USER -i</code>
 +
* <code>blocked</code> is usually a bad thing.  It might mean that you have too many jobs waiting to run, and so the scheduler has blocked some.  Or it can mean that you broke some rule, and they'll never work.
 +
** To see more information about active jobs, run <code>showq -n -v -u $USER -b</code>
 +
 +
To see more information about a particular job, copy its JOB_ID (eg, <code>17682208/17682208.nyx.arc-ts.umich.edu</code>).  Then run <code>checkjob JOB_ID</code>.
61

edits

Navigation menu