nipype / pydra

Pydra Dataflow Engine
https://nipype.github.io/pydra/
Other
119 stars 57 forks source link

Add support for OAR Scheduler #719

Open ychiat35 opened 8 months ago

ychiat35 commented 8 months ago

The Oar scheduler is widely used in France, including mesocentre supercomputers (e.g., GRICAD), INRIA supercomputers, Grid5000 testbed and other platforms.

Nypipe does have a OAR plugin here: https://github.com/nipy/nipype/blob/master/nipype/pipeline/plugins/oar.py

We created this PR , to add support for the OAR Scheduler, following the implementation made for Slurm.