Skip to content

Commit

Permalink
Update parallel.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktiits authored Sep 5, 2024
1 parent 1988f3a commit c9d0ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion materials/parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The external tools enable running the scripts in parallel. This way of running p

GNU parallel is a general Linux tool for executing commands or scripts in parallel in one node. It iterates over an input list, which can be a list of files or list of input parameters. The number of tasks may be higher than number of cores, it waits with execution as resources become available. GNU Parellel does not support dependecies between the tasks.

* From [GNU Parallel documentation](https://www.gnu.org/software/parallel/)
* [GNU Parallel documentation](https://www.gnu.org/software/parallel/)
* Geocomputing examples: [GDAL with GNU-parallel](https://github.com/csc-training/geocomputing/tree/master/gdal) and [PDAL with GNU-parallel](https://github.com/csc-training/geocomputing/tree/master/pdal)
* A more advanced example for using [GNU-parallel for multi-node](https://docs.csc.fi/support/tutorials/many/) together with another tool.

Expand Down

0 comments on commit c9d0ed3

Please sign in to comment.