Skip to content
Snippets Groups Projects
Commit 25c21bad authored by Pavel Jirásek's avatar Pavel Jirásek
Browse files

Links

parent 26ca38ce
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ However, executing huge number of jobs via the PBS queue may strain the system.
- Use [Job arrays](capacity-computing/#job-arrays) when running huge number of [multithread](capacity-computing/#shared-jobscript-on-one-node) (bound to one node only) or multinode (multithread across several nodes) jobs
- Use [GNU parallel](capacity-computing/#gnu-parallel) when running single core jobs
- Combine[GNU parallel with Job arrays](capacity-computing/#combining-job-arrays-and-gnu-parallel) when running huge number of single core jobs
- Combine [GNU parallel with Job arrays](capacity-computing/#job-arrays-and-gnu-parallel) when running huge number of single core jobs
Policy
------
......
......@@ -13,7 +13,7 @@ However, executing huge number of jobs via the PBS queue may strain the system.
- Use [Job arrays](capacity-computing.md#job-arrays) when running huge number of [multithread](capacity-computing/#shared-jobscript-on-one-node) (bound to one node only) or multinode (multithread across several nodes) jobs
- Use [GNU parallel](capacity-computing/#gnu-parallel) when running single core jobs
- Combine[GNU parallel with Job arrays](capacity-computing/#combining-job-arrays-and-gnu-parallel) when running huge number of single core jobs
- Combine [GNU parallel with Job arrays](capacity-computing/#job-arrays-and-gnu-parallel) when running huge number of single core jobs
Policy
------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment