File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v0.2.0
2+
3+ - [ #18 ] ( https://github.com/aiidateam/aiida-hyperqueue/pull/18 ) A large refactoring with following changes:
4+
5+ - correctly support memory setup for resources.
6+ - support turn on hyperthreading with latest version of hyperqueue.
7+ - Support install hq to remote computer over CLI.
8+ - adding unit tests with submit to real hq using the fixture from hyperqueue repo.
9+ - Fix the submit bug for hq > 0.12 that resources are configured twice in job script and submit command.
10+
11+ - [ #26 ] ( https://github.com/aiidateam/aiida-hyperqueue/pull/26 ) Change alloc add worker name (name appear in slurm queue) ` aiida ` -> ` ahq `
12+ - [ #24 ] ( https://github.com/aiidateam/aiida-hyperqueue/pull/24 ) Use JSON format as output for hq job list and hq submit
13+
14+
115## v0.1.1
216
317Only a small fix to the ` README.md ` was added here, this release is mainly to test the automated deployment to PyPI.
Original file line number Diff line number Diff line change 55AiiDA plugin for the HyperQueue metascheduler
66"""
77
8- __version__ = "0.1.1 "
8+ __version__ = "0.2.0 "
You canβt perform that action at this time.
0 commit comments