An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena
GNU General Public License v3.0
17
stars
9
forks
source link
Use DRMAA to interface with different resource management systems #14
Open
kozo2 opened 6 years ago
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.)