Releases: mkschleg/Reproduce.jl
Releases · mkschleg/Reproduce.jl
Slurm Node Fail Fix.
Patched parallel experiment
Hot Fix
Slurm + Arg Iterator (Hot Fix addition!)
- Added ability to decide where job files are located
- Added new functionality for tuples in args iterator.
Hot Fix for Slurm
Some minor fixes for Slurm parallel jobs.
Second Release
Added a bunch of searching utilities, and parameter discovery. Working towards plotting automatic utiils.
Finalized file structure.
Initial Release
This is the first release. Goodies in this release:
- shared interface for parallel julia jobs and slurm job arrays. Shared interface lets you test in one and use in the other (or should, this needs to be tested a bit more).
- parse_args and custom_parse_args: An extension to the ArgParse package which automatically determines the save file based on a hash or custom function and the current arguments. Keeps directories flat.
- ArgIterator: Great tool for iterating through a cross product of arguments. Good for experimental sweeps.