Metadata-Version: 2.4
Name: aiida-gadi-scheduler
Version: 0.0.1
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.5
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 using the configuration files [gadi-setup.yaml][gadi-setup] and
[gadi-configure.yaml][gadi-configure], and enter in the requested prompts:

```shell
verdi computer setup --config gadi-setup.yaml
```

```shell
verdi computer configure core.ssh_async --config gadi-configure.yaml gadi
```

**Note:** For `aiida-core <= 2.8.0`, calculations using Gadi super computer may
require enabling [`metadata.options.import_sys_environment =
False`](https://aiida.readthedocs.io/projects/aiida-core/en/stable/howto/tricks_real_world_runs.html#full-list-of-metadata-available).
See [aiida-core #7395](https://github.com/aiidateam/aiida-core/issues/7395) for
more details.

[gadi-setup]: gadi-setup.yaml
[gadi-configure]: gadi-configure.yaml
