Mike Dacre

Results 30 issues of Mike Dacre

Add a simple script to allow non-python users to submit jobs with profiles.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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.

bug

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...

enhancement
maybe

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....