Versions Compared

Key

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

What Does It Do

launcher_creator.py is a convenience utility that automates creating a launcher for Lonestar based on parameters (and commands) you give it. It outputs a .sge file that can be submitted to Lonestar using qsub. It can run both Bash commands on a single node and/or a parametric list of commands to be dispatched to multiple nodes.

How To Use It