Skip to content

Commit

Permalink
Small improovments in READ.ME related to (tilde-lab#127) and lack of …
Browse files Browse the repository at this point in the history
…documentation for the "spawn" command. Also update attrs library version in pyproject.
  • Loading branch information
akvatol committed Jun 11, 2024
1 parent fb3854b commit 22604c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Connection to a PostgreSQL database.

- `keys_dir`

Path to directory with SSH keys.
Path to directory with SSH keys. It should contain a private keys only.

_Default_: `keys` under `data_dir`

Expand Down Expand Up @@ -424,7 +424,9 @@ Once set, it cannot be changed later.

_Example_: `https://example.org/dummyengine.tar.gz`

_Example_:
- `spawn`

This command is used by the scheduler to initiate calculations.

```sh
cp {task_path}/INPUT OUTPUT && mpirun -np {ncpus} --allow-run-as-root \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"aiohttp~=3.8",
"asyncssh~=2.11",
"asyncstdlib~=3.10",
"attrs~=21.0",
"attrs>=22.2.0",
"azure-identity~=1.10.0",
"azure-mgmt-compute~=27.2.0",
"azure-mgmt-network~=20.0.0",
Expand Down

0 comments on commit 22604c5

Please sign in to comment.