#Scripts to handle simulation jobs
q2start: a submit script generator for SGE (seemasterbranch)llstart: a submit script generator for IBM's load leveler (seemasterbranch)lstart: a minimal job manager written in bash for clusters without a queueing systemmstart: a submit script generator for Moab (see lanl branch)
and
all: a script to run a command everywherefindhost: find hostname matching a patternmpilist: find a host which is freeshowjobs: summarize running jobssshscript: remember working dir after ssh. To make it work add the following line to your~/.bashrc
[[ -r ~/.mypath ]] && cd $(cat ~/.mypath) && rm -f ~/.mypath
##Issues
Report bugs on the github issues site