Recent Releases of hpc-rocket
hpc-rocket - HPC-Rocket v0.6.1
- Adds a
--versionflag to hpc-rocket - Fixes a bug where
continue_if_job_failscauses hpc-rocket to exit with 0 even if the job fails
- Python
Published by SvenMarcus almost 2 years ago
hpc-rocket - HPC-Rocket v0.6.0
Removes redundancy when specifying copy instructions for the slurm script.
Before: ```yml copy: - from: myscript.sh to: remote/myscript.sh
sbatch: remote/myscript.sh ```
Now:
yml
sbatch:
script: remote/myscript.sh
from: myscript.sh
- Python
Published by SvenMarcus over 2 years ago
hpc-rocket - HPC-Rocket v0.5.0
Introduces the --save-jobid flag for the launch command and the --read-jobid-from flag for status, watch and cancel.
This can be useful for situations where commands for the same Slurm job need to be run separately, e.g. canceling the Slurm job if a CI pipeline times out.
- Python
Published by SvenMarcus over 2 years ago
hpc-rocket - HPC-Rocket v0.4.0
- Introduces new
finalizecommand to run collect/clean independently
- Python
Published by SvenMarcus about 3 years ago
hpc-rocket - HPC-Rocket v0.3.2
- Fixes a bug where copy instructions with a trailing wildcard would result in losing the underlying folder structure on the target path
- Python
Published by SvenMarcus about 3 years ago
hpc-rocket - HPC-Rocket v0.3.1
- Fixes a bug where cleaning with paths ending in wildcard patterns (
*) would cause an error
- Python
Published by SvenMarcus about 3 years ago
hpc-rocket - HPC Rocket v0.3.0
Change log:
- support absolute and relative paths in config file
- resolve ~ symbol to home directory
- allow collecting and cleaning if slurm job fails
- Python
Published by SvenMarcus about 3 years ago