X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7791c7e1b09341ce1fed131c6b11c91da8217c3f..005928e7cbe6abbe418588f3eb652b3dee16e544:/doc/user/topics/tutorial-parallel.html.textile.liquid diff --git a/doc/user/topics/tutorial-parallel.html.textile.liquid b/doc/user/topics/tutorial-parallel.html.textile.liquid index 23b7cfbecd..2e4cf7832e 100644 --- a/doc/user/topics/tutorial-parallel.html.textile.liquid +++ b/doc/user/topics/tutorial-parallel.html.textile.liquid @@ -1,13 +1,9 @@ --- layout: default navsection: userguide -navmenu: Tutorials title: "Parallel Crunch tasks" - ... -h1. Parallel Crunch tasks - In the tutorial "writing a crunch script,":tutorial-firstscript.html our script used a "for" loop to compute the md5 hashes for each file in sequence. This approach, while simple, is not able to take advantage of the compute cluster with multiple nodes and cores to speed up computation by running tasks in parallel. This tutorial will demonstrate how to create parallel Crunch tasks. Start by entering the @crunch_scripts@ directory of your git repository: