Metadata-Version: 2.4
Name: aiida-gadi-scheduler
Version: 0.0.2
Summary: Scheduler for the NCI Gadi HPC cluster.
Author: ACCESS-NRI
License: Apache Software License 2.0
License-File: LICENSE
Keywords: aiida,plugin
Classifier: Framework :: AiiDA
Classifier: Programming Language :: Python
Requires-Python: >=3.9
Requires-Dist: aiida-core<3,>=2.9
Description-Content-Type: text/markdown

# aiida-gadi-scheduler

Scheduler for the NCI Gadi HPC cluster.

This package is available to install via `conda` or `pip`:

```shell
conda install -c accessnri aiida-gadi-scheduler
```

```shell
pip install aiida-gadi-scheduler
```

To setup and configure the scheduler for use with AiiDA, please run the
following commands and enter in the requested prompts:

```shell
verdi computer setup --config https://raw.githubusercontent.com/ACCESS-NRI/aiida-gadi-scheduler/refs/heads/main/gadi-setup.yaml
```

```shell
verdi computer configure core.ssh_async --config https://raw.githubusercontent.com/ACCESS-NRI/aiida-gadi-scheduler/refs/heads/main/gadi-configure.yaml gadi
```
