andsor / gridjug

A light-weight wrapper to run Jug with GridMap on a Grid Engine cluster
http://gridjug.readthedocs.org
ISC License
1 stars 0 forks source link

Add option to raise exception if DRMAA (cluster access) is not available for GridMap #2

Open andsor opened 9 years ago

andsor commented 9 years ago

If DRMAA is not available, GridMap silently falls back to local processing.

andsor commented 9 years ago

This could also be an option to directly implement in gridmap.process_jobs and gridmap.grid_map

andsor commented 9 years ago

To rephrase the issue, add an option to enforce cluster access (not fail silently)

andsor commented 9 years ago

pygridtools/gridmap#60

andsor commented 9 years ago

Submitted PR pygridtools/gridmap#62