Site Tools


cluster:running_batch_jobs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cluster:running_batch_jobs [2018/10/02 13:18] – created supportcluster:running_batch_jobs [2026/08/24 18:44] (current) mcloughlin
Line 23: Line 23:
  <code>matlab < program.m > output.log & </code>  <code>matlab < program.m > output.log & </code>
  
-This starts your Matlab program.m in the background, so you can run some more commands.  Perhaps, you want to [[renice]] your Matlab command so that it doesn't use all of the cluster CPU.  After renicing, you want to check on your Matlab command.  To do this, use the "fg" command.  Type +This starts your Matlab program.m in the background, so you can run some more commands.  Perhaps, you want to renice your Matlab command so that it doesn't use all of the cluster CPU.  After renicing, you want to check on your Matlab command.  To do this, use the "fg" command.  Type 
 <code> fg matlab </code> <code> fg matlab </code>
 This will bring you back to viewing the output from your original command! This will bring you back to viewing the output from your original command!
cluster/running_batch_jobs.txt · Last modified: by mcloughlin