aiida-hyperqueue 0.2.1__tar.gz → 0.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/CHANGELOG.md +8 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/PKG-INFO +2 -2
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/__init__.py +1 -1
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/scheduler.py +2 -2
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/pyproject.toml +1 -1
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.github/workflows/cd.yml +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.github/workflows/ci.yml +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.github/workflows/update_changelog.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.github/workflows/validate_release_tag.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.gitignore +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.pre-commit-config.yaml +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.readthedocs.yml +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/LICENSE +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/README.md +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/__init__.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/alloc.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/install.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/params/__init__.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/params/arguments.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/params/options.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/root.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/server.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/.gitignore +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/Makefile +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/source/conf.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/source/developer_guide/index.md +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/source/get_started.md +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/source/img/AiiDA_transparent_logo.png +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/source/index.md +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/README.md +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/__init__.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/conftest.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/target/hq +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/test_cli_alloc.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/test_cli_install.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/test_cli_server.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/test_scheduler.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/__init__.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/cmd.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/io.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/job.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/mock.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/table.py +0 -0
- {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/wait.py +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
## v0.3.0
|
|
2
|
+
|
|
3
|
+
### ⬆️ Update dependencies
|
|
4
|
+
|
|
5
|
+
* Provide support for `aiida-core~=2.7` via `BashCliScheduler` [[42b8f14](https://github.com/aiidateam/aiida-hyperqueue/commit/42b8f14412121daddc0a2e9eea1360ad949d4e65)]
|
|
6
|
+
|
|
1
7
|
## v0.2.1
|
|
2
8
|
|
|
9
|
+
### 🔧 Maintenance
|
|
10
|
+
|
|
3
11
|
* Add `update_changelog.py` script [[9b03acb](https://github.com/aiidateam/aiida-hyperqueue/commit/9b03acbf9cb804ef7f3c35c6d5b7495b917dacc6)]
|
|
4
12
|
* Add upper limit to `aiida-core` [[fd7a62f](https://github.com/aiidateam/aiida-hyperqueue/commit/fd7a62feae23f99899a025cfe411531576bf93fd)]
|
|
5
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aiida-hyperqueue
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: AiiDA plugin for the HyperQueue metascheduler
|
|
5
5
|
Author: Marnik Bercx, Jusong Yu
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -13,7 +13,7 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
13
13
|
Classifier: Natural Language :: English
|
|
14
14
|
Classifier: Programming Language :: Python
|
|
15
15
|
License-File: LICENSE
|
|
16
|
-
Requires-Dist: aiida-core~=2.
|
|
16
|
+
Requires-Dist: aiida-core~=2.7
|
|
17
17
|
Requires-Dist: sphinx ; extra == "docs"
|
|
18
18
|
Requires-Dist: myst-parser ; extra == "docs"
|
|
19
19
|
Requires-Dist: sphinx-design ; extra == "docs"
|
|
@@ -14,7 +14,7 @@ import typing as t
|
|
|
14
14
|
import warnings
|
|
15
15
|
|
|
16
16
|
from aiida.common.extendeddicts import AttributeDict
|
|
17
|
-
from aiida.schedulers import Scheduler, SchedulerError
|
|
17
|
+
from aiida.schedulers import Scheduler, SchedulerError, BashCliScheduler
|
|
18
18
|
from aiida.schedulers.datastructures import JobInfo, JobState, JobResource, JobTemplate
|
|
19
19
|
|
|
20
20
|
# Mapping of HyperQueue states to AiiDA `JobState`s
|
|
@@ -106,7 +106,7 @@ class HyperQueueJobResource(JobResource):
|
|
|
106
106
|
return self.num_cpus
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
class HyperQueueScheduler(
|
|
109
|
+
class HyperQueueScheduler(BashCliScheduler):
|
|
110
110
|
"""Support for the HyperQueue scheduler (https://it4innovations.github.io/hyperqueue/stable/)."""
|
|
111
111
|
|
|
112
112
|
_logger = Scheduler._logger.getChild("hyperqueue")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/source/img/AiiDA_transparent_logo.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|