Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 70: Line 70:     
==How to monitor your jobs on Flux==
 
==How to monitor your jobs on Flux==
To see a summary of the states of your jobs, run <code>showq -u $USER -s</code>.
+
To see a summary of the states of your jobs, run <code style="background:#eee;white-space:nowrap">showq -u $USER -s</code>.
 
* <code>active</code> means that a job is currently running.  This is good.
 
* <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>
+
** To see more information about active jobs, run <code style="background:#eee;white-space:nowrap">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.
 
* <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>
+
** To see more information about eligible jobs, run <code style="background:#eee;white-space:nowrap">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.
 
* <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 active jobs, run <code style="background:#eee;white-space:nowrap">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>.
+
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 style="background:#eee;white-space:nowrap">checkjob JOB_ID</code>.
61

edits

Navigation menu