c-cube / frog-utils

[frozen] Scheduling and running jobs on a shared computer, then analyse their output
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

frogmap #14

Closed c-cube closed 9 years ago

c-cube commented 9 years ago

make the frogmap tool+library:

Usage should be something like

frogmap -j 15 [options] -- cmd f1 f2 f3.... f1000

or

frogmap -j 15 -F <file listing problems> cmd

or

frogmap --resume <state file>

The state is stored in one file, that can be used to --resume a task that was killed/stopped.

c-cube commented 9 years ago

Done.