2016-03-27 11:20 GMT+02:00 Christopher Jefferson <[email protected]>:
> If I used parallel to simply speed up a set of analysis of data? Then > I would not cite it, in the same way I wouldn't cite xargs This is actually what 'parallel' does for most people: Replacing xargs to get more speed parallel in it self does not do anything useful - you have to add a command to get some usefulness. ./hans
