Skip to content

Commit

Permalink
DOC: info update to conform with latest aiida-core (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Jul 18, 2024
1 parent 6193138 commit 422b61d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docs/source/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ mkdir -p $HOME/bin

:::

Then download the latest version of HyperQueue, untar the binary and put it in the directory you just created:
Then download the latest version (`v0.18.0`) of HyperQueue, untar the binary and put it in the directory you just created:

:::{code-block} console

wget -qO- https://github.com/It4innovations/hyperqueue/releases/download/v0.11.0/hq-v0.11.0-linux-x64.tar.gz | tar xvz -C $HOME/bin
wget -qO- https://github.com/It4innovations/hyperqueue/releases/download/v0.18.0/hq-v0.18.0-linux-x64.tar.gz | tar xvz -C $HOME/bin
:::

For the older version of HyperQueue, you can change the version number in the URL.

Next, if the directory isn't already part of your `PATH`, add the following line to your `.bashrc`:

:::{code-block} console
Expand All @@ -47,10 +49,10 @@ Below you can find an example YAML file:
label: eiger-hq
description: Eiger CSCS cluster
hostname: eiger.cscs.ch
transport: ssh
transport: core.ssh
scheduler: hyperqueue # Use the `hyperqueue` scheduler
shebang: '#!/bin/bash'
work_dir: /scratch/e1000/{username}/aiida
work_dir: /capstor/scratch/cscs/{username}/aiida/
mpirun_command: srun -s -n {num_cpus} --mem {memory_mb} # Make sure to use this srun command
mpiprocs_per_machine: 128
prepend_text: ' '
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "aiida-hyperqueue"
version = "0.1.0"
dynamic = ['version']
authors = [
{name = "Marnik Bercx"},
{name = "Jusong Yu"},
Expand Down

0 comments on commit 422b61d

Please sign in to comment.