When a parallel run fails to parse arguments from the command line or parameter files, every process writes the same usage info to standard out. Each message can be hundreds of lines long and there can be hundreds or thousands of processes. We only need one message that identifies the offending arguments.
When a parallel run fails to parse arguments from the command line or parameter files, every process writes the same usage info to standard out. Each message can be hundreds of lines long and there can be hundreds or thousands of processes. We only need one message that identifies the offending arguments.