Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now that I submitted 100s of jobs I realized that I don't won't them to run after all, how do I kill them all?
All the jobs listed when you use the bjobs command can be removed by doing the following:
-bash-3.2$ bkill 0

I have subitted many jobs and don't recall which queues I used, how do I find out the status?
> qstat -u your_tufts_utln

I have a job in one queue, but would rather have it in another. How do I migrate the job?
Use the lsf command, bmod. For example:
-bash-3.2$ bmod -q express_public <job_number>

...