Mike Dacre
Mike Dacre
Add a simple script to allow non-python users to submit jobs with profiles.
Right now jobs scripts are created by init. They should be stored in a format that allows them to be updated at any time prior to submission. i.e. changing the...
Right now the flow of the Job submission process comes to a natural end at job completion. There is no real need for this. Instead: - Option to resubmit should...
Needs: - Job table that will hold all submitted jobs - Link to job_file table that will contain any submission files Importantly: - Make Job and Queue classes inherit from...
We should be finding the path to the running file and importing all functions from that file, or using some other method for getting all active functions.
It might be a nice idea to make it possible to spawn a pool object, like the multiprocessing module, and communicate with it similarly. The would require a database and...
Previously, colored messages did not reset the color on printing, this meant that calling vim-bundle from an update script in a loop would result in the entire output being green....