Supported EnvironmentsΒΆ

The signac-flow package streamlines the submission of job-operations to a supercomputer scheduling system. We use a different template for the different schedulers and systems, but all templates are extending the Base Script.

The package currently ships with drivers for:

Any supercomputing system utilizing these schedulers is supported out of the box. In addition, the package provides specialized submission profiles for the following environments:

To use these environment profiles, make sure to add the following line to your project.py file:

import flow.environments

For more information, please see the section about managing environments.

We develop environment profiles on a per need basis. Please contact us if you have trouble running signac-flow on your local cluster or need assistance in writing a profile.