Introduction to Makeflow and Work Queue

Slides:



Advertisements
Similar presentations
1 Real-World Barriers to Scaling Up Scientific Applications Douglas Thain University of Notre Dame Trends in HPDC Workshop Vrije University, March 2012.
Advertisements

Lobster: Personalized Opportunistic Computing for CMS at Large Scale Douglas Thain (on behalf of the Lobster team) University of Notre Dame CVMFS Workshop,
MapReduce Online Created by: Rajesh Gadipuuri Modified by: Ying Lu.
Overview of Wisconsin Campus Grid Dan Bradley Center for High-Throughput Computing.
Experience with Adopting Clouds at Notre Dame Douglas Thain University of Notre Dame IEEE CloudCom, November 2010.
Setting up of condor scheduler on computing cluster Raman Sehgal NPD-BARC.
Introduction to Scalable Programming using Makeflow and Work Queue Dinesh Rajan and Mike Albrecht University of Notre Dame October 24 and November 7, 2012.
A Computation Management Agent for Multi-Institutional Grids
1 Condor Compatible Tools for Data Intensive Computing Douglas Thain University of Notre Dame Condor Week 2011.
Work Queue: A Scalable Master/Worker Framework Peter Bui June 29, 2010.
Introduction to Makeflow Li Yu University of Notre Dame 1.
Condor Overview Bill Hoagland. Condor Workload management system for compute-intensive jobs Harnesses collection of dedicated or non-dedicated hardware.
Building Scalable Elastic Applications using Makeflow Dinesh Rajan and Douglas Thain University of Notre Dame Tutorial at CCGrid, May Delft, Netherlands.
Building Scalable Scientific Applications using Makeflow Dinesh Rajan and Peter Sempolinski University of Notre Dame.
Building Scalable Applications on the Cloud with Makeflow and Work Queue Douglas Thain and Patrick Donnelly University of Notre Dame Science Cloud Summer.
Introduction to Makeflow and Work Queue CSE – Cloud Computing – Fall 2014 Prof. Douglas Thain.
1 Introduction to Tool chains. 2 Tool chain for the Sitara Family (but it is true for other ARM based devices as well) A tool chain is a collection of.
CONDOR DAGMan and Pegasus Selim Kalayci Florida International University 07/28/2009 Note: Slides are compiled from various TeraGrid Documentations.
Distributed Systems Early Examples. Projects NOW – a Network Of Workstations University of California, Berkely Terminated about 1997 after demonstrating.
Elastic Applications in the Cloud Dinesh Rajan University of Notre Dame CCL Workshop, June 2012.
Toward a Common Model for Highly Concurrent Applications Douglas Thain University of Notre Dame MTAGS Workshop 17 November 2013.
Introduction to Work Queue Applications CSE – Cloud Computing – Fall 2014 Prof. Douglas Thain.
Building Scalable Scientific Applications with Makeflow Douglas Thain and Dinesh Rajan University of Notre Dame Applied Cyber Infrastructure Concepts University.
Wenjing Wu Computer Center, Institute of High Energy Physics Chinese Academy of Sciences, Beijing BOINC workshop 2013.
Building Scalable Scientific Applications using Makeflow Dinesh Rajan and Douglas Thain University of Notre Dame.
The Cooperative Computing Lab  We collaborate with people who have large scale computing problems in science, engineering, and other fields.  We operate.
Introduction to Scalable Programming using Work Queue Dinesh Rajan and Ben Tovar University of Notre Dame October 10, 2013.
Introduction to Work Queue Applications Applied Cyberinfrastructure Concepts Course University of Arizona 2 October 2014 Douglas Thain and Nicholas Hazekamp.
Grid Computing at Yahoo! Sameer Paranjpye Mahadev Konar Yahoo!
Building Scalable Scientific Applications with Work Queue Douglas Thain and Dinesh Rajan University of Notre Dame Applied Cyber Infrastructure Concepts.
Review of Condor,SGE,LSF,PBS
Introduction to Makeflow and Work Queue Prof. Douglas Thain, University of Notre Dame
Analyzing LHC Data on 10K Cores with Lobster and Work Queue Douglas Thain (on behalf of the Lobster Team)
Techniques for Preserving Scientific Software Executions: Preserve the Mess or Encourage Cleanliness? Douglas Thain, Peter Ivie, and Haiyan Meng.
Introduction to Scalable Programming using Work Queue Dinesh Rajan and Mike Albrecht University of Notre Dame October 24 and November 7, 2012.
Building Scalable Elastic Applications using Work Queue Dinesh Rajan and Douglas Thain University of Notre Dame Tutorial at CCGrid, May Delft,
Demonstration of Scalable Scientific Applications Peter Sempolinski and Dinesh Rajan University of Notre Dame.
Building Scalable Scientific Applications with Work Queue Douglas Thain and Dinesh Rajan University of Notre Dame Applied Cyber Infrastructure Concepts.
Introduction to Makeflow and Work Queue Nicholas Hazekamp and Ben Tovar University of Notre Dame XSEDE 15.
Five todos when moving an application to distributed HTC.
The EPIKH Project (Exchange Programme to advance e-Infrastructure Know-How) gLite Grid Introduction Salma Saber Electronic.
Lecture 3 – MapReduce: Implementation CSE 490h – Introduction to Distributed Computing, Spring 2009 Except as otherwise noted, the content of this presentation.
Chapter 4: Threads Modified by Dr. Neerja Mhaskar for CS 3SH3.
HPC In The Cloud Case Study: Proteomics Workflow
Accessing the VI-SEEM infrastructure
Computing Clusters, Grids and Clouds Globus data service
OpenPBS – Distributed Workload Management System
Introduction to Distributed Platforms
Dag Toppe Larsen UiB/CERN CERN,
Dag Toppe Larsen UiB/CERN CERN,
GWE Core Grid Wizard Enterprise (
Scaling Up Scientific Workflows with Makeflow
Study course: “Computing clusters, grids and clouds” Andrey Y. Shevel
Introduction to Makeflow and Work Queue
Building and Testing using Condor
Integration of Singularity With Makeflow
Introduction to Makeflow and Work Queue
Chapter 4: Threads.
Haiyan Meng and Douglas Thain
Introduction to Makeflow and Work Queue
Weaving Abstractions into Workflows
Introduction to Makeflow and Work Queue
Ch 4. The Evolution of Analytic Scalability
Introduction to Makeflow and Work Queue with Containers
CHAPTER 4:THreads Bashair Al-harthi OPERATING SYSTEM
What’s New in Work Queue
Creating Custom Work Queue Applications
Introduction to High Performance Computing Using Sapelo2 at GACRC
Overview of Workflows: Why Use Them?
LO2 – Understand Computer Software
Presentation transcript:

Introduction to Makeflow and Work Queue Prof. Douglas Thain, University of Notre Dame http://www.nd.edu/~dthain dthain@nd.edu @ProfThain

Go to http://ccl.cse.nd.edu and click on tutorial link.

The Cooperative Computing Lab We collaborate with people who have large scale computing problems in science, engineering, and other fields. We operate computer systems on the O(10,000) cores: clusters, clouds, grids. We conduct computer science research in the context of real people and problems. We develop open source software for large scale distributed computing. http://www.nd.edu/~ccl

Outline Thinking Opportunistically Overview of the Cooperative Computing Tools Makeflow Makeflow + Work Queue Work Queue Native Code Hands-On Tutorial

Thinking Opportunistically

Science Depends on Computing! AGTCCGTACGATGCTATTAGCGAGCGTGA…

Opportunistic Computing Much of scientific computing is done in conventional computing centers with a fixed operating environment with professional sysadmins. But, there exists a large amount of computing power available to end users that is not prepared or tailored to your specific application: National HPC facility Campus-level cluster and batch system. Volunteer computing systems: Condor, BOINC, etc. Cloud services. Can we effectively use these systems for “long tail” scientific computing?

Opportunistic Challenges When borrowing someone else’s machines, you cannot change the OS distribution, update RPMs, patch kernels, run as root… This can often put important technology just barely out of reach of the end user, e.g.: FUSE might be installed, but without setuid binary. Docker might be available, but you aren’t a member of the required Unix group. The resource management policies of the hosting system may work against you: Preemption due to submission by higher priority users. Limitations on execution time and disk space. Firewalls only allow certain kinds of network connections.

Backfilling HPC with Condor at Notre Dame

Users of Opportunistic Cycles

Superclusters by the Hour http://arstechnica.com/business/news/2011/09/30000-core-cluster-built-on-amazon-ec2-cloud.ars

I can get as many machines on the cloud/grid as I want I can get as many machines on the cloud/grid as I want! How do I organize my application to run on those machines?

The Cooperative Computing Tools

Our Philosophy: Harness all the resources that are available: desktops, clusters, clouds, and grids. Make it easy to scale up from one desktop to national scale infrastructure. Provide familiar interfaces that make it easy to connect existing apps together. Allow portability across operating systems, storage systems, middleware… Make simple things easy, and complex things possible. No special privileges required.

A Quick Tour of the CCTools Open source, GNU General Public License. Compiles in 1-2 minutes, installs in $HOME. Runs on Linux, Solaris, MacOS, Cygwin, FreeBSD, … Interoperates with many distributed computing systems. Condor, SGE, Torque, Globus, iRODS, Hadoop… Components: Makeflow – A portable workflow manager. Work Queue – A lightweight distributed execution system. All-Pairs / Wavefront / SAND – Specialized execution engines. Parrot – A personal user-level virtual file system. Chirp – A user-level distributed filesystem. http://ccl.cse.nd.edu/software

Makeflow = Make + Workflow Provides portability across batch systems. Enable parallelism (but not too much!) Fault tolerance at multiple scales. Data and resource management. Makeflow Local Condor SGE Work Queue http://ccl.cse.nd.edu/software/makeflow

Work Queue Library http://ccl.cse.nd.edu/software/workqueue #include “work_queue.h” while( not done ) { while (more work ready) { task = work_queue_task_create(); // add some details to the task work_queue_submit(queue, task); } task = work_queue_wait(queue); // process the completed task http://ccl.cse.nd.edu/software/workqueue

Parrot Virtual File System Custom Namespace Unix Appl /home = /chirp/server/myhome /software = /cvmfs/cms.cern.ch/cmssoft Capture System Calls via ptrace Parrot Virtual File System File Access Tracing Sandboxing User ID Mapping . . . Local iRODS Chirp HTTP CVMFS http://ccl.cse.nd.edu/software/parrot

Lots of Documentation http://ccl.cse.nd.edu

Makeflow: A Portable Workflow System

An Old Idea: Makefiles part1 part2 part3: input.data split.py ./split.py input.data out1: part1 mysim.exe ./mysim.exe part1 >out1 out2: part2 mysim.exe ./mysim.exe part2 >out2 out3: part3 mysim.exe ./mysim.exe part3 >out3 result: out1 out2 out3 join.py ./join.py out1 out2 out3 > result

Makeflow = Make + Workflow Provides portability across batch systems. Enable parallelism (but not too much!) Trickle out work to batch system. Fault tolerance at multiple scales. Data and resource management. Makeflow Local Condor Torque Work Queue http://ccl.cse.nd.edu/software/makeflow

sim.exe in.dat –p 50 > out.txt Makeflow Syntax [output files] : [input files] [command to run] One Rule sim.exe in.dat calib.dat out.txt sim.exe in.dat –p 50 > out.txt out.txt : in.dat calib.dat sim.exe sim.exe –p 50 in.data > out.txt out.txt : in.dat sim.exe –p 50 in.data > out.txt Not Quite Right!

You must state all the files needed by the command.

sims.mf out.10 : in.dat calib.dat sim.exe sim.exe –p 10 in.data > out.10 out.20 : in.dat calib.dat sim.exe sim.exe –p 20 in.data > out.20 out.30 : in.dat calib.dat sim.exe sim.exe –p 30 in.data > out.30

How to run a Makeflow Run a workflow locally (multicore?) makeflow -T local sims.mf Clean up the workflow outputs: makeflow –c sims.mf Run the workflow on Torque: makeflow –T torque sims.mf Run the workflow on Condor: makeflow –T condor sims.mf

Visualization with DOT makeflow_viz –D example.mf > example.dot dot –T gif < example.dot > example.gif DOT and related tools: http://www.graphviz.org

Makeflow Shapes a Workflow Concurrency Control Millions of Tasks Thousands of Nodes Batch System T Make Flow T T T Precise Cleanup Transaction Log Performance Monitoring

Makeflow Shapes a Workflow Millions of Tasks Thousands of Nodes Batch System T Make Flow JAR T T T --wrapper-input mycode.jar JAR

Makeflow Shapes a Workflow Millions of Tasks Thousands of Nodes Batch System T Make Flow --docker ubuntu-38.23

Example: Biocompute Portal BLAST SSAHA SHRIMP EST MAKER … Progress Bar Generate Makefile Condor Pool Submit Tasks Transaction Log Update Status Make flow Run Workflow

Makeflow Applications

Makeflow + Work Queue

Local Files and Programs Makeflow + Batch System FutureGrid Torque Cluster Private Cluster Makefile makeflow –T torque ??? Makeflow ??? Campus Condor Pool Public Cloud Provider makeflow –T condor Local Files and Programs

Makeflow + Work Queue torque_submit_workers W FutureGrid Torque Cluster Private Cluster Makefile W Thousands of Workers in a Personal Cloud submit tasks Makeflow Campus Condor Pool Public Cloud Provider condor_submit_workers W ssh W Local Files and Programs

Advantages of Work Queue Harness multiple resources simultaneously. Hold on to cluster nodes to execute multiple tasks rapidly. (ms/task instead of min/task) Scale resources up and down as needed. Better management of data, with local caching for data intensive tasks. Matching of tasks to nodes with data.

Makeflow and Work Queue To start the Makeflow % makeflow –T wq sims.mf Could not create work queue on port 9123. % makeflow –T wq –p 0 sims.mf Listening for workers on port 8374… To start one worker: % work_queue_worker master.hostname.org 8374

Start 25 Workers in Batch System Submit workers to Condor: condor_submit_workers master.hostname.org 8374 25 Submit workers to SGE: sge_submit_workers master.hostname.org 8374 25 Submit workers to Torque: torque_submit_workers master.hostname.org 8374 25

Keeping track of port numbers gets old fast…

Project Names makeflow … –N myproject work_queue_worker –N myproject (port 4057) makeflow … –N myproject Worker work_queue_worker –N myproject connect to india:4057 advertise query Catalog query work_queue_status “myproject” is at india:4057

Project Names Start Makeflow with a project name: % makeflow –T wq –N myproject sims.mf Listening for workers on port XYZ… Start one worker: % work_queue_worker -N myproject Start many workers: % sge_submit_workers –N myproject 5

work_queue_status

Resilience and Fault Tolerance MF +WQ is fault tolerant in many different ways: If Makeflow crashes (or is killed) at any point, it will recover by reading the transaction log and continue where it left off. Makeflow keeps statistics on both network and task performance, so that excessively bad workers are avoided. If a worker crashes, the master will detect the failure and restart the task elsewhere. Workers can be added and removed at any time during the execution of the workflow. Multiple masters with the same project name can be added and removed while the workers remain. If the worker sits idle for too long (default 15m) it will exit, so as not to hold resources idle.

Go to http://ccl.cse.nd.edu and click on tutorial link.

Writing Work Queue Programs

Makeflow vs. Work Queue Makeflow Work Queue Directed Acyclic Graph programming model. Static structure known in advance. All communication through files on disk. Work Queue Submit-Wait programming model. Dynamic structure decided at run-time. Communicate through buffers or files. More detailed knowledge of how tasks ran.

Work Queue API http://ccl.cse.nd.edu/software/workqueue #include “work_queue.h” queue = work_queue_create(); while( not done ) { while (more work ready) { task = work_queue_task_create(); // add some details to the task work_queue_submit(queue, task); } task = work_queue_wait(queue); // process the completed task http://ccl.cse.nd.edu/software/workqueue 47

Work Queue Applications Nanoreactor MD Simulations Scalable Assembler at Notre Dame ForceBalance Adaptive Weighted Ensemble Lobster HEP

Replica Exchange Simplified Algorithm: Submit N short simulations at different temps. Wait for all to complete. Select two simulations to swap. Continue all of the simulations. Replica Exchange Work Queue T=10K T=20K T=30K T=40K Dinesh Rajan, Anthony Canino, Jesus A Izaguirre, and Douglas Thain, Converting A High Performance Application to an Elastic Cloud Application, Cloud Com 2011.

Genome Assembly Sequence Data Modified Celera Assembler SAND filter master SAND align master Celera Consensus W W Using WQ, we could assemble a human genome in 2.5 hours on a collection of clusters, clouds, and grids with a speedup of 952X. W W W W W Christopher Moretti, Andrew Thrasher, Li Yu, Michael Olson, Scott Emrich, and Douglas Thain, A Framework for Scalable Genome Assembly on Clusters, Clouds, and Grids, IEEE Transactions on Parallel and Distributed Systems, 2012

Adaptive Weighted Ensemble Proteins fold into a number of distinctive states, each of which affects its function in the organism. How common is each state? How does the protein transition between states? How common are those transitions? 51

AWE on Clusters, Clouds, and Grids 52

Local Files and Programs Work Queue Architecture Application Submit Task1(A,B) Submit Task2(A,C) Submit Wait 4-core machine Send files Work Queue Master Library Worker Process Send tasks Task.2 Sandbox C A T 2-core task Task.1 Sandbox A B T 2-core task A A B C C B Local Files and Programs Cache Dir

Basic Queue Operations #include “work_queue.h” struct work_queue *queue; struct work_queue_task *task; // Creates a new queue listening on a port, use zero to pick any port. queue = work_queue_create( port ); // Submits a task into a queue. (non-blocking) work_queue_submit( queue, task ); // Waits for a task to complete, returns the complete task. task = work_queue_wait( queue, timeout ); // Returns true if there are no tasks left in the queue. work_queue_empty( queue ); // Returns true if the queue is hungry for more tasks. work_queue_hungry( queue );

Basic Task Operations #include “work_queue.h” struct work_queue_task *task; // Create a task that will run a given Unix command. task = work_queue_task_create( command ); // Indicate an input or output file needed by the task. work_queue_task_specify_file( task, name, remote_name, type, flags ); // Indicate an input buffer needed by the task. work_queue_task_specify_buffer( task, data, length, remote_name, flags); // Destroy the task object. work_queue_task_delete( task );

Run One Task in C #include “work_queue.h” struct work_queue *queue; struct work_queue_task *task; queue = work_queue_create( 0 ); work_queue_specify_name( “myproject” ); task = work_queue_task_create(“sim.exe –p 50 in.dat >out.txt”); /// Missing: Specify files needed by the task. work_queue_submit( queue, task ); while(!work_queue_empty(queue)) { task = work_queue_wait( queue, 60 ); if(task) work_queue_task_delete( task ); }

Run One Task in Perl use work_queue; $queue = work_queue_create( 0 ); work_queue_specify_name( “myproject” ); $task = work_queue_task_create(“sim.exe –p 50 in.dat >out.txt”); ### Missing: Specify files needed by the task. work_queue_submit( $queue, $task ); while(!work_queue_empty($queue)) { $task = work_queue_wait( $queue, 60 ); if($task) work_queue_task_delete( $task ); }

Run One Task in Python from work_queue import * queue = WorkQueue( port = 0 ) queue.specify_name( “myproject” ); task = Task(“sim.exe –p 50 in.dat >out.txt”) ### Missing: Specify files needed by the task. queue.submit( task ) While not queue.empty(): task = queue.wait(60)

C: Specify Files for a Task calib.dat sim.exe out.txt in.dat sim.exe in.dat –p 50 > out.txt work_queue_task_specify_file( task,“in.dat”,”in.dat”, WORK_QUEUE_INPUT, WORK_QUEUE_NOCACHE ); work_queue_task_specify_file( task,“calib.dat”,”calib.dat”, WORK_QUEUE_INPUT, WORK_QUEUE_CACHE ); work_queue_task_specify_file( task,“out.txt”,”out.txt”, WORK_QUEUE_OUTPUT, WORK_QUEUE_NOCACHE ); work_queue_task_specify_file( task,“sim.exe”,”sim.exe”,

Perl: Specify Files for a Task calib.dat sim.exe out.txt in.dat sim.exe in.dat –p 50 > out.txt work_queue_task_specify_file( $task,“in.dat”,”in.dat”, $WORK_QUEUE_INPUT, $WORK_QUEUE_NOCACHE ); work_queue_task_specify_file( $task,“calib.dat”,”calib.dat”, work_queue_task_specify_file( $task,“out.txt”,”out.txt”, $WORK_QUEUE_OUTPUT, $WORK_QUEUE_NOCACHE ); work_queue_task_specify_file( $task,“sim.exe”,”sim.exe”, $WORK_QUEUE_INPUT, $WORK_QUEUE_CACHE );

Python: Specify Files for a Task calib.dat sim.exe out.txt in.dat sim.exe in.dat –p 50 > out.txt task.specify_file( “in.dat”, ”in.dat”, WORK_QUEUE_INPUT, cache = False ) task.specify_file( “calib.dat”, ”calib.dat”, task.specify_file( “out.txt”, ”out.txt”, WORK_QUEUE_OUTPUT, cache = False ) task.specify_file( “sim.exe”, ”sim.exe”, WORK_QUEUE_INPUT, cache = True )

You must state all the files needed by the command.

Running a Work Queue Program gcc work_queue_example.c -o work_queue_example -I $HOME/cctools/include/cctools -L $HOME/cctools/lib -lwork_queue -ldttools -lm ./work_queue_example Listening on port 8374 … In another window: ./work_queue_worker master.host.name.org 8374

… for Python setenv PYTHONPATH ${PYTHONPATH}: (no line break) ${HOME}/cctools/lib/python2.6/site-package ./work_queue_example.py Listening on port 8374 … In another window: ./work_queue_worker master.host.name.org 8374

… for Perl setenv PERL5LIB ${PERL5LIB}: (no line break) ${HOME}/cctools/lib/perl5/site_perl ./work_queue_example.pl Listening on port 8374 … In another window: ./work_queue_worker master.host.name.org 8374

Start Workers Everywhere Submit workers to Condor: condor_submit_workers master.hostname.org 8374 25 Submit workers to SGE: sge_submit_workers master.hostname.org 8374 25 Submit workers to Torque: torque_submit_workers master.hostname.org 8374 25

Use Project Names work_queue_worker –N myproject work_queue_status (port 9037) work_queue_worker –N myproject connect to india:9037 Worker advertise query Catalog query work_queue_status “myproject” is at india:9037

Specify Project Names in Work Queue Specify Project Name for Work Queue master: Python: q.specify_name (“myproject”) Perl: work_queue_specify_name ($q, “myproject”); C: work_queue_specify_name (q, “myproject”);

Start Workers with Project Names Start one worker: $ work_queue_worker -N myproject Start many workers: $ sge_submit_workers -N myproject 5 $ condor_submit_workers -N myproject 5 $ torque_submit_workers -N myproject 5

Advanced Features (in the docs) Submit / remove tasks by tag / name. Auto reschedule tasks that take too long. Send in-memory data as a file. Log and graph system performance Much more!

Managing Your Workforce Master A Condor Pool WQ Pool 200 work_queue_pool –T condor 200 W W Master B Submits new workers. Restarts failed workers. Removes unneeded workers. SGE Cluster WQ Pool 100 work_queue_pool –T sge 100 Master C

Multi-Slot Workers 1 core 1 core task task Master work_queue_worker 4 cores 512 MB specify_cores(4); specify_memory(512); Worker work_queue_worker --cores 8 --memory 1024 Worker work_queue_worker (implies 1 task, 1 core)

Using Foremen Approx X1000 at each fanout. California Chicago Master T T T T T T T T T T T T work_queue_worker --foreman $MASTER $PORT Fore man $$$ Fore man $$$ Approx X1000 at each fanout. W W W W W W W W W California Chicago

Makeflow vs. Work Queue Makeflow Work Queue Directed Acyclic Graph programming model. Static structure known in advance. All communication through files on disk. Work Queue Submit-Wait programming model. Dynamic structure decided at run-time. Communicate through buffers or files. More detailed knowledge of how tasks ran.

Go to http://ccl.cse.nd.edu and click on tutorial link.