This is an implementation of the PSI/J (Portable Submission Interface for Jobs) specification.


License
MIT
Install
pip install psij-python==0.9.8

Documentation

Portable Submission Interface for Jobs

PSI/J is an abstraction layer over cluster schedulers to write scheduler agnostic HPC applications. PSI/J automatically translates abstract job specifications into concrete scripts and commands to send to the scheduler. PSI/J is tested on a wide variety of clusters. For further information about PSI/J or the SDK visit the ExaWorks project page and read the PSI/J documentation.

Introduction

  1. Quick Start Guide
  2. Workflow Examples
  3. Setting up Tests
  4. How to Contribute
  5. Building the Documentation