-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: pass restart flag via config for cli fix: autofildict (files.input) should return None on missing refactor: simplify get_task_directories feat: exit early if run already finished chore: add grappa to dev requirements feat: add config.slurm.runcmd to replace sbatch in jobscript for local testing feat(analysis): get dir from kimmdy.yml input file if not specified in analysis feat: dummy_first kmc method that ignores rates and always chooses the first recipe for debugging chore: fix gh ci (publish workflow is not allowed to be re-usable workflow) fix: fully specify --nodes for slurm fix: silently ignore directories in the kimmdy output folder that don't match the kimmdy task naming scheme fix: clean up cli arguments fix: handle latest files in intermediate tasks like relax and place and improve logging of the filehistory, which is now used in a unit test for said feature fix: do not run grompp for checkpoint restarts --------- Co-authored-by: Eric Hartmann <hartmaec@rh05659.villa-bosch.de>
- Loading branch information
Showing
28 changed files
with
879 additions
and
598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,3 +127,4 @@ package-lock.json | |
/.quarto/ | ||
|
||
/.luarc.json | ||
_modules.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.