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.
Homepage¶
https://www.gnu.org/software/parallel/
Available Versions on RCAC Clusters¶
| Cluster | Versions |
|---|---|
| ANVIL | 20200822 |
| BELL | 20240822 |
| GAUTSCHI | 20241022 (D) |
| GILBRETH | 20241022 |
| NEGISHI | 20220522 |
(D): Default Module
Module¶
You can load the module by:
Note for using parallel
Run module spider parallel beforehand to check if this version requires any prerequisite modules.