Download presentation
Presentation is loading. Please wait.
Published byAlan Sutton Modified over 9 years ago
1
CloudCom 2010
2
Software for Science Gateways: Open Grid Computing Environments Marlon Pierce, Suresh Marru Pervasive Technology Institute Indiana University www.collab-ogce.org
3
Tutorial Agenda 1:00-2:15 – Introduction – Computational chemistry workflow example – Building the software 2:15-2:30: Break 2:30-5:00 – Hands on workflow: OREChem – Hands on portal: Data mining – Demo: gadget container
4
http://www.collab- ogce.org/ogce/index.php/Tutoria ls Link to demonstration movies.
5
TeraGrid is one of the largest investments in shared CI from NSF’s Office of Cyberinfrastructure
6
TeraGrid resources today include: Tightly Coupled Distributed Memory Systems, 2 systems in the top 10 at top500.org – Kraken (NICS): Cray XT5, 99,072 cores, 1.03 Pflop – Ranger (TACC): Sun Constellation, 62,976 cores, 579 Tflop, 123 TB RAM Shared Memory Systems – Cobalt (NCSA): Altix, 8 Tflop, 3 TB shared memory – Pople (PSC): Altix, 5 Tflop, 1.5 TB shared memory Clusters with Infiniband – Abe (NCSA): 90 Tflops – Lonestar (TACC): 61 Tflops – QueenBee (LONI): 51 Tflops Condor Pool (Loosely Coupled) – Purdue- up to 22,000 cpus Gateway hosting – Quarry (IU): virtual machine support Visualization Resources – TeraDRE (Purdue): 48 node nVIDIA GPUs – Spur (TACC): 32 nVIDIA GPUs Storage Resources – GPFS-WAN (SDSC) – Lustre-WAN (IU) – Various archival resources Source: Dan Katz, U Chicago But change is constant - new systems: Data Analysis and Vis systems Longhorn (TACC): Dell/NVIDIA, CPU and GPU Nautilus (NICS): SGI UltraViolet, 1024 cores, 4TB global shared memory Data-Intensive Computing Dash (SDSC): Intel Nehalem, 544 processors, 4TB flash memory FutureGrid Experimental computing grid and cloud test-bed to tackle research challenges in computer science Keeneland Experimental, high-performance computing system with NVIDIA Tesla accelerators
7
What Is a Science Gateway? Web and desktop user interfaces and user-centric Web services for accessing Grid and Cloud resources. – Clusters, supercomputers, mass storage – Applications, databases – Workflows Example Science Gateways from the NSF TeraGrid – GridChem: computational chemistry – UltraScan: biophysics computational analysis – LEAD: Atmospheric science – BioDrugScreen: drug docking, scoring, and discovery. Many others: see https://www.teragrid.org/web/science- gateways/gateway_list https://www.teragrid.org/web/science- gateways/gateway_list This tutorial is about software that powers gateways. Web and desktop user interfaces and user-centric Web services for accessing Grid and Cloud resources. – Clusters, supercomputers, mass storage – Applications, databases – Workflows Example Science Gateways from the NSF TeraGrid – GridChem: computational chemistry – UltraScan: biophysics computational analysis – LEAD: Atmospheric science – BioDrugScreen: drug docking, scoring, and discovery. Many others: see https://www.teragrid.org/web/science- gateways/gateway_list https://www.teragrid.org/web/science- gateways/gateway_list This tutorial is about software that powers gateways.
8
When is a gateway appropriate? Provide access to community applications – WRF, Gaussian, CHARMM, Amber, BLAST, CCSM, UltraScan – Create multi-scale workflows Provide access to community data sets – National Virtual Observatory – Earth System Grid – Some groups have invested significant efforts here caBIG, extensive discussions to develop common terminology and formats BIRN, extensive data sharing agreements Difficult to access data/advanced workflows – Sensor/radar input LEAD, GEON
9
3 steps to connect a gateway to TeraGrid Request an allocation – Only a 1 paragraph abstract required for up to 200k CPU hours Register your gateway – Visibility on public TeraGrid page Request a community account – Run jobs for others via your portal Staff support is available! www.teragrid.org/gateways SciDAC, Chattanooga, TN, July 16, 2010
10
10 OVP/ RST/ MIG OGCE Re-engineer, Generalize, Build, Test and Release LEAD OGCE Gateway Tool Adaption & Reuse GridChem TeraGrid User Portal OGCE Team GridChem Ultrascan BioVLab ODI Bio Drug Screen EST Pipeline Future Grid GFac, XBaya, XRegistry, FTR Eventing System LEAD Resource Discovery Service GPIR, File Browser Gadget Container, GTLab, Javascript Cog, XRegistry Interface, Experiment Builder, Axis2 Gfac, Axis2 Eventing System, Resource Prediction Service, Swarm Experiment Builder, XRegistry Interface Xbaya, GC Middleware GFac, Eventing System XBaya, GFac Workflow Suite, Gadget Container Swarm->GFac GFac, Xbaya, …
11
SoftwareDescription OGCE Gadget Container Google Gadget/Open Social compatible software for building Web- based user interfaces. XBayaA visual user interface for composing, launching and monitoring workflows GFACAn application factory service for wrapping command-line tools as Web services XRegistry; Registry Gadget A service and workflow registry and its user interface Experiment BuilderUser interface for creating online experiments with registered workflows
12
Compute Resources Resource Middleware Cloud Interfaces Grid Middleware SSH & Resource Managers Computational Clouds Computational Grids Gateway Services User Interfaces Web/Gadg et Container Web Enabled Desktop Applications User Management Auditing & Reporting Fault Tolerance Application Abstractions Workflow System Information Services Application Monitoring Registry Security Provenance & Metadata Management Local Resources Web/Gadge t Interfaces Gateway Abstraction Interfaces Science Gateways Layer Cake Color Coding Dependent resource provider components Complimentary Gateway Components OGCE Gateway Components
13
GFac Current & Future Features Input Handlers Scheduling Interface Auditing Monitoring Interface Data Management Abstraction Job Management Abstraction Job Management Abstraction Fault Tolerance Output Handlers Registry Interface Checkpoint Support XSUL/Apache Axis2 Globus Campus Resources Unicore Condor Amazon Eucalyptus Color Coding Planned/Requested Features Existing Features
14
OGCE Layered Workflow Architecture: Derived from LEAD Workflow System Workflow Execution & Control Engines Apache ODE Workflow Specification Workflow Interfaces (Design & Definition) PythonBPEL 2.0 BPEL 1.0 Java Code Pegasus DAG Scufl XBaya GUI (Composition, Deploying, Steering & Monitoring) Gadget Interface for Input Binding Condor DAGMan Taverna Dynamic Enactor Jython Interpreter GBPEL Flex/Web Composition
15
Putting It All Together
16
Software Strategy Focus on gadget container and tools for running science applications on grids and clouds. Provide a tool set that can be used in whole or in part. – If you just want GFac, then you can use it without buying an entire framework. Outsource security, information services, data and metadata, etc to other providers. – MyProxy, TG IIS, Globus, Condor, XMC Cat, iRods, etc.
17
More Information This is downloadable, packaged software. – Apache Maven build system provides everything you need to to build the gadget container, gadgets, workflow composer, and backing services. – Get code by anonymous SVN checkout. Email: mpierce@cs.indiana.edu, smarru@cs.indiana.edu, ogce- discuss@googlegroups.commpierce@cs.indiana.edu smarru@cs.indiana.eduogce- discuss@googlegroups.com OGCE Web Site: www.collab-ogce.orgwww.collab-ogce.org Blog/News Feed: http://collab- ogce.blogspot.com/http://collab- ogce.blogspot.com/
18
Acknowledgements and People Funding by TeraGrid GIG, RP and by OCI SDCI IU: Marlon Pierce, Suresh Marru, Raminder Singh, Archit Kulshrestha, Zhenhua Guo TACC: Maytal Dahan, Rion Dooley SDSC: Nancy Wilkins-Diehr, Jeff Sale SDSU: Mary Thomas
19
Demos Next
20
The OGCE Application Registry gadget allows users to interactively register hosts and applications that are dynamically wrapped as Web services.
21
The OGCE Gadget Container allows you to build portals out of public and private Google Open Social gadgets. Supports HTTPS. Downloadable, packaged software.
22
The OGCE Experiment Builder gadget allows users to create projects and experiments out of previously composed workflows.
23
The XBaya workflow composer allows you to build scientific workflows from services running across the TeraGrid. This is part of our workflow suite. OGCE Tools for Science Workflows
24
What Is a Science Gateway? Web and desktop user interfaces and user-centric Web services for accessing Grid and Cloud resources. – Clusters, supercomputers, mass storage – Applications, databases – Workflows Example Science Gateways from the NSF TeraGrid – GridChem: computational chemistry – UltraScan: biophysics computational analysis – LEAD: Atmospheric science – BioDrugScreen: drug docking, scoring, and discovery. Many others: see https://www.teragrid.org/web/science- gateways/gateway_list https://www.teragrid.org/web/science- gateways/gateway_list This demo is about software that powers gateways.
25
Google Gadget-Based Science Gateways LEAD PolarGrid
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.