ecell4 icon indicating copy to clipboard operation
ecell4 copied to clipboard

Use DRMAA to interface with different resource management systems

Open kozo2 opened this issue 7 years ago • 0 comments

DRMAA is a specification for executing a job regardless of the type of distributed resource manager.

I will update https://github.com/ecell/ecell4/blob/master/python/lib/ecell4/extra/sge.py and https://github.com/ecell/ecell4/blob/master/python/lib/ecell4/extra/slurm.py with https://github.com/pygridtools/drmaa-python

to interface with different resource management systems. (with a unified manner.)

kozo2 avatar Aug 25 '18 03:08 kozo2