Presentation is loading. Please wait.

Presentation is loading. Please wait.

EGEE-II INFSO-RI-031688 Enabling Grids for E-sciencE Application Development on Grids Gergely Sipos MTA SZTAKI Hungarian.

Similar presentations


Presentation on theme: "EGEE-II INFSO-RI-031688 Enabling Grids for E-sciencE Application Development on Grids Gergely Sipos MTA SZTAKI Hungarian."— Presentation transcript:

1 EGEE-II INFSO-RI-031688 Enabling Grids for E-sciencE www.eu-egee.org Application Development on Grids Gergely Sipos sipos@sztaki.hu MTA SZTAKI Hungarian Academy of Sciences

2 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 2 Acknowledgements Slides made by Mike Mineter for EGEE Training and User Induction: –http://www.egee.nesc.ac.ukhttp://www.egee.nesc.ac.uk Many discussions with EGEE colleagues, in particular –Emidio Giorgio, University of Catania and INFN, Italy –Richard Hopkins & Guy Warner, TOE, Scotland –Gergely Sipos, SZTAKI, Hungary

3 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 3 Definition What is a grid application? Software that interacts with grid services to achieve requirements that are specific to a particular VO or user.

4 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 4 Goals of this talk A few reminders to ease us into the course This talk maps the landscape – a high-level view of application development in Grids –Practicals will explore specific features in that landscape

5 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 5 Contents Part 1: –Review of concepts: grids –Types of Grid applications –Challenges to researchers who write applications Part 2: –Some ideas to have in mind

6 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 6 Grids: a foundation for e-Research Enabling a whole-system approach Collaborative research / engineering / public service … sensor nets Shared data archives computers software colleagues instruments Grid Diagram derived from Ian Foster’s slide

7 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 7 e-Infrastructure: crossing boundaries Grids: across administrative domains Resource- orchestration Networks: across geographical distance Semantics, ontologies: across disciplines Storage, (“curation”): across time

8 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 8 INTERNET Virtual organisations negotiate with sites to agree access to resources Grid middleware runs on each shared resource to provide –Data services –Computation services –Single sign-on Distributed services (both people and middleware) enable the grid Typical current grid

9 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 9 Where are we now? –users’ view ResearchPilot projects Early adopters Routine production Unimagined possibilities Grids Networks Web Sciences, engineering Arts Humanities e-Soc-Sci Early production grids: International - EGEE Service-oriented, workflow, “legacy” data High throughput, new data Types of use:

10 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 10 The vital layer Where computer science meets the application communities! VO-specific developments built on higher-level tools and core services Makes Grid services useable by non-specialists Grids provide the compute and data storage resources Basic Grid services: AA, job submission, info, … Higher-level grid services (brokering,…) Application toolkits, ….. Application Production grids provide these core services. Focus of this course

11 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 11 The many scales of grids Campus grids Regional grids UK: National Grid Service International grid (EGEE) Wider collaboration greater resources National datacentres, HPC, instruments Institutes’ data; Condor pools, clusters International instruments,.. Desktop Little interoperability across these scales of grids – yet.

12 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 12 Types of grid applications

13 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 13 Complexities of grid applications 1.Simple jobs – routine run in batch mode gLite command line clients (WMS tricks and tips today) gLite APIs (gLite APIs tomorrow) advanced submission frameworks (Ganga today) 2.Job invokes grid services To read & write files on grid storage (GFAL API tomorrow) Monitoring (R-GMA API tomorrow) For outbound connectivity – interactive jobs To manage metadata (AMGA today) … 3.Complex jobs An environment controls multiple jobs and files on users’ behalf High-level services Portals with workflow and parametric sweep support (P-GRADE tomorrow) Software written for the VO (or for the user) …

14 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 14 Invocation of applications From the UI (User’s Interface to a grid) –Command Line Interfaces / Scripts –Higher level tools From desktop applications –Use Grids without awareness of them! –APIs (write your own client) From portals –For recurring tasks: “core grid services” as well as application layer –Accessible from any browser –Tailored to applications or to community needs

15 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 15 Characteristics of VOs What is being shared? –resources of storage and/or compute cycles (typically regional, national grids: SEE-GRID, VOCE, …) –software and/or data (biomed VO, fusion VO, …) –Both (comp. chemist members of VOCE) Distinct groups of developers and of users? –Some VOs have distinct groups of developers and users…  Biomedical applications used by clinicians,…. –…. Some don’t  Physics application developers who share data but write own analyses –Effect: need to  hide complexity from some VOs  expose functionality to other VOs

16 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 16 Different Goals for App. Development I need resources for my research –I need richer functionality  MPI, parametric sweeps,…  Data and compute services together…  How to parallelize existing algorithms?  How to write/generate parallel code? I provide an application for (y)our research –How!?  Pre-install executables ?  Hosting environment?  Share data  Use it via portal? We provide applications for (y)our research –Also need:  Coordination of development  Standards  … Engineering challenges increasing

17 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 17 Challenges to researchers who write grid applications

18 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 18 Challenges Research software is often –Created for one user: the developer –Familiarity makes it useable –Short-term goals: Used until papers are written and then discarded Grid applications are often used –by a VO –Without support from developer –In new contexts and workflows Grid application developers are –In a research environment –Yet their s/w must have:  Stability  Documentation  Useability  Extendability –i.e. Production quality Need expertise in: software engineering application domain grid computing

19 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 19 Consequences Team work! Engaged in world-wide initiatives – reuse, don’t make your own! Cross disciplines for solutions. From research to production software: ~5 times the effort. –“80% of the time for last 10% of the functionality & reliability” Standardisation is key –For re-use, for dynamic configuration of services,.. –Both for middleware and domain specific (e.g. GEON) Need to follow a deliberate development process –Waterfall? Rapid prototyping? –Requirements engineering, design, implementation, validation, deployment –Engaged with the user community

20 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 20 Summary – part 1 “Ask not what ‘the Grid’ can do for you, but what you can do in a Virtual Organisation”

21 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 21 Part 2: Some ideas to have in mind Move to service oriented grids

22 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 22 Service orientation – software components that are… Accessible across a network Loosely coupled, defined by the messages they receive / send Interoperable: each service has a description that is accessible and can be used to create software to invoke that service Based on standards (for which tools do / could exist) Developed in anticipation of new uses Service Registry Client

23 23 Provisioning Service-Oriented Systems: The Role of Grid Infrastructure l Service-oriented Grid infrastructure u Provision physical resources to support application workloads Appln Service Users Workflows Composition Invocation l Service-oriented applications u Wrap applications as services u Compose applications into workflows “The Many Faces of IT as Service”, ACM Queue, Foster, Tuecke, 2005

24 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 24 The changing face of research Moving toward “utility view” – computation and data services provided by a grid –Applications that can be instantiated on grid resources Effect: people work in their specialisms…. –Researcher does research! –Service providers provide services! –Resource managers manage resources! Further information: Ian Foster’s talk at ISSGC 2006 –Go to the ICEAGE interface to the Digital Library  http://baillie.lib.ed.ac.uk/ http://baillie.lib.ed.ac.uk/ –Search on “Service-Oriented Science”

25 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 25 Summary Grid application development demands more than routine researcher’s software engineering In this course: –Scripting with gLite services –Methods in gLite for:  Metadata management, application monitoring –Introduction to gLite APIs –Two prominent examples of higher level tools: Ganga, P-Grade  Workflow, parametric jobs, interoperability across grids, GUI “service orientation” is coming –It is more than “the way to build grids”… –Services that can be orchestrated for research –It impacts HOW research is done  Specialisms of researcher, service provider, resource manager Higher level tools are needed

26 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 26 Information sources and support groups for Application Developers EGEE application domains and VOs (NA4) –http://egeena4.lal.in2p3.frhttp://egeena4.lal.in2p3.fr Grid Application Support Centre –www.lpds.sztaki.hu/gasucwww.lpds.sztaki.hu/gasuc Recommended External Software Packages for EGEE Communities (RESPECT) –Coming soon at http://egeena4.lal.in2p3.fr


Download ppt "EGEE-II INFSO-RI-031688 Enabling Grids for E-sciencE Application Development on Grids Gergely Sipos MTA SZTAKI Hungarian."

Similar presentations


Ads by Google