ConSol-Lab / gourd

a command-line tool for configuring, running, and analysing algorithm comparison experiments on supercomputers
4 stars 0 forks source link

Simplified afterscripts #41

Open andtsa opened 22 hours ago

andtsa commented 22 hours ago

reworked after scripts so they just print (echo) their output to stdout, instead of a file. gourd collects the stdout and stores it in the experiment lockfile benefits:

codebase changes:

should resolve #35