Finished first draft of tutorial running pipeline from workbench.
[arvados.git] / doc / user / topics / tutorial-parallel.html.textile.liquid
index 23b7cfbecdc3d782e71c3e6e108e583c0482f3e1..2e4cf7832ef484ab3e4495f5cc0d54322badd03d 100644 (file)
@@ -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: