parallel
License information
GNU parallel is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
Further licenses apply to the documentation and can be found in the
LICENSES directory of the GNU parallel git repository
or, after loading the module, in
$EBROOTPARALLEL/share/licenses/parallel
.
GNU parallel is indirectly funded through citations. The authors ask
that GNU arallel is cited in work that uses it. The correct list of
citations can be found by running parallel --citation
after loading
the module. See also the
GNU Parallel Citation FAQ.
Pre-installed modules (and EasyConfigs)
To access module help and find out for which stacks and partitions the module is
installed, use module spider parallel/<version>
.
EasyConfig:
Technical documentation
General information
- GNU parallel is just a bunch of Perl scripts. There are no compiled binaries.
EasyBuild
-
Support for parallel in the EasyBuilders repository.
The EasyBuilders recipes rely on a Perl build in the toolchain.
Version 20230222 using the system perl.
-
For LUMI we followed the EasyConfig in use at UAntwerpen that uses the OS-provided Perl as this seems sufficient to run GNU parallel.
-
All shebangs where checked to have
/usr/bin/perl
hard-coded rather then/usr/bin/env perl
to avoid using another PErl binary that may be loaded via a module. -
Extensive documentation is also taken from the UAntwerpen module.
Version 20231022 using the system perl.
- Trivial version bump of the EasyConfig for 20230222.
Version 20240422 using the system perl.
- Trivial version bump of the EasyConfig for 20231022.
Version 20240522 using the system perl.
- Trivial version bump of the EasyConfig for 20240422.