Table of Contents

parallel

parallel is a software module available on Comet.

parallel overview

To access parallel on Comet, run module load parallel. This will load the default version of parallel.

An overview of the module information is shown below (module -r spider ^parallel$):

parallel:
     Versions:
        parallel (E)
        parallel/20240722-GCCcore-13.3.0

Names marked by a trailing (E) are extensions provided by another module.

  For detailed information about a specific "parallel" package (including how to load the modules) use the module's full name.
  Note that names that have a trailing (E) are extensions provided by other modules.
  For example:

     $ module spider parallel/20240722-GCCcore-13.3.0

If there are multiple versions of parallel listed, then you can load a specific version as follows:

$ module load parallel/version_string

You can find the most up to date information whilst logged on to Comet by running module -r spider ^parallel$.


parallel Help

The module parallel has the following embedded help text (module help parallel):

Description
===========
parallel: Build and execute shell commands in parallel

More information
================
 - Homepage: https://savannah.gnu.org/projects/parallel/


parallel Dependencies

The default version of the module parallel has the following dependencies:


Back to software