• 0 Posts
  • 3 Comments
Joined 7 days ago
cake
Cake day: February 5th, 2025

help-circle

  • Well I’m a researcher, so I’m commonly running experiments on lots of inputs. I make scripts to run the experiments that take command line parameters, and then use parallel to run all of my experiments on all of my inputs under all configurations. It’s very nice when you need to try all combos of a bunch of parameters, since by default it’ll run with every combination of parameters you give it.