parallel

Utilities

Software Description


Info

Module Name

parallel

Last Updated On

08/29/2023

Support Level

Primary Support

Software Access Level

Open Access

Home Page

https://www.gnu.org/software/parallel/

Documentation

Slurm Example

#!/bin/bash
#SBATCH --job-name="rfm_RunPARALLELTest_job"
#SBATCH --ntasks=4
#SBATCH --ntasks-per-node=4
#SBATCH --output=rfm_RunPARALLELTest_job.out
#SBATCH --error=rfm_RunPARALLELTest_job.err
#SBATCH --time=0:10:0
#SBATCH -p small,large,ram256g,ram1t
module load parallel/20180922
seq 10 | parallel echo {} + 1 is {= '$_++' =}

General Linux

To load this module for use in a Linux environment, you can run the command:

module load parallel

Depending on where you are working, there may be more than one version of parallel available. To see which modules are available for loading you can run:

module avail parallel

Agate Modules

Default

20210822

Other Modules

20130202, 20141122, 20160822, 20180922, 20190122, 20210822

Mangi Modules

Default

20210822

Other Modules

20130202, 20141122, 20160822, 20180922, 20190122, 20210822

Mesabi Modules

Default

20210822

Other Modules

20130202, 20141122, 20160822, 20180922, 20190122, 20210822