Visualization and Exploration of huge data volumes

Size: px
Start display at page:

Download "Visualization and Exploration of huge data volumes"

Transcription

1 Visualization and Exploration of huge data volumes Claudio Gheller (CINECA),

2 CINECA ( CINECA is a non profit Consortium, made up of 36 Italian universities, The National Institute of Oceanography and Experimental Geophysics - OGS, the CNR (National Research Council), and the Ministry of University and Research. Today it is the largest Academic HPC centre in Italy It is partners of the major HPC/GRID computing EU supported projects: DEISA, PRACE, HPCEUROPA)

3 Research topics and collaborations HPC computing applications in astrophysics Management and Visualization of scientific data Istitute of Radioastronomy, Bologna, G. Brunetti, F. Vazza Astronomy Dept. of Trieste, S. Borgani, L. Tornatore, G. Murante Visualization CINECA, S. Imboden, L. Calori Astronomical Observatory of Catania and Portsmouth University (see later) Enzo simulations Gadget simulations MAF development; outreacheducational applications VisIVO toolkit development MPA-Munich, K.Dolag Splotch for astro-simulations and public outreach S.Diego Supercomputing Center, R.Wagner Developing a protocol for simulation data access (SimDAP) European Projects DEISA 2 Responsible of JRA (The DEISA Development Environment Using Ecplipse PTP for DEISA) HPC-EUROPA2 JRA1: Innovative Parallel Programming Paradigms Evaluation and Parallel I/O Tools JRA3: Tools for scientific data services

4 Introduction Experiments, observations, numerical applications produce huge amount of data: the data volume approx. doubles each year. This data must be properly stored and managed. This is commonly indicated as the Data problem. Furthermore, the data must be accessible and proper tools for its exploration, processing analysis should be available. My focus is: numerical simulations in Astrophysics However, problems and requirements are common to most of scientific areas disciplines (CFD, planetary sciences, geophysics ).

5 Chapter 1: THE (HUGE) DATA

6 Astrophysical simulations: a (very) short overview Astrophysical simulations are challenging since they have to deal with a large number of different physical processes, on a huge dynamical range. They requires sophisticated algorithms and high resolution. They are computationally expensive and produce tons of data usually RAW data

7 Detailed observations Courtesy Alexis Finoguenov, Ulrich Briel, Peter Schuecker, (MPE) electron density gas temperature gas pressure

8 Require detailed modeling (experiments not possible) Courtesy G.Lemson and V. Springel

9 Temperature map of a cluster of galaxies (evolution from redshift z=6)

10 Historical simulations Toomre & Toomre, 1972 Volker Springel Di Matteo, Springel and Hernquist, 2005

11 Simulations data: Size Let s see what happens for a cosmological simulation Pure gravity (N-body): Size: particles elements For each particles we save (at least) 3D position and velocity: 6 variables Each variable is a float number: 4 bytes We want to save a number of time steps: e.g. 10 (but for millennium, e.g., it is 64!!!) 6x10 10 elements 2.4x10 11 bytes = 240 GBs 2.4 TBs In a hydrodynamics simulation, you must save further variables, at least density, energy and momentum of the gas, so the data size is more or less doubled!!!

12 Simulations data: other issues Apart from its size, data produced by numerical simulations is: Monolithic (few files contains plenty of data) Uncompressible Non standard (propretary formats are the rule) Non portable (depend from simulation machine) No (or few) annotations metadata Heterogeneous in units (often code units)

13 Chapter 2: Data Exploration, Visualization and Processing

14 Overview Various different tools offer powerful instrument for automatically analyzing large volumes of data, for classification, association, clustering, etc. (e.g. data mining or statistical tools) In general, data analysis is characterized by accurate and sophisticated (i.e. complex and computationally expensive) algorithms which often scale as N 2 or even N 3 (non-linear behavior) and that are not or cannot be optimized/parallelized (not suitable for HPC system) But an extremely accurate approach is not always necessary

15 Visualization e.g. some problems require a overall data exploration approach, as that provided by visualization Visualization offers an intuitive and immediate insight into data and has the capability to show simultaneously different species and different properties of data, to navigate inside data to find out and select interesting regions and features at a glance. What takes hours for a CPU can take a glance for the human eye!!! Therefore, the visualization process can play a fundamental role in understanding the data

16 Visualization Tools In fact, the astronomical community has always dedicated special attention to graphical and visualization tools Traditionally, the most popular software for astronomers can be subdivided into two main categories: tools for image display and processing (IRAF, NOAO, MIDAS ) and tools for plotting data (IDL, SMongo, Gnuplot, Tipsy ) However, most of these tools are highly specialized and cannot cooperate with each other

17 Visualization Tools: The New Generation A new generation of graphic software tools is maturing. These tools are designed to overcome the limits and the barriers of traditional software by exploiting the latest technological opportunities. Main objectives: High performance and large data support Interoperabilty Access to remote and distributed resources Tools like VisIVO, ParaViev, Visit, Aladin and Topcat have been recently developed to achieve these goals.

18 High performance and large data support High performance allows to exploit at best the resources of your computing system: Multi threading implementation (for multi core processors) Parallel implementation (for multi processors architectures) Exploitation of graphics/processing accelerators (GPUs, FPGA ) Usage of specialized programming paradigms (CUDA, shaders, OpenCL ) Large data support provides solutions for large data volumes: 64 bit applications (exploit large - > 2 GB memories) Visualization tricks to render plenty of data Levels of details Parallel systems

19 Interoperability Different tools (software) are good in specific tasks It s impossible to have a single tool that can do everything in the best way Interoperability means take different tools and make them work in a cooperative way, exploiting their best functionalities Various possible solutions. E.g. (for astronomy): SAMP: Simple Application Messaging Protocol, and its precursor PLASTIC: PLatform for AStronomical Tool InterConnection Plastic HUB Messages management

20 A couple of examples: 1. The VisIVO Toolkit All of this can be still implemented as a traditional desktop application: o Data is on the workstation o Computing and rendering is done by the same workstation And this was also our* historical approach which led to the VisIVO software. Gabriella Caniglia Software Developer Astrophysical Observatory Catania Italy Marco Comparato Software Manager/ Developer Astrophysical Observatory Catania Italy * Our stands for: Alessandro Costa Web Services & TVO Astrophysical Observatory Catania Italy CINECA (myself and S.Imboden) The Italian Institute for Astrophysics-INAF-Catania Observatory (U.Becciani, M.Comparato, G.Caniglia, A.Costa, P.Massimino) And, more recently, the School of Creative Technologies, University of Portsmouth (M. Krokos, Z. Jin) Zef Han J. Software developer University of Portsmouth UK Mel Krokos Co-Principal Investigator University of Portsmouth UK

21 VisIVO (

22 A couple of examples: 2. Splotch ( cosmo/splotch/) Splotch is a light and fast, public available, ray-tracer software tool which supports the effective visualization of cosmological simulations data. The algorithm it relies on is designed in order to deal with point-like data. Used for both scientific and outreach purposes. Hybrid parallelization: o MPI based each node compute an image (under development) o OpenMP processor in a node calculates part of a image (public) Example: Turin Planetarium movie: Approx 360 sec. Framerate=30 images per second (approx: frames) Stereographic=doubled the number of frames (approx 20000) Resolution 1400 x 1050, Input dataset, approx points Each frame takes approx 3-4 minutes to be generated I.E. each a full animation takes approx 20 CPU hours to be completed. A large number of tests required Parallelization absolutely necessary

23 Useful links and references VisIVO : Aladin: Topcat: Plastic: VTK: MAF: IVOA: Visualization, Exploration and Data Analysis of Complex Astrophysical Data M. Comparato, U. Becciani, A. Costa, B. Garilli, C. Gheller, B. Larsson, J. Taylor, 2007, The Publications of the Astronomical Society of the Pacific, Volume 119, Issue 858, pp

24 Chapter 3: Remote and Distribute Data

25 Data Management & Access o Data produced by supercomputers are stored at the HPC center o They will (probably) stay there (cannot be moved over a WAN) o Network speed can increase, but data size increases faster Tools MUST be deployed in order to manage and access effectively remote stored data. STEP 1: MOVING from the HPC center to the HPC-DATA center

26 Simulations data: limits Size; Monolithic; Uncompressible. Non standard; Non portable. No metadata; Heterogeneous in units Difficult to move (download); Difficult to process (CPU/memory/disk demanding); Plenty of usless data manipulated. Difficult to share and distribute; Difficult to reuse; Difficult to access. Difficult to search; Difficult to reuse and share; Difficult to preserve; Difficult to access by humans and machines; Difficult to publish.

27 Toward the data center Present situation Local UNIX filesystem. Hierachical. FTP Propretary No description Directory browsing XML None Repository Organization Perspective irods, DIGS Transport protocol Toward high performance: GridFTP File format Common exchange format, HDF5 Data desciption Theroetical Data Model (see Archive exploration and search DB queries, Google-like search Information encoding language XML Available services Quality of service/data Data search Data visualization and processing Data selection, decimation, compression

28 Extending the perspective: distributed data resources Are simulations datasets interesting for more than one? Can data produced by a simulation be published becoming available for the scientific community? o It can be used for testing new codes or algorithms o It can be analyzed in many different aspects (possibly not interesting/ expected/considered by authors o Data publication can increase its popularity and that of its authors o It Bridges the gap in specializations: not everyone has required expertise to create simulations, though they can analyse them. STEP 2: Moving from Local HPC-Data Centers to Distributed HPC-Data Centers Various approaches can be followed..

29 The Virtual Observatory In Astronomy Most of these problems characterized also observational data. That s why the international communitiy started a joint effort for overtaking them. The result of this effort is the International Virtual Observatory A virtual observatory is a collection of interoperating data archives and software tools which utilize the internet to form a scientific research environment in which astronomical research programs can be conducted. (Wikipedia)

30 The International Virtual Observatory Alliance The basic requirement of the VO is to define STANDARDS to make everything INTEROPERABLE The development of such standards, hence of the VO is coordinated by the International Virtual Observatory Alliance (IVOA, see The IVOA goal is "To facilitate the international coordination and collaboration necessary for the development and deployment of the tools, systems and organisational structures necessary to enable the international utilisation of astronomical archives as an integrated and inter-operating virtual observatory" (IVOA mission, from

31 The theoretical Virtual Observatory (TVO) Up to now, most of the IVOA effort has been devoted to observational data, but simulated data are getting a growing attention. Broadly speaking, the goal of the TVO development work is to create a distributed archive of simulated data accessible from anywhere by web based tools in a easy and transparent way. Using the same metaphor of the VO (and of the web) its just like the researcher has all the simulation data in his pc. The TVO is defining standards for Data description (repositories) Data access (services)

32 Back to visualization In this approach, visualization is exploited for DATA EXPLORATION and SELECTION: o See the data o Find out interesting features o Select interesting objects o Extract them o Process them o Download the results o Do your standard desktop work on them

33 Exploring data Search for simulations with Lambda>0.7 Data is too large!!! I like this one It s too large!!! Let s select a sub-region!!! Extract a sub region it is still large Metadata VOTable Binary data file Perform the analysis on-site Finally I have a jpeg cannot be too large!!!

34 VisIVO Server: Basic Architecture TVO XML Document New VBT Local or Remote (http ref) User Data VBT: VisIVO Binary Table

35 VisIVO Server main features VisIVO Server is just a collection of C++ applications (most of them derived by the Desktop version). New modules can be added just supporting the I/O protocols. Application are o Linux/Unix compliant o 64 bits o Data size independent o Parallel (MPI/OpenMP work in progress) At present visualization is static, i.e. only sequences of images can be produced

36 Path Forward In order to have interactive visualization different approaches are followed: - Development of interactive web browser embedded interfaces is in progress (OpenSceneGraph + javascript based). Graphics is at client side. Critical are: o Multi-browser Multi-platform support o partitioning schema (tree-based? For performances) - Visualization node: Images are produced at server side and sent to a client. Critical are o Light protocol o Effective compression Experimenting IBM-DCV+VNC solution (RVN node on the supercomputing BCX cluster Linux cluster)

37 A few examples ITVO Catania (Italy) Thanks to Ugo Becciani & Alessandro Costa ITVO Trieste (Italy) Thanks to Patrizia Manzato & Fabio Pasian (experimental installation) ITVO Portsmouth (UK) Thanks to Mel Krokos Simulation data San Diego (USA) Thanks to R. Wagner Millennium Run MPI Munich (Germany) Thanks to G. Lemson

38 TVO usage: 1 starting to search (standard query) Search query Find all SPH simulations of the Concordance model with data between z=0 and z=0.1 Registry User The registry is a web resource Finds all the available suitable data services

39 TVO usage: 2 data discovery Search query Find all SPH simulations of the Concordance model with data between z=0 and z=0.1 Registry User Query submission Only Munich and Trieste Have SPH simulations Archive with SimDB Archive with SimDB Archive with SimDB Search results List of the hits

40 TVO usage: 3 previewing data User Archive with SimDB Archive with SimDB Archive with SimDB Search results List of the hits Reduced data Preview I like this cluster Inside this snaphot!!! The data is in Munich Ask for previews

41 TVO usage: 4 get the data User Archive with SimDB Archive with SimDB Archive with SimDB Select the Region of Interest and Get the data Cutout service get the data (large bandwith for large data) DATA Cutout FINAL RESULT VOTable (small bandwidth, Small data)

42 TVO concept Search query Find all SPH simulations of the Concordance model with data between z=0 and z=0.1 Registry User Query submission Only Munich and Trieste Have SPH simulations Archive with SimDB Archive with SimDB Archive with SimDB Search results List of the hits Reduced data Preview I like this cluster Inside this snaphot!!! The data is in Munich Ask for previews Cutout FINAL RESULT

VisIVO, a VO-Enabled tool for Scientific Visualization and Data Analysis: Overview and Demo

VisIVO, a VO-Enabled tool for Scientific Visualization and Data Analysis: Overview and Demo Claudio Gheller (CINECA), Marco Comparato (OACt), Ugo Becciani (OACt) VisIVO, a VO-Enabled tool for Scientific Visualization and Data Analysis: Overview and Demo VisIVO: Visualization Interface for the

More information

VisIVO, an open source, interoperable visualization tool for the Virtual Observatory

VisIVO, an open source, interoperable visualization tool for the Virtual Observatory Claudio Gheller (CINECA) 1, Ugo Becciani (OACt) 2, Marco Comparato (OACt) 3 Alessandro Costa (OACt) 4 VisIVO, an open source, interoperable visualization tool for the Virtual Observatory 1: c.gheller@cineca.it

More information

Ugo Becciani, A. Costa, G. Caniglia, C. Gheller M. Comparato, P. Massimino, M. Krokos, L. Zef Han

Ugo Becciani, A. Costa, G. Caniglia, C. Gheller M. Comparato, P. Massimino, M. Krokos, L. Zef Han 4th EGEE User Forum/ OGF 25 and OGF Europe's 2nd International Event 2-6 March 2009 Catania VisIVO: data visualization on the grid Scientific Multidimensional Data Exploration Ugo Becciani, A. Costa, G.

More information

VisIVO: data exploration of complex data

VisIVO: data exploration of complex data Mem. S.A.It. Vol. 80, 441 c SAIt 2009 Memorie della VisIVO: data exploration of complex data G. Caniglia 1,4, U. Becciani 1, M. Comparato 1, A. Costa 1, C. Gheller 2, A. Grillo 1, M. Krokos 3, and F. Vitello

More information

Big Data Visualization on the MIC

Big Data Visualization on the MIC Big Data Visualization on the MIC Tim Dykes School of Creative Technologies University of Portsmouth timothy.dykes@port.ac.uk Many-Core Seminar Series 26/02/14 Splotch Team Tim Dykes, University of Portsmouth

More information

Agenda. HPC Software Stack. HPC Post-Processing Visualization. Case Study National Scientific Center. European HPC Benchmark Center Montpellier PSSC

Agenda. HPC Software Stack. HPC Post-Processing Visualization. Case Study National Scientific Center. European HPC Benchmark Center Montpellier PSSC HPC Architecture End to End Alexandre Chauvin Agenda HPC Software Stack Visualization National Scientific Center 2 Agenda HPC Software Stack Alexandre Chauvin Typical HPC Software Stack Externes LAN Typical

More information

How To Understand And Understand The Science Of Astronomy

How To Understand And Understand The Science Of Astronomy Introduction to the VO Christophe.Arviset@esa.int ESAVO ESA/ESAC Madrid, Spain The way Astronomy works Telescopes (ground- and space-based, covering the full electromagnetic spectrum) Observatories Instruments

More information

Part I Courses Syllabus

Part I Courses Syllabus Part I Courses Syllabus This document provides detailed information about the basic courses of the MHPC first part activities. The list of courses is the following 1.1 Scientific Programming Environment

More information

GPU System Architecture. Alan Gray EPCC The University of Edinburgh

GPU System Architecture. Alan Gray EPCC The University of Edinburgh GPU System Architecture EPCC The University of Edinburgh Outline Why do we want/need accelerators such as GPUs? GPU-CPU comparison Architectural reasons for GPU performance advantages GPU accelerated systems

More information

The Lattice Project: A Multi-Model Grid Computing System. Center for Bioinformatics and Computational Biology University of Maryland

The Lattice Project: A Multi-Model Grid Computing System. Center for Bioinformatics and Computational Biology University of Maryland The Lattice Project: A Multi-Model Grid Computing System Center for Bioinformatics and Computational Biology University of Maryland Parallel Computing PARALLEL COMPUTING a form of computation in which

More information

Visualization Infrastructure and Services at the MPCDF

Visualization Infrastructure and Services at the MPCDF Visualization Infrastructure and Services at the MPCDF Markus Rampp & Klaus Reuter Max Planck Computing and Data Facility (MPCDF) (visualization@mpcdf.mpg.de) Interdisciplinary Cluster Workshop on Visualization

More information

How To Build A Supermicro Computer With A 32 Core Power Core (Powerpc) And A 32-Core (Powerpc) (Powerpowerpter) (I386) (Amd) (Microcore) (Supermicro) (

How To Build A Supermicro Computer With A 32 Core Power Core (Powerpc) And A 32-Core (Powerpc) (Powerpowerpter) (I386) (Amd) (Microcore) (Supermicro) ( TECHNICAL GUIDELINES FOR APPLICANTS TO PRACE 7 th CALL (Tier-0) Contributing sites and the corresponding computer systems for this call are: GCS@Jülich, Germany IBM Blue Gene/Q GENCI@CEA, France Bull Bullx

More information

IBM Deep Computing Visualization Offering

IBM Deep Computing Visualization Offering P - 271 IBM Deep Computing Visualization Offering Parijat Sharma, Infrastructure Solution Architect, IBM India Pvt Ltd. email: parijatsharma@in.ibm.com Summary Deep Computing Visualization in Oil & Gas

More information

Concepts and Architecture of Grid Computing. Advanced Topics Spring 2008 Prof. Robert van Engelen

Concepts and Architecture of Grid Computing. Advanced Topics Spring 2008 Prof. Robert van Engelen Concepts and Architecture of Grid Computing Advanced Topics Spring 2008 Prof. Robert van Engelen Overview Grid users: who are they? Concept of the Grid Challenges for the Grid Evolution of Grid systems

More information

HPC Wales Skills Academy Course Catalogue 2015

HPC Wales Skills Academy Course Catalogue 2015 HPC Wales Skills Academy Course Catalogue 2015 Overview The HPC Wales Skills Academy provides a variety of courses and workshops aimed at building skills in High Performance Computing (HPC). Our courses

More information

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets!! Large data collections appear in many scientific domains like climate studies.!! Users and

More information

Clusters: Mainstream Technology for CAE

Clusters: Mainstream Technology for CAE Clusters: Mainstream Technology for CAE Alanna Dwyer HPC Division, HP Linux and Clusters Sparked a Revolution in High Performance Computing! Supercomputing performance now affordable and accessible Linux

More information

Big Data Challenges in Bioinformatics

Big Data Challenges in Bioinformatics Big Data Challenges in Bioinformatics BARCELONA SUPERCOMPUTING CENTER COMPUTER SCIENCE DEPARTMENT Autonomic Systems and ebusiness Pla?orms Jordi Torres Jordi.Torres@bsc.es Talk outline! We talk about Petabyte?

More information

HDF5-iRODS Project. August 20, 2008

HDF5-iRODS Project. August 20, 2008 P A G E 1 HDF5-iRODS Project Final report Peter Cao The HDF Group 1901 S. First Street, Suite C-2 Champaign, IL 61820 xcao@hdfgroup.org Mike Wan San Diego Supercomputer Center University of California

More information

Visualizing and Analyzing Massive Astronomical Datasets with Partiview

Visualizing and Analyzing Massive Astronomical Datasets with Partiview Visualizing and Analyzing Massive Astronomical Datasets with Partiview Brian P. Abbott 1, Carter B. Emmart 1, Stuart Levy 2, and Charles T. Liu 1 1 American Museum of Natural History & Hayden Planetarium,

More information

Cosmological simulations on High Performance Computers

Cosmological simulations on High Performance Computers Cosmological simulations on High Performance Computers Cosmic Web Morphology and Topology Cosmological workshop meeting Warsaw, 12-17 July 2011 Maciej Cytowski Interdisciplinary Centre for Mathematical

More information

Managing Complexity in Distributed Data Life Cycles Enhancing Scientific Discovery

Managing Complexity in Distributed Data Life Cycles Enhancing Scientific Discovery Center for Information Services and High Performance Computing (ZIH) Managing Complexity in Distributed Data Life Cycles Enhancing Scientific Discovery Richard Grunzke*, Jens Krüger, Sandra Gesing, Sonja

More information

RevoScaleR Speed and Scalability

RevoScaleR Speed and Scalability EXECUTIVE WHITE PAPER RevoScaleR Speed and Scalability By Lee Edlefsen Ph.D., Chief Scientist, Revolution Analytics Abstract RevoScaleR, the Big Data predictive analytics library included with Revolution

More information

Grid Computing Vs. Cloud Computing

Grid Computing Vs. Cloud Computing International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 6 (2013), pp. 577-582 International Research Publications House http://www. irphouse.com /ijict.htm Grid

More information

Observer Access to the Cherenkov Telescope Array

Observer Access to the Cherenkov Telescope Array Observer Access to the Cherenkov Telescope Array IRAP, Toulouse, France E-mail: jknodlseder@irap.omp.eu V. Beckmann APC, Paris, France E-mail: beckmann@apc.in2p3.fr C. Boisson LUTh, Paris, France E-mail:

More information

Accelerating Simulation & Analysis with Hybrid GPU Parallelization and Cloud Computing

Accelerating Simulation & Analysis with Hybrid GPU Parallelization and Cloud Computing Accelerating Simulation & Analysis with Hybrid GPU Parallelization and Cloud Computing Innovation Intelligence Devin Jensen August 2012 Altair Knows HPC Altair is the only company that: makes HPC tools

More information

GEOCOMPUTATIONS AND RELATED WEB SERVICES

GEOCOMPUTATIONS AND RELATED WEB SERVICES GEOCOMPUTATIONS AND RELATED WEB SERVICES J. A. Rod Blais Dept. of Geomatics Engineering Pacific Institute for the Mathematical Sciences University of Calgary, Calgary, Alberta T2N 1N4 blais@ucalgary.ca

More information

Cluster, Grid, Cloud Concepts

Cluster, Grid, Cloud Concepts Cluster, Grid, Cloud Concepts Kalaiselvan.K Contents Section 1: Cluster Section 2: Grid Section 3: Cloud Cluster An Overview Need for a Cluster Cluster categorizations A computer cluster is a group of

More information

Silviu Panica, Marian Neagul, Daniela Zaharie and Dana Petcu (Romania)

Silviu Panica, Marian Neagul, Daniela Zaharie and Dana Petcu (Romania) Silviu Panica, Marian Neagul, Daniela Zaharie and Dana Petcu (Romania) Outline Introduction EO challenges; EO and classical/cloud computing; EO Services The computing platform Cluster -> Grid -> Cloud

More information

QLIKVIEW ARCHITECTURE AND SYSTEM RESOURCE USAGE

QLIKVIEW ARCHITECTURE AND SYSTEM RESOURCE USAGE QLIKVIEW ARCHITECTURE AND SYSTEM RESOURCE USAGE QlikView Technical Brief April 2011 www.qlikview.com Introduction This technical brief covers an overview of the QlikView product components and architecture

More information

Data Lab Operations Concepts

Data Lab Operations Concepts Data Lab Operations Concepts 1 Introduction This talk will provide an overview of Data Lab components to be implemented Core infrastructure User applications Science Capabilities User Interfaces The scope

More information

PRIMERGY server-based High Performance Computing solutions

PRIMERGY server-based High Performance Computing solutions PRIMERGY server-based High Performance Computing solutions PreSales - May 2010 - HPC Revenue OS & Processor Type Increasing standardization with shift in HPC to x86 with 70% in 2008.. HPC revenue by operating

More information

Data Grids. Lidan Wang April 5, 2007

Data Grids. Lidan Wang April 5, 2007 Data Grids Lidan Wang April 5, 2007 Outline Data-intensive applications Challenges in data access, integration and management in Grid setting Grid services for these data-intensive application Architectural

More information

Using the Parkes Pulsar Data Archive

Using the Parkes Pulsar Data Archive JART http://www.jart.ac.cn Using the Parkes Pulsar Data Archive J. Khoo 1, G. Hobbs 1, R. N. Manchester 1, D. Miller 2, J. Dempsey 2 1 CSIRO Astronomy and Space Science, Australia Telescope National Facility,

More information

A Steering Environment for Online Parallel Visualization of Legacy Parallel Simulations

A Steering Environment for Online Parallel Visualization of Legacy Parallel Simulations A Steering Environment for Online Parallel Visualization of Legacy Parallel Simulations Aurélien Esnard, Nicolas Richart and Olivier Coulaud ACI GRID (French Ministry of Research Initiative) ScAlApplix

More information

Introduction Recall of the Theory Group context and SimDM Accessing theoretical data The SimDAL proposal Remarks Conclu.

Introduction Recall of the Theory Group context and SimDM Accessing theoretical data The SimDAL proposal Remarks Conclu. SimDAL proposals Observatoire de Paris / VO-Paris Data Centre David Languignon, Franck Le Petit Poona, India October 25, 2011 1 Introduction Table of Content 2 Recall of the Theory Group context and SimDM

More information

THE CCLRC DATA PORTAL

THE CCLRC DATA PORTAL THE CCLRC DATA PORTAL Glen Drinkwater, Shoaib Sufi CCLRC Daresbury Laboratory, Daresbury, Warrington, Cheshire, WA4 4AD, UK. E-mail: g.j.drinkwater@dl.ac.uk, s.a.sufi@dl.ac.uk Abstract: The project aims

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

A Novel Cloud Based Elastic Framework for Big Data Preprocessing

A Novel Cloud Based Elastic Framework for Big Data Preprocessing School of Systems Engineering A Novel Cloud Based Elastic Framework for Big Data Preprocessing Omer Dawelbeit and Rachel McCrindle October 21, 2014 University of Reading 2008 www.reading.ac.uk Overview

More information

Globus Striped GridFTP Framework and Server. Raj Kettimuthu, ANL and U. Chicago

Globus Striped GridFTP Framework and Server. Raj Kettimuthu, ANL and U. Chicago Globus Striped GridFTP Framework and Server Raj Kettimuthu, ANL and U. Chicago Outline Introduction Features Motivation Architecture Globus XIO Experimental Results 3 August 2005 The Ohio State University

More information

Identifying the Number of Visitors to improve Website Usability from Educational Institution Web Log Data

Identifying the Number of Visitors to improve Website Usability from Educational Institution Web Log Data Identifying the Number of to improve Website Usability from Educational Institution Web Log Data Arvind K. Sharma Dept. of CSE Jaipur National University, Jaipur, Rajasthan,India P.C. Gupta Dept. of CSI

More information

MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper

MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper Migrating Desktop and Roaming Access Whitepaper Poznan Supercomputing and Networking Center Noskowskiego 12/14 61-704 Poznan, POLAND 2004, April white-paper-md-ras.doc 1/11 1 Product overview In this whitepaper

More information

DAME Astrophysical DAta Mining Mining & & Exploration Exploration GRID

DAME Astrophysical DAta Mining Mining & & Exploration Exploration GRID DAME Astrophysical DAta Mining & Exploration on GRID M. Brescia S. G. Djorgovski G. Longo & DAME Working Group Istituto Nazionale di Astrofisica Astronomical Observatory of Capodimonte, Napoli Department

More information

IMPLEMENTING GREEN IT

IMPLEMENTING GREEN IT Saint Petersburg State University of Information Technologies, Mechanics and Optics Department of Telecommunication Systems IMPLEMENTING GREEN IT APPROACH FOR TRANSFERRING BIG DATA OVER PARALLEL DATA LINK

More information

for my computation? Stefano Cozzini Which infrastructure Which infrastructure Democrito and SISSA/eLAB - Trieste

for my computation? Stefano Cozzini Which infrastructure Which infrastructure Democrito and SISSA/eLAB - Trieste Which infrastructure Which infrastructure for my computation? Stefano Cozzini Democrito and SISSA/eLAB - Trieste Agenda Introduction:! E-infrastructure and computing infrastructures! What is available

More information

CA ARCserve Family r15

CA ARCserve Family r15 CA ARCserve Family r15 Rami Nasser EMEA Principal Consultant, Technical Sales Rami.Nasser@ca.com The ARCserve Family More than Backup The only solution that: Gives customers control over their changing

More information

Simulation Platform Overview

Simulation Platform Overview Simulation Platform Overview Build, compute, and analyze simulations on demand www.rescale.com CASE STUDIES Companies in the aerospace and automotive industries use Rescale to run faster simulations Aerospace

More information

The Future Astronomical Software Environment progress

The Future Astronomical Software Environment progress Mem. S.A.It. Suppl. Vol. 13, 111 c SAIt 2009 Memorie della Supplementi The Future Astronomical Software Environment progress L. Paioro 1, B. Garilli 1, P. Grosbøl 2, D. Tody 3,4, C. Surace 5, T. Fenouillet

More information

EUFORIA: Grid and High Performance Computing at the Service of Fusion Modelling

EUFORIA: Grid and High Performance Computing at the Service of Fusion Modelling EUFORIA: Grid and High Performance Computing at the Service of Fusion Modelling Miguel Cárdenas-Montes on behalf of Euforia collaboration Ibergrid 2008 May 12 th 2008 Porto Outline Project Objectives Members

More information

UNINETT Sigma2 AS: architecture and functionality of the future national data infrastructure

UNINETT Sigma2 AS: architecture and functionality of the future national data infrastructure UNINETT Sigma2 AS: architecture and functionality of the future national data infrastructure Authors: A O Jaunsen, G S Dahiya, H A Eide, E Midttun Date: Dec 15, 2015 Summary Uninett Sigma2 provides High

More information

The Ultimate in Scale-Out Storage for HPC and Big Data

The Ultimate in Scale-Out Storage for HPC and Big Data Node Inventory Health and Active Filesystem Throughput Monitoring Asset Utilization and Capacity Statistics Manager brings to life powerful, intuitive, context-aware real-time monitoring and proactive

More information

Elettra DAta analysis Tool: a data webhousing tool for heterogeneous log analysis

Elettra DAta analysis Tool: a data webhousing tool for heterogeneous log analysis Elettra DAta analysis Tool: a data webhousing tool for heterogeneous log analysis Roberto Pugliese Stefano Maraspin Alessio Curri Software for Measurements Experiment Division Sincrotrone Trieste S.C.p.A.

More information

The ORIENTGATE data platform

The ORIENTGATE data platform Seminar on Proposed and Revised set of indicators June 4-5, 2014 - Belgrade (Serbia) The ORIENTGATE data platform WP2, Action 2.4 Alessandra Nuzzo, Sandro Fiore, Giovanni Aloisio Scientific Computing and

More information

Kriterien für ein PetaFlop System

Kriterien für ein PetaFlop System Kriterien für ein PetaFlop System Rainer Keller, HLRS :: :: :: Context: Organizational HLRS is one of the three national supercomputing centers in Germany. The national supercomputing centers are working

More information

SGI High Performance Computing

SGI High Performance Computing SGI High Performance Computing Accelerate time to discovery, innovation, and profitability 2014 SGI SGI Company Proprietary 1 Typical Use Cases for SGI HPC Products Large scale-out, distributed memory

More information

SURFsara Data Services

SURFsara Data Services SURFsara Data Services SUPPORTING DATA-INTENSIVE SCIENCES Mark van de Sanden The world of the many Many different users (well organised (international) user communities, research groups, universities,

More information

Outline. High Performance Computing (HPC) Big Data meets HPC. Case Studies: Some facts about Big Data Technologies HPC and Big Data converging

Outline. High Performance Computing (HPC) Big Data meets HPC. Case Studies: Some facts about Big Data Technologies HPC and Big Data converging Outline High Performance Computing (HPC) Towards exascale computing: a brief history Challenges in the exascale era Big Data meets HPC Some facts about Big Data Technologies HPC and Big Data converging

More information

Stream Processing on GPUs Using Distributed Multimedia Middleware

Stream Processing on GPUs Using Distributed Multimedia Middleware Stream Processing on GPUs Using Distributed Multimedia Middleware Michael Repplinger 1,2, and Philipp Slusallek 1,2 1 Computer Graphics Lab, Saarland University, Saarbrücken, Germany 2 German Research

More information

An IDL for Web Services

An IDL for Web Services An IDL for Web Services Interface definitions are needed to allow clients to communicate with web services Interface definitions need to be provided as part of a more general web service description Web

More information

Titolo del paragrafo. Titolo del documento - Sottotitolo documento The Benefits of Pushing Real-Time Market Data via a Web Infrastructure

Titolo del paragrafo. Titolo del documento - Sottotitolo documento The Benefits of Pushing Real-Time Market Data via a Web Infrastructure 1 Alessandro Alinone Agenda Introduction Push Technology: definition, typology, history, early failures Lightstreamer: 3rd Generation architecture, true-push Client-side push technology (Browser client,

More information

IT of SPIM Data Storage and Compression. EMBO Course - August 27th! Jeff Oegema, Peter Steinbach, Oscar Gonzalez

IT of SPIM Data Storage and Compression. EMBO Course - August 27th! Jeff Oegema, Peter Steinbach, Oscar Gonzalez IT of SPIM Data Storage and Compression EMBO Course - August 27th Jeff Oegema, Peter Steinbach, Oscar Gonzalez 1 Talk Outline Introduction and the IT Team SPIM Data Flow Capture, Compression, and the Data

More information

Building a Top500-class Supercomputing Cluster at LNS-BUAP

Building a Top500-class Supercomputing Cluster at LNS-BUAP Building a Top500-class Supercomputing Cluster at LNS-BUAP Dr. José Luis Ricardo Chávez Dr. Humberto Salazar Ibargüen Dr. Enrique Varela Carlos Laboratorio Nacional de Supercómputo Benemérita Universidad

More information

OVERVIEW OF JPSEARCH: A STANDARD FOR IMAGE SEARCH AND RETRIEVAL

OVERVIEW OF JPSEARCH: A STANDARD FOR IMAGE SEARCH AND RETRIEVAL OVERVIEW OF JPSEARCH: A STANDARD FOR IMAGE SEARCH AND RETRIEVAL Frédéric Dufaux, Michael Ansorge, and Touradj Ebrahimi Institut de Traitement des Signaux Ecole Polytechnique Fédérale de Lausanne (EPFL)

More information

High Performance. CAEA elearning Series. Jonathan G. Dudley, Ph.D. 06/09/2015. 2015 CAE Associates

High Performance. CAEA elearning Series. Jonathan G. Dudley, Ph.D. 06/09/2015. 2015 CAE Associates High Performance Computing (HPC) CAEA elearning Series Jonathan G. Dudley, Ph.D. 06/09/2015 2015 CAE Associates Agenda Introduction HPC Background Why HPC SMP vs. DMP Licensing HPC Terminology Types of

More information

Easier - Faster - Better

Easier - Faster - Better Highest reliability, availability and serviceability ClusterStor gets you productive fast with robust professional service offerings available as part of solution delivery, including quality controlled

More information

IDL. Get the answers you need from your data. IDL

IDL. Get the answers you need from your data. IDL Get the answers you need from your data. IDL is the preferred computing environment for understanding complex data through interactive visualization and analysis. IDL Powerful visualization. Interactive

More information

Remote Visualization and Collaborative Design for CAE Applications

Remote Visualization and Collaborative Design for CAE Applications Remote Visualization and Collaborative Design for CAE Applications Giorgio Richelli giorgio_richelli@it.ibm.com http://www.ibm.com/servers/hpc http://www.ibm.com/servers/deepcomputing http://www.ibm.com/servers/deepcomputing/visualization

More information

CROSS PLATFORM AUTOMATIC FILE REPLICATION AND SERVER TO SERVER FILE SYNCHRONIZATION

CROSS PLATFORM AUTOMATIC FILE REPLICATION AND SERVER TO SERVER FILE SYNCHRONIZATION 1 E N D U R A D A T A EDpCloud: A File Synchronization, Data Replication and Wide Area Data Distribution Solution CROSS PLATFORM AUTOMATIC FILE REPLICATION AND SERVER TO SERVER FILE SYNCHRONIZATION 2 Resilient

More information

Panasas High Performance Storage Powers the First Petaflop Supercomputer at Los Alamos National Laboratory

Panasas High Performance Storage Powers the First Petaflop Supercomputer at Los Alamos National Laboratory Customer Success Story Los Alamos National Laboratory Panasas High Performance Storage Powers the First Petaflop Supercomputer at Los Alamos National Laboratory June 2010 Highlights First Petaflop Supercomputer

More information

Data-Intensive Science and Scientific Data Infrastructure

Data-Intensive Science and Scientific Data Infrastructure Data-Intensive Science and Scientific Data Infrastructure Russ Rew, UCAR Unidata ICTP Advanced School on High Performance and Grid Computing 13 April 2011 Overview Data-intensive science Publishing scientific

More information

Organization of VizieR's Catalogs Archival

Organization of VizieR's Catalogs Archival Organization of VizieR's Catalogs Archival Organization of VizieR's Catalogs Archival Table of Contents Foreword...2 Environment applied to VizieR archives...3 The archive... 3 The producer...3 The user...3

More information

Supercomputing on Windows. Microsoft (Thailand) Limited

Supercomputing on Windows. Microsoft (Thailand) Limited Supercomputing on Windows Microsoft (Thailand) Limited W hat D efines S upercom puting A lso called High Performance Computing (HPC) Technical Computing Cutting edge problems in science, engineering and

More information

www.thinkparq.com www.beegfs.com

www.thinkparq.com www.beegfs.com www.thinkparq.com www.beegfs.com KEY ASPECTS Maximum Flexibility Maximum Scalability BeeGFS supports a wide range of Linux distributions such as RHEL/Fedora, SLES/OpenSuse or Debian/Ubuntu as well as a

More information

Recent and Future Activities in HPC and Scientific Data Management Siegfried Benkner

Recent and Future Activities in HPC and Scientific Data Management Siegfried Benkner Recent and Future Activities in HPC and Scientific Data Management Siegfried Benkner Research Group Scientific Computing Faculty of Computer Science University of Vienna AUSTRIA http://www.par.univie.ac.at

More information

Data Management/Visualization on the Grid at PPPL. Scott A. Klasky Stephane Ethier Ravi Samtaney

Data Management/Visualization on the Grid at PPPL. Scott A. Klasky Stephane Ethier Ravi Samtaney Data Management/Visualization on the Grid at PPPL Scott A. Klasky Stephane Ethier Ravi Samtaney The Problem Simulations at NERSC generate GB s TB s of data. The transfer time for practical visualization

More information

SGI HPC Systems Help Fuel Manufacturing Rebirth

SGI HPC Systems Help Fuel Manufacturing Rebirth SGI HPC Systems Help Fuel Manufacturing Rebirth Created by T A B L E O F C O N T E N T S 1.0 Introduction 1 2.0 Ongoing Challenges 1 3.0 Meeting the Challenge 2 4.0 SGI Solution Environment and CAE Applications

More information

How To Install Linux Titan

How To Install Linux Titan Linux Titan Distribution Presented By: Adham Helal Amgad Madkour Ayman El Sayed Emad Zakaria What Is a Linux Distribution? What is a Linux Distribution? The distribution contains groups of packages and

More information

System Models for Distributed and Cloud Computing

System Models for Distributed and Cloud Computing System Models for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Classification of Distributed Computing Systems

More information

Dutch HPC Cloud: flexible HPC for high productivity in science & business

Dutch HPC Cloud: flexible HPC for high productivity in science & business Dutch HPC Cloud: flexible HPC for high productivity in science & business Dr. Axel Berg SARA national HPC & e-science Support Center, Amsterdam, NL April 17, 2012 4 th PRACE Executive Industrial Seminar,

More information

Data Driven Discovery In the Social, Behavioral, and Economic Sciences

Data Driven Discovery In the Social, Behavioral, and Economic Sciences Data Driven Discovery In the Social, Behavioral, and Economic Sciences Simon Appleford, Marshall Scott Poole, Kevin Franklin, Peter Bajcsy, Alan B. Craig, Institute for Computing in the Humanities, Arts,

More information

Arti Tyagi Sunita Choudhary

Arti Tyagi Sunita Choudhary Volume 5, Issue 3, March 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Web Usage Mining

More information

Standard-Compliant Streaming of Images in Electronic Health Records

Standard-Compliant Streaming of Images in Electronic Health Records WHITE PAPER Standard-Compliant Streaming of Images in Electronic Health Records Combining JPIP streaming and WADO within the XDS-I framework 03.09 Copyright 2010 Aware, Inc. All Rights Reserved. No part

More information

Evoluzione dell Infrastruttura di Calcolo e Data Analytics per la ricerca

Evoluzione dell Infrastruttura di Calcolo e Data Analytics per la ricerca Evoluzione dell Infrastruttura di Calcolo e Data Analytics per la ricerca Carlo Cavazzoni CINECA Supercomputing Application & Innovation www.cineca.it 21 Aprile 2015 FERMI Name: Fermi Architecture: BlueGene/Q

More information

THE EXPAND PARALLEL FILE SYSTEM A FILE SYSTEM FOR CLUSTER AND GRID COMPUTING. José Daniel García Sánchez ARCOS Group University Carlos III of Madrid

THE EXPAND PARALLEL FILE SYSTEM A FILE SYSTEM FOR CLUSTER AND GRID COMPUTING. José Daniel García Sánchez ARCOS Group University Carlos III of Madrid THE EXPAND PARALLEL FILE SYSTEM A FILE SYSTEM FOR CLUSTER AND GRID COMPUTING José Daniel García Sánchez ARCOS Group University Carlos III of Madrid Contents 2 The ARCOS Group. Expand motivation. Expand

More information

Introducing PgOpenCL A New PostgreSQL Procedural Language Unlocking the Power of the GPU! By Tim Child

Introducing PgOpenCL A New PostgreSQL Procedural Language Unlocking the Power of the GPU! By Tim Child Introducing A New PostgreSQL Procedural Language Unlocking the Power of the GPU! By Tim Child Bio Tim Child 35 years experience of software development Formerly VP Oracle Corporation VP BEA Systems Inc.

More information

A Critical Review of Scientific Visualization in Astronomy

A Critical Review of Scientific Visualization in Astronomy A Critical Review of Scientific Visualization in Astronomy Christopher Fluke & Amr Hassan Those not properly initiated into the mysteries of visualization research often seek to understand the images rather

More information

SAM XFile. Trial Installation Guide Linux. Snell OD is in the process of being rebranded SAM XFile

SAM XFile. Trial Installation Guide Linux. Snell OD is in the process of being rebranded SAM XFile SAM XFile Trial Installation Guide Linux Snell OD is in the process of being rebranded SAM XFile Version History Table 1: Version Table Date Version Released by Reason for Change 10/07/2014 1.0 Andy Gingell

More information

Visualization of Large Multi-Dimensional Datasets

Visualization of Large Multi-Dimensional Datasets ***TITLE*** ASP Conference Series, Vol. ***VOLUME***, ***PUBLICATION YEAR*** ***EDITORS*** Visualization of Large Multi-Dimensional Datasets Joel Welling Department of Statistics, Carnegie Mellon University,

More information

Portfolio of Products. Integrated Engineering Environment. Overview

Portfolio of Products. Integrated Engineering Environment. Overview Portfolio of Products Integrated Engineering Environment Overview Automation Studio is an all-in-one easy-to-use software that provides an open, productive and flexible engineering environment for the

More information

DISTRIBUTED SYSTEMS AND CLOUD COMPUTING. A Comparative Study

DISTRIBUTED SYSTEMS AND CLOUD COMPUTING. A Comparative Study DISTRIBUTED SYSTEMS AND CLOUD COMPUTING A Comparative Study Geographically distributed resources, such as storage devices, data sources, and computing power, are interconnected as a single, unified resource

More information

Data Centric Interactive Visualization of Very Large Data

Data Centric Interactive Visualization of Very Large Data Data Centric Interactive Visualization of Very Large Data Bruce D Amora, Senior Technical Staff Gordon Fossum, Advisory Engineer IBM T.J. Watson Research/Data Centric Systems #OpenPOWERSummit Data Centric

More information

MayaVi: A free tool for CFD data visualization

MayaVi: A free tool for CFD data visualization MayaVi: A free tool for CFD data visualization Prabhu Ramachandran Graduate Student, Dept. Aerospace Engg. IIT Madras, Chennai, 600 036. e mail: prabhu@aero.iitm.ernet.in Keywords: Visualization, CFD data,

More information

Impact of Big Data in Oil & Gas Industry. Pranaya Sangvai Reliance Industries Limited 04 Feb 15, DEJ, Mumbai, India.

Impact of Big Data in Oil & Gas Industry. Pranaya Sangvai Reliance Industries Limited 04 Feb 15, DEJ, Mumbai, India. Impact of Big Data in Oil & Gas Industry Pranaya Sangvai Reliance Industries Limited 04 Feb 15, DEJ, Mumbai, India. New Age Information 2.92 billions Internet Users in 2014 Twitter processes 7 terabytes

More information

Streamline SAP HANA with Nearline Storage Solutions by PBS and IBM Elke Hartmann-Bakan, IBM Germany Dr. Klaus Zimmer, PBS Software DMM127

Streamline SAP HANA with Nearline Storage Solutions by PBS and IBM Elke Hartmann-Bakan, IBM Germany Dr. Klaus Zimmer, PBS Software DMM127 Streamline SAP HANA with Nearline Storage Solutions by PBS and IBM Elke Hartmann-Bakan, IBM Germany Dr. Klaus Zimmer, PBS Software DMM127 Agenda 2 Introduction Motivation Approach Solution IBM/PBS Software

More information

Data Mining with Hadoop at TACC

Data Mining with Hadoop at TACC Data Mining with Hadoop at TACC Weijia Xu Data Mining & Statistics Data Mining & Statistics Group Main activities Research and Development Developing new data mining and analysis solutions for practical

More information

PARALLEL & CLUSTER COMPUTING CS 6260 PROFESSOR: ELISE DE DONCKER BY: LINA HUSSEIN

PARALLEL & CLUSTER COMPUTING CS 6260 PROFESSOR: ELISE DE DONCKER BY: LINA HUSSEIN 1 PARALLEL & CLUSTER COMPUTING CS 6260 PROFESSOR: ELISE DE DONCKER BY: LINA HUSSEIN Introduction What is cluster computing? Classification of Cluster Computing Technologies: Beowulf cluster Construction

More information

The PHI solution. Fujitsu Industry Ready Intel XEON-PHI based solution. SC2013 - Denver

The PHI solution. Fujitsu Industry Ready Intel XEON-PHI based solution. SC2013 - Denver 1 The PHI solution Fujitsu Industry Ready Intel XEON-PHI based solution SC2013 - Denver Industrial Application Challenges Most of existing scientific and technical applications Are written for legacy execution

More information

The astronomical Virtual Observatory : lessons learnt, looking forward. Françoise Genova - Forum VO-PDC d après ADASS XXI, Paris, nov.

The astronomical Virtual Observatory : lessons learnt, looking forward. Françoise Genova - Forum VO-PDC d après ADASS XXI, Paris, nov. The astronomical Virtual Observatory : lessons learnt, looking forward Examples taken from the European view, but other projects have followed similar paths The VO aim Enable seamless access to the wealth

More information

European Data Infrastructure - EUDAT Data Services & Tools

European Data Infrastructure - EUDAT Data Services & Tools European Data Infrastructure - EUDAT Data Services & Tools Dr. Ing. Morris Riedel Research Group Leader, Juelich Supercomputing Centre Adjunct Associated Professor, University of iceland BDEC2015, 2015-01-28

More information