Skip to main content

parallel

Link to section 'Description' of 'parallel' Description

GNU parallel is a shell tool for executing jobs in parallel using one or more computers. A job can be a single command or a small script that has to be run for each of the lines in the input.

Link to section 'Versions' of 'parallel' Versions

  • Bell: 20220522
  • Negishi: 20220522
  • Anvil: 20200822

Link to section 'Module' of 'parallel' Module

You can load the modules by:

module load parallel

Link to section 'Syntax' of 'parallel' Syntax

# Read commands to be run in parallel from an input file
parallel [OPTIONS] < CMDFILE

# Read command arguments on the command line
parallel [OPTIONS] COMMAND [ARGUMENTS] ::: ARGLIST

# Read command arguments from an input file
parallel [OPTIONS] COMMAND [ARGUMENTS] :::: ARGFILE
Helpful?

Thanks for letting us know.

Please don't include any personal information in your comment. Maximum character limit is 250.
Characters left: 250
Thanks for your feedback.