A Cybergis-Jupyter Framework for Geospatial Analytics at Scale

Total Page:16

File Type:pdf, Size:1020Kb

A Cybergis-Jupyter Framework for Geospatial Analytics at Scale A CyberGIS-Jupyter Framework for Geospatial Analytics at Scale Dandong Yin Yan Liu Anand Padmanabhan Geography and Geographic Geography and Geographic Geography and Geographic Information Science Information Science Information Science CyberGIS Center for Advanced CyberGIS Center for Advanced CyberGIS Center for Advanced Digital and Spatial Studies Digital and Spatial Studies Digital and Spatial Studies University of Illinois at National Center for Supercomputing National Center for Supercomputing Urbana-Champaign Applications Applications Urbana, Illinois 61801 University of Illinois at University of Illinois at [email protected] Urbana-Champaign Urbana-Champaign Urbana, Illinois 61801 Urbana, Illinois 61801 [email protected] [email protected] Jef Terstriep Johnathan Rush Shaowen Wang CyberGIS Center for Advanced CyberGIS Center for Advanced Geography and Geographic Digital and Spatial Studies Digital and Spatial Studies Information Science National Center for Supercomputing National Center for Supercomputing CyberGIS Center for Advanced Applications Applications Digital and Spatial Studies University of Illinois at University of Illinois at National Center for Supercomputing Urbana-Champaign Urbana-Champaign Applications Urbana, Illinois 61801 Urbana, Illinois 61801 University of Illinois at [email protected] [email protected] Urbana-Champaign Urbana, Illinois 61801 [email protected] ABSTRACT CCS CONCEPTS The interdisciplinary feld of cyberGIS (geographic information • Information systems → Geographic information systems; science and systems (GIS) based on advanced cyberinfrastructure) • Computer systems organization → Distributed architectures; has a major focus on data- and computation-intensive geospatial • World Wide Web → Web services; analytics. The rapidly growing needs across many application and science domains for such analytics based on disparate geospatial big KEYWORDS data poses signifcant challenges to conventional GIS approaches. CyberGIS, computational reproducibility, geospatial big data, food This paper describes CyberGIS-Jupyter, an innovative cyberGIS mapping, science gateway framework for achieving data-intensive, reproducible, and scalable geospatial analytics using the Jupyter Notebook based on ROGER - ACM Reference format: Dandong Yin, Yan Liu, Anand Padmanabhan, Jef Terstriep, Johnathan Rush, the frst cyberGIS supercomputer. The framework adapts the Note- and Shaowen Wang. 2017. A CyberGIS-Jupyter Framework for Geospatial book with built-in cyberGIS capabilities to accelerate gateway ap- Analytics at Scale. In Proceedings of PEARC17, New Orleans, LA, USA, July plication development and sharing while associated data, analytics 09-13, 2017, 8 pages. and workfow runtime environments are encapsulated into appli- https://doi.org/10.1145/3093338.3093378 cation packages that can be elastically reproduced through cloud computing approaches. As a desirable outcome, data-intensive and 1 INTRODUCTION scalable geospatial analytics can be efciently developed and im- From the late 1990s, cyberinfrastructure has been playing increas- proved, and seamlessly reproduced among multidisciplinary users ingly important roles in mainstream scientifc discoveries [5]. Dedi- in a novel cyberGIS science gateway environment. cated to reduce its barriers to broad scientifc communities, science gateways have achieved signifcant impacts on numerous scientifc Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed domains including particle physics [3], molecular chemistry [10], for proft or commercial advantage and that copies bear this notice and the full citation public health [1] and many others. on the frst page. Copyrights for components of this work owned by others than ACM In geospatial domains, cyberGIS - geospatial information science must be honored. Abstracting with credit is permitted. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specifc permission and/or a and systems (GIS) based on advanced computing and cyberinfras- fee. Request permissions from [email protected]. tructure (CI) [22] - has enabled computation- and data-intensive PEARC17, July 09-13, 2017, New Orleans, LA, USA knowledge discovery by gaining unprecedented insights into the © 2017 Association for Computing Machinery. ACM ISBN 978-1-4503-5272-7/17/07...$15.00 complex and geospatially connected world from both natural and https://doi.org/10.1145/3093338.3093378 social sciences perspectives [12, 23, 28]. Pushing the frontiers of PEARC17, July 09-13, 2017, New Orleans, LA, USA Y. Dandong et al. science gateway, a suite of cyberGIS gateway applications [6, 7, 11] development environment. Meanwhile, the emergence of Jupyter- have been developed to simplify access to advanced cyberGIS and Hub (https://jupyterhub.readthedocs.io) makes it possible to deploy cyberinfrastructure by providing interactive, online interfaces to Jupyter on distributed infrastructure. scalable geospatial analytics. However, as the diversity of cyberGIS This paper describes CyberGIS-Jupyter, an innovative framework data and applications keeps growing, cyberGIS-enabled geospatial that integrates cloud-based Jupyter notebooks (highly interactive analytics poses challenges against traditional web-based gateway read-eval-print loop (REPL) environment) [9] with HPC resources approaches. as part of a hybrid computing environment [14, 18]. The frame- Due to the high variety and complexity of cyberGIS analytics, work addresses the development challenge as follows: 1) adopts it is difcult to provide a comprehensive solution in a single gate- Jupyter notebooks instead of web GIS as the front end interface way application mimicking traditional desktop GIS. Therefore, it is to provide a consistent and agile playground for both developers typical for each gateway application to focus on a specifc type of and users; 2) encapsulates advanced cyberGIS capabilities within analytics (e.g. CyberGIS-BioScope [7] for biomass-to-biofuel supply a pre-confgured and containerized environment; 3) achieves on- chain system optimization; FluMapper [16] for mapping the spread demand provisioning through cloud computing to elastically deploy of infuenza-like illnesses from Twitter data; and TopoLens [6] for and manage multiple instances of gateway applications. Further- accessing high-resolution national topographic datasets). more, the reproducible deployment enables researchers to share Given the enormous application space of cyberGIS, agile devel- and build on each other’s work to innovate large-scale geospatial opment for new gateway applications is urgently needed. In most analytics cumulatively in a collaborative fashion. With this frame- desirable cases, domain researchers should be able to implement work, community-driven gateway development and deployment and customize their unique needs for gateway applications, instead becomes feasible. To the best of our knowledge, our work provides of depending on dedicated developers. However, most traditional the frst general framework to modularize gateway development cyberGIS gateways were developed with web GIS, i.e. GIS system and deployment for domain researchers. that adopts browser/server architecture, typically with interactive The remainder of this paper is organized as follows. Section 2 graphic user interfaces as front end and a set of dedicated services examines the related work of CyberGIS-Jupyter; Section 3 presents in the back end. In traditional web GIS development cycles, it is dif- the design and architecture of CyberGIS-Jupyter; Section 4 demon- cult to achieve agile development, especially for domain researchers. strates the framework’s agility in transforming complex cyberGIS There are three main reasons are as follows: computation into interactive gateway applications with a case study of computing height above nearest drainage (HAND) computation (1) Developing a complete web application with interactive at 10m resolution for conterminous US (CONUS); and Section 5 graphical user interfaces (GUIs) from scratch requires pro- concludes the paper and discusses future work. fessional skills that most of geospatial researchers do not possess; (2) Handling large-scale computation with middleware orches- 2 RELATED WORK tration behind front-end interfaces requires substantial knowl- To lower the barrier of entry to CI, a series of science gateways have edge of cyberGIS and HPC been developed to enable computation- and data-intensive research (3) Operational maintenance, including deployment, user and and education [11, 25, 26]. In order to provide easy access, most data managements, etc. pose signifcant overheads for com- science gateways adopt the Software as a Service (SaaS) [21] ap- mon researchers. proach, i.e. providing applications through interactive web services As a result, the intensive development requirements of web GIS with Web 2.0 technology and Service-Oriented Architecture (SOA) becomes a major bottleneck to meet the proliferating needs of cy- [13]. A similar architecture was adopted for cyberGIS gateways berGIS capabilities from domain researchers. Therefore, to fully [11]. On top of the generic science gateway architecture, a typi- leverage the power of cyberGIS, it is necessary not only to reduce cal geospatial gateway usually adopts web-based GIS capabilities the barrier of accessing cyberGIS via gateway applications, but also such as OpenLayers (http://openlayers.org)
Recommended publications
  • Teragrid Evaluation Report Project Findings August 2008
    Report from the TeraGrid Evaluation Study, Part 1: Project Findings Ann Zimmerman Thomas A. Finholt August 2008 Collaboratory for Research on Electronic Work School of Information University of Michigan 1075 Beal Avenue Ann Arbor, MI 48109-2112 http://www.crew.umich.edu Table of Contents Executive Summary ............................................................................................................ 1 1. Introduction ..................................................................................................................... 4 2. Research Questions ......................................................................................................... 5 3. Research Methods ........................................................................................................... 5 3.1 Data Collection ......................................................................................................... 6 3.1.1 User Workshop .................................................................................................. 6 3.1.2 Site Visits ........................................................................................................... 6 3.1.3 Interviews ........................................................................................................... 6 TeraGrid Users ........................................................................................................ 8 TeraGrid and Centers Personnel ........................................................................... 10 Non-TeraGrid
    [Show full text]
  • The Neutron Science Teragrid Gateway, a Teragrid Science Gateway to Support the Spallation Neutron Source
    The Neutron Science TeraGrid Gateway, a TeraGrid Science Gateway to Support the Spallation Neutron Source John W. Cobb*, Al Geist*, James A. Kohl*, Stephen D. Miller‡, Peter F. Peterson‡, Gregory G. Pike*, Michael A. Reuter‡, Tom Swain†, Sudharshan S. Vazhkudai∗ , Nithya N. Vijayakumar $ SUMMARY The National Science Foundation’s (NSF’s) Extensible Terascale Facility (ETF), or TeraGrid [1] is entering its operational phase. An ETF science gateway effort is the Neutron Science TeraGrid Gateway (NSTG.) The Oak Ridge National Laboratory (ORNL) resource provider effort (ORNL-RP) during construction and now in operations is bridging a large scale experimental community and the TeraGrid as a large-scale national cyberinfrastructure. Of particular emphasis is collaboration with the Spallation Neutron Source (SNS) at ORNL. The U.S. Department of Energy’s (USDOE’s) SNS [2] at ORNL will be commissioned in spring of 2006 as the world’s brightest source of neutrons. Neutron science users can run experiments; generate datasets; perform data reduction, analysis, visualize results; collaborate with remotes users; and archive long term data in repositories with curation services. The ORNL-RP and the SNS data analysis group have spent 18 months developing and exploring user requirements, including the creation of prototypical services such as facility portal, data, and application execution services. We describe results from these efforts and discuss implications for science gateway creation. Finally, we show incorporation into implementation planning for the NSTG and SNS architectures. The plan is for a primarily portal-based user interaction supported by a service oriented architecture for functional implementation. KEY WORDS: Portal, Neutron Scattering, TeraGrid, Science Gateway, Service Architecture, Grid 1.
    [Show full text]
  • David a Lifka 8-2019
    DAVID A. LIFKA 234 Day Hall, Cornell University, Ithaca, NY 14853-3801 607-254-8621 – cell 607-227-5517 – [email protected] Executive Profile Cornell University Vice President and Chief Information Officer. IT leader and business strategist with strong leadership, team building, and Problem-solving skills. Develops, executes, and enhances a sustainable, cutting-edge IT organization that drives down costs, operates efficiently, and transforms education, research, and Public service by oPening new avenues for collaboration and innovation. ExPert in develoPing and dePloying optimal IT solutions defined by organizational priorities, strategic value, customer needs, and budget constraints. Over thirty years experience in administrative and research computing as a center director and lead technologist at an Ivy League university and national research laboratory. Invited industry speaker on emerging technologies and best business practices. Active member of the University Board of Trustees Cyber Security subcommittee of the Audit Committee, camPus IT committees, advisory boards, and other leadership positions. Federal and industry grant awardee with publications and ComPuting and Information Science teaching experience. Skills Analyzing organizational challenges and identifying opportunities; building relationships with key stakeholders in order to identify and define high-value needs; managing Projects; motivating emPloyees; defining and meeting fiscal goals; re-engineering IT functions; dealing with performance issues and celebrating successes; building mutually beneficial vendor relations; imPlementing commodity and emerging technologies to meet research and administrative comPuting needs in a timely and transparent manner. Technical skills include: solution architecture and implementation, interconnects, data management and analysis, cloud and grid comPuting, high performance computing, compilers, parallel and object-oriented programming languages, resource management, and high-speed networking.
    [Show full text]
  • Grid Computing and the Teragrid GI Science Gateway
    Grid Computing and the TeraGrid GI Science Gateway Kate Cowles 22S:295 High Performance Computing Seminar, Nov. 29, 2007 () 1 / 38 Outline 1 Example data 2 Grid computing 3 The TeraGrid 4 TeraGrid Science Gateways 5 GISolve () 2 / 38 Example data Outline 1 Example data 2 Grid computing 3 The TeraGrid 4 TeraGrid Science Gateways 5 GISolve () 3 / 38 Example data Sulfur dioxide concentration data from the EPA Air Quality System database () 4 / 38 Example data n = 4711 observations from 870 sites in the years 1998–2005 () 5 / 38 Grid computing Outline 1 Example data 2 Grid computing 3 The TeraGrid 4 TeraGrid Science Gateways 5 GISolve () 6 / 38 Grid computing Grid computing several different definitions, all involving distributed computing networking together computing clusters at different geographic locations to harness computing and storage resources () 7 / 38 The TeraGrid Outline 1 Example data 2 Grid computing 3 The TeraGrid 4 TeraGrid Science Gateways 5 GISolve () 8 / 38 The TeraGrid The Teragrid the world’s largest, most comprehensive distributed cyberinfrastructure for open scientific research began in 2001 when NSF awarded $45 million to establish a Distributed Terascale Facility (DTF) to NCSA, SDSC, Argonne National Laboratory, and the Center for Advanced Computing Research (CACR) at California Institute of Technology coordinated through the Grid Infrastructure Group (GIG) at the University of Chicago () 9 / 38 The TeraGrid TeraGrid, continued more than 250 teraflops of computing capability (May 2007) teraflop: trillion (1012) floating point operations per second more than 30 petabytes of online and archival data storage (May 2007) petabyte: quadrillion (1015) bytes rapid access and retrieval over high-performance networks.
    [Show full text]
  • Placing Landmarks on the Genome
    What is XSEDE? The Extreme ScienceXSEDE and Engineering Discovery The five-year, $121 million project is supported by XSEDE is led by the University of Illinois’s National Environment (XSEDE) is the most advanced, powerful, the National Science Foundation. It replaces and Center for Supercomputing Applications. and robust collection of integrated digital resources expands on the National Science Foundation TeraGrid The partnership includes: and services in the world. It is a single virtual system project. More than 10,000 scientists used the TeraGrid • Carnegie Mellon University/Pittsburgh that scientists can use to interactively share to complete thousands of research projects, at no Supercomputing Center - University of Pittsburgh computing resources, data, and expertise. cost to the scientists. XSEDE continues that same • Center for Advanced Computing - Cornell University sort of work—with an expanded scope, generating • Indiana University • Jülich Supercomputing Centre more knowledge, and improving our world in an even • National Center for Atmospheric Research broader range of fields. • Ohio Supercomputer Center - The Ohio State University • Purdue University • Rice University • Shodor Education Foundation • Southeastern Universities Research Association • University of California Berkeley • San Diego Supercomputer Center - University of California San Diego • University of Chicago • National Center for Supercomputing Applications - University of Illinois at Urbana-Champaign • National Institute for Computational Sciences - University
    [Show full text]
  • Open Cybergis Software for Geospatial Research and Education in the Big Data Era
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Available online at www.sciencedirect.com ScienceDirect SoftwareX 5 (2016) 1–5 www.elsevier.com/locate/softx Open cyberGIS software for geospatial research and education in the big data era Shaowen Wanga,b,c,d,e,f,∗, Yan Liua,b,c,f, Anand Padmanabhana,b,c,f a CyberGIS Center for Advanced Digital and Spatial Studies, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA b CyberInfrastructure and Geospatial Information Laboratory, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA c Department of Geography and Geographic Information Science, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA d Department of Urban and Regional Planning, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA e Graduate School of Library and Information Science, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA f National Center for Supercomputing Applications, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA Received 16 March 2015; received in revised form 3 July 2015; accepted 28 October 2015 Abstract CyberGIS represents an interdisciplinary field combining advanced cyberinfrastructure, geographic information science and systems (GIS), spatial analysis and modeling, and a number of geospatial domains to improve research productivity and enable scientific breakthroughs. It has emerged as new-generation GIS that enable unprecedented advances in data-driven knowledge discovery, visualization and visual analytics, and collaborative problem solving and decision-making. This paper describes three open software strategies – open access, source, and integration – to serve various research and education purposes of diverse geospatial communities.
    [Show full text]
  • What Is Cyberinfrastructure? Craig A
    What is Cyberinfrastructure? Craig A. Stewart* Stephen Simms Beth Plale 812-855-4240 812-855-7211 812-855-4373 Pervasive Technology Institute & Research Technologies, UITS & School of Informatics and Computing Research Technologies, UITS** Pervasive Technology Institute & Pervasive Technology Institute [email protected] [email protected] [email protected] Matthew Link David Y. Hancock Geoffrey C. Fox 812-855-633 812-855-4021 812-856-7977 Research Technologies, UITS & Research Technologies, UITS & School of Informatics and Computing Pervasive Technology Institute Pervasive Technology Institute & Pervasive Technology Institute [email protected] [email protected] [email protected] *All authors at Indiana University, Bloomington, IN 47405 **UITS is University Information Technology Services ABSTRACT General Terms Cyberinfrastructure is a word commonly used but lacking a single, precise definition. One recognizes intuitively the analogy Management, Performance, Design, Security, Human Factors, with infrastructure, and the use of cyber to refer to thinking or Standardization. computing – but what exactly is cyberinfrastructure as opposed to information technology infrastructure? Indiana University has Keywords developed one of the more widely cited definitions of Cyberinfrastructure, e-Science, Infrastructure, Open Science cyberinfrastructure: Grid, TeraGrid. Cyberinfrastructure consists of computing systems, data storage systems, advanced instruments and data 1. INTRODUCTION repositories, visualization environments, and people, The term ‘cyberinfrastructure’ was coined in the late 1990s, and all linked together by software and high performance its usage became widespread in 2003 with the publication of networks to improve research productivity and “Revolutionizing Science and Engineering Through enable breakthroughs not otherwise possible. Cyberinfrastructure: Report of the National Science Foundation Blue-Ribbon Advisory Panel on Cyberinfrastructure” by Atkins A second definition, more inclusive of scholarship generally and et al.
    [Show full text]
  • 1.2 OVERVIEW Campuses & Institutes
    1.2 OVERVIEW Campuses & Institutes Carnegie Mellon has been a multifaceted institution throughout its exis- tence. The original Carnegie Technical Schools, founded in 1900, com- prised four colleges spanning the arts, sciences and vocations. As it later evolved into the Carnegie Institute of Technology, it became a national leader in fields as disparate as engineering and drama. In 1967, it merged with the Mellon Institute for Industrial Re- search, resulting in the modern Carnegie Mellon Univer- sity. Today, the school has branch campuses in California and the Middle East and degree programs in six countries across the world. Carnegie Mellon’s main campus comprises 103 acres in Pittsburgh’s vibrant Oakland neighborhood, where many of the city’s major cultural and scientific institutions are located. Close to 11,000 students and 1,200 full-time faculty conduct their studies here, and Pittsburgh’s long history as an American hub of industrial engineering, finance and arts-oriented philanthropy provides an appropriate backdrop MAIN CAMPUS for the university’s current innovative pursuits. The campus contains more than 50 academic, Pittsburgh, Pennsylvania research and administrative buildings and three libraries. Resource sharing between Carnegie Founded 1900 by Andrew Carnegie; Mellon and other local universities provides students with almost unlimited information resources. seven graduate & undergraduate What’s more, the campus is committed to environmental practices, building new LEED-certified schools spanning the sciences and dorms and buying electricity from a regional wind farm. fine arts www.cmu.edu CARNEGIE MELLON SILICON VALLEY Silicon Valley, California, Founded 2003 Master’s degrees in software engineering and software management http://sv.cmu.edu Carnegie Mellon West graduated its first class in August 2003, with 17 students receiving master’s degrees in information technology with specializations in software engineering, e-business technology and the learning sciences.
    [Show full text]
  • Open Cybergis Software for Geospatial Research and Education in the Big Data Era
    Available online at www.sciencedirect.com ScienceDirect SoftwareX ( ) – www.elsevier.com/locate/softx Open cyberGIS software for geospatial research and education in the big data era Shaowen Wanga,b,c,d,e,f,∗, Yan Liua,b,c,f, Anand Padmanabhana,b,c,f a CyberGIS Center for Advanced Digital and Spatial Studies, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA b CyberInfrastructure and Geospatial Information Laboratory, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA c Department of Geography and Geographic Information Science, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA d Department of Urban and Regional Planning, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA e Graduate School of Library and Information Science, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA f National Center for Supercomputing Applications, University of Illinois at Urbana–Champaign, Urbana, IL 61801, USA Received 16 March 2015; received in revised form 3 July 2015; accepted 28 October 2015 Abstract CyberGIS represents an interdisciplinary field combining advanced cyberinfrastructure, geographic information science and systems (GIS), spatial analysis and modeling, and a number of geospatial domains to improve research productivity and enable scientific breakthroughs. It has emerged as new-generation GIS that enable unprecedented advances in data-driven knowledge discovery, visualization and visual analytics, and collaborative problem solving and decision-making. This paper describes three open software strategies – open access, source, and integration – to serve various research and education purposes of diverse geospatial communities. These strategies have been implemented in a leading-edge cyberGIS software environment through three corresponding software modalities: CyberGIS Gateway, Toolkit, and Middleware, and achieved broad and significant impacts.
    [Show full text]
  • Science on the Teragrid
    COMPUTATIONAL METHODS IN SCIENCE AND TECHNOLOGY Special Issue 2010, 81-97 Science on the TeraGrid Daniel S. Katz1,2,3, Scott Callaghan4, Robert Harkness5, Shantenu Jha2,6,7, Krzysztof Kurowski8, Steven Manos9*, Sudhakar Pamidighantam10, Marlon Pierce11, Beth Plale11,12, Carol Song13, John Towns10 1Computation Institute, University of Chicago and Argonne National Laboratory, USA 2Center for Computation & Technology, Louisiana State University, USA 3Department of Electrical and Computer Engineering, Louisiana State University, USA 4University of Southern California, USA 5San Diego Supercomputer Center, University of California San Diego, USA 6Department of Computer Science, Louisiana State University, USA 7e-Science Institute, University of Edinburgh, UK 8Poznan Supercomputing and Networking Center, Poland 9Information Technology Services, University of Melbourne, Australia 10National Center for Supercomputer Applications, University of Illinois, USA, 11Pervasive Technology Institute, Indiana University Bloomington, USA 12School of Informatics and Computing, Indiana University Bloomington, USA 13 Rosen Center for Advanced Computing, Purdue University, USA (Received: 21 May 2010; published online: revised: 29 October 2010; 23 November 2010) Abstract: The TeraGrid is an advanced, integrated, nationally-distributed, open, user-driven, US cyberinfrastructure that enables and supports leading edge scientific discovery and promotes science and technology education. It comprises supercomputing resources, storage systems, visualization resources, data collections, software, and science gateways, integrated by software systems and high bandwidth networks, coordinated through common policies and operations, and supported by technology experts. This paper discusses the TeraGrid itself, examples of the science that is occurring on the TeraGrid today, and applications that are being developed to perform science in the future. Key words: computational science applications, high performance computing, grid computing, production grid infrastructure I.
    [Show full text]
  • Louisiana Joins Teragrid
    Pat A. Strong Robert J. Bruno Chair Richard E. D’Aquin Maurice C. Durbin Scott O. Brame Donna G. Klein Vice Chair Ingrid T. Labat Robert W. Levy Artis L. Terrell, Jr. W. Clinton Rasberry, Jr. Secretary Mary Ellen Roy William Clifford Smith E. Joseph Savoie Victor T. Stelly Commissioner of Harold M. Stokes Higher Education BOARD OF REGENTS Roland M. Toups P. O. Box 3677 James Klock Baton Rouge, LA 70821-3677 Student Member Phone (225) 342-4253, FAX (225) 342-9318 www.regents.state.la.us October 3, 2007 Contact: Kevin Hardy Louisiana Joins TeraGrid Baton Rouge, LA: The National Science Foundation awarded the Louisiana Optical Network Initiative, or LONI, a prestigious grant for $2.2 million that allows Louisiana to join the TeraGrid, a backbone of national cyberinfrastructure. TeraGrid is a nationwide, National Science Foundation, or NSF,-funded research infrastructure that incorporates high-performance computing resources at nine sites across the country. The award will fund initiatives for Louisiana researchers to develop broader use of LONI resources as well as underwrite the operations costs associated with joining TeraGrid. As a member of TeraGrid, LONI will contribute one half of its centerpiece supercomputer, Queen Bee’s, computational cycles to the TeraGrid community. LONI researchers will in turn be able to utilize the TeraGrid’s national resources. "It is exciting to see Louisiana's investment in supercomputing technology continue to deliver significant dividends," said Governor Kathleen Babineaux Blanco. "This grant, making possible our participation in the TeraGrid, is further confirmation that Louisiana's technological infrastructure can compete with the best the world has to offer." Charlie McMahon, LONI executive director, served as principal investigator for the NSF grant.
    [Show full text]
  • Grids to Petaflops
    Thoughts on HPC Facilities Strategies for DOE Office of Science: Grids to Petaflops Rick Stevens Argonne National Laboratory University of Chicago Outline • Update on NSF’s distributed terascale facility • What grid and facilities strategy is appropriate for DOE? • Limits to cluster based architectures • New paths to petaflops computing capability • Grid implications of affordable petaflops • Summary and recommendations R. Stevens Argonne National Laboratory + University of Chicago NSF TeraGrid Approach [$53M in FY01-FY03] • DTF’s project goal is deployment of a production Grid environment • staged deployment based on service priorities • first priority is a linked set of working IA-64 based clusters • immediately useful by the current NSF PACI user base • supporting current high-end applications • standard cluster and data management software • Grid software deployed in phases • basic, core, and advanced services • DTF technology choices based on application community trends • > 50% of top 20 PACI users compute on Linux clusters • development and production runs • majority of NSF MRE projects plan Data Grid environments R. Stevens Argonne National Laboratory + University of Chicago Major DTF and TeraGrid Tasks • Create management structure – Harder than we thought! • Engage major application teams – Starting with ITRs and MREs • Construct high bandwidth national network – On track • Integrate terascale hardware and software – Planning underway • Establish distributed TeraGrid operations – New Concepts needed • Deploy and harden Grid software
    [Show full text]