cimatosa / jobmanager

easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism
MIT License
6 stars 3 forks source link

Tell client to run maximal number of jobs per cpu. #17

Closed paulmueller closed 9 years ago

paulmueller commented 9 years ago

@cimatosa

I need this feature for fair computing on a sun grid engine cluster. It actually makes sense only when nproc == 1. A total number of jobs would be better, but also is more difficult to implement.

Does not break anything :pray: