Skip to content

version 1.2.1 Sponge Gourd

Latest

Choose a tag to compare

@andtsa andtsa released this 11 May 19:44
· 1 commit to main since this release
1.2.1

This release brings minor changes and documentation improvements, which can now be accessed here

There is a new option for gourd.toml:

[local]
num_threads = 42 # any number ≥ 0. A value of 0 means the same number of threads as run.

When this option is omitted, gourd will detect the number of cores on your system and accordingly use an appropriate number of threads (only for local execution, i.e. gourd run local)

installation

to install the new version locally, download and execute the install script from below, or you can download the appropriate binaries and add them to your $PATH.
to install on DelftBlue (or any Slurm cluster), you can simply run

wget https://github.com/ConSol-Lab/gourd/releases/download/1.2.1/install-delftblue.sh \
    && sh ./install-delftblue.sh \
    && rm ./install-delftblue.sh