gridmap
gridmap copied to clipboard
Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
For systems with that can access a limited range of ports, I think it would be nice to let the user specify the port for the `JobMonitor` Also exposing the...
Dill is a more powerful serialization library with the ability to serialize more types of functions: - https://github.com/uqfoundation/dill - http://trac.mystic.cacr.caltech.edu/project/pathos/wiki/dill
Hello! I really like your project but I'm having trouble running your example code in `examples\manual.py`. When I run it I get the promising output: ``` ===================================== ======== Submit and...
See my post in #42 _append_job_to_session in job.py checks for temp_dir existence, but it does not check if the directory is writable.
The `cleanup` argument to grid_map and the Job class does not actually work when it's set to true. This is because we are trying to delete the output files from...
We should add an argument to `process_jobs` and `grid_map` called `debug` that tells the `Runner` processes that they should use debug-level logging instead of info-level.
Our cluster is configured to use consumable resources with different names for hard memory limits, GPUs, etc. Requesting these resources requires writing to the native specification property of the Job...
When using grid_map in my script, I found that after all the jobs have been finished they will be automatically submitted again, as if grid_map is called twice subsequently. I...
Our [RTD site](https://gridmap.readthedocs.org) is pretty bare-bones at the moment, and we need a nice tutorial, like we have for SKLL.
Currently there's no way to tell `process_jobs` (or consequently `grid_map`) that you only want a certain number of jobs to execute at a time. I think this should be fairly...