You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**GNU Parallel-compatible parameter sweeps** (`:::`, `::::`, `--link`) — run a command across the cartesian product (or zipped pairing) of multiple input lists directly, with `{1}`, `{2}`, ... placeholders, without needing a separate driver script.
54
54
-**Every abnormal exit now checkpoints.** In addition to SLURM signals, forkrun now traps `SIGINT` (Ctrl+C), `SIGHUP` (dropped terminal/SSH session), and `SIGQUIT`, and always writes a `.forkrun_resume` file before exiting — so interactive runs are just as resumable as scheduled ones.
0 commit comments