Skip to content

Releases: mkschleg/Reproduce.jl

Slurm Node Fail Fix.

16 Jun 05:14
cdac5c7
Compare
Choose a tag to compare
Slurm Node Fail Fix. Pre-release
Pre-release

Patched parallel experiment

Hot Fix

06 Jun 16:03
014911d
Compare
Choose a tag to compare
Hot Fix Pre-release
Pre-release

Fixed issues in 0.2.2

Slurm + Arg Iterator (Hot Fix addition!)

06 Jun 04:16
5566333
Compare
Choose a tag to compare
  • Added ability to decide where job files are located
  • Added new functionality for tuples in args iterator.

Hot Fix for Slurm

19 Apr 18:30
d4483e7
Compare
Choose a tag to compare
Hot Fix for Slurm Pre-release
Pre-release

Some minor fixes for Slurm parallel jobs.

Second Release

16 Apr 03:35
be3731c
Compare
Choose a tag to compare
Second Release Pre-release
Pre-release

Added a bunch of searching utilities, and parameter discovery. Working towards plotting automatic utiils.

Finalized file structure.

Initial Release

04 Apr 21:50
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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.