SC News Issue 08. Contents. What's New? 29 September What's New? Research highlights Did you know Partner news Our people News & Events

Size: px
Start display at page:

Download "SC News Issue 08. Contents. What's New? 29 September 2015. What's New? Research highlights Did you know Partner news Our people News & Events"

Transcription

1 SC News Issue September 2015 Contents What's New? Research highlights Did you know Partner news Our people News & Events What's New? New Visual Analytics Capability in Scientific Computing The Scientific Computing Visualisation Service offers a range of advanced capabilities including: Adding new or improved visualisation algorithms to existing applications Improving visualisation performance through the use of dedicated hardware Integrating visualisation into existing Scientific Computing workflows Customised dataset visualisation Applying hardware and software tools to allow true stereoscopic visualisation Facilitating remote or distributed visualisation Designing 3D models and animation content for improved outreach Accessing external visualisation facilities Now a new Visual Analytics capability has been added to this list as well. Visual analytics enables researchers to gain greater understanding and insight into complex scientific datasets by: Developing interactive analytical capabilities and tools based on various techniques including data transformations and representations

2 Data mining Statistical analysis Pattern recognition Like most Scientific Computing Services, Visualisation capabilities are generally accessed by submitting an eresearch Collaboration Project proposal. While the call for new projects submissions is currently conducted twice a year - June and December - submissions are welcome at any time. If you would like more information about Visual Analytics, Visualisation in general or any other Scientific Computing service, please contact schelp@csiro.au Galaxy Call for Early Adopters Galaxy is a web-based open source workflow tool that allows users to run the latest bioinformatics algorithms and create workflows without the need to be familiar with the command line. The Galaxy tools have been installed onto new system infrastructure and are currently being tested. There will be an early adopter period to allow users to test the new system before it becomes operational. Note that reference data will be available on the new system but working data from the existing service will not be available. If you are interested in trying out this new service and offering feedback, please schelp@csiro.au and let us know which Galaxy Tools and data are required by your workflow. Containerising and sharing applications via Docker Operating system-level virtualisation, commonly referred to as container-based virtualisation or containerisation, enables a virtualisation layer that runs as an application within an operating system (OS). In this approach, the kernel of an operating system runs multiple isolated guest virtual instances. Such guest instances are called containers. Container-based virtualisation allows users to run far more virtual instances (i.e. containers) than whole-os virtual machines on a host because with containerisation, there is only one operating system (and one kernel) shared by all containers, whereas traditional virtual machines are self-contained systems with their own operating system, virtualised hardware and allocated resources. In comparison, containers consist of only the resources (e.g. software stack) required to run the applications they are hosting, thus allowing much more efficient use of the underlying system resources. Different from traditional virtualisation, OS-level virtualisation usually imposes little to no overhead. This is because containerisation does not require any hypervisor or any intermediate whole-os virtual machine, and no virtualised hardware is required. Applications are deployed in their own containers within a single operating system, which offers close to bare metal performance. In addition, applications deployed via containers can start up very quickly on-demand, while traditional virtual machines require time to start the operating system before any applications can be run. Docker is an open source project that enables the deployment of applications via software containers. It provides a platform for users to package, run and manage an application and all its dependencies (such as codes, system tools and system libraries) in a software container that can run on any Linux server in a flexible and efficient manner. Applications distributed as Docker images incorporate all the required dependencies and configuration, and thus end-users do not need to be concerned with installing extra software packages and troubleshooting dependencies. In addition, Dockerised applications can be run on any Docker-enabled environment, including Windows, Mac and Linux, as well as many public cloud service providers. Docker is particularly well suited to scientific applications. Many scientists are publishing their application code and data but it is often difficult for others to run the code and reproduce the results. Docker enables scientists to create an exact compute environment for running applications because they can publish reproducible computational applications, usable by any researchers and on any Docker-supported infrastructure to produce the same output.

3 Some CSIRO researchers are packaging their applications in Docker containers so that their partners and collaborators can reproduce the research outputs in a reliable and transparent manner. There is also a growing demand from researchers who want to share their packaged containers with other researchers within CSIRO. The public Docker Hub repository allows users to publish and share their Docker images. However, in some cases, it is not appropriate for some of CSIRO s Docker images (for example, work-inprogress software prototypes that are not yet ready to be published and work that involves licensing). IM&T Scientific Computing has recently announced the availability of the CSIRO Docker Registry, which is available to all CSIRO staff and affiliates. This registry allows users to store and share Docker images, and is built on the Bowen Research Cloud infrastructure and supports CSIRO credentials based authentication and uses secure network protocol for all data transmission. More general information about the Docker Registry can be found at In addition, we are also working on a Docker-based setup for Jenkins, which is an extensible continuous integration server. Our current setup is based on the official Jenkins Docker image, with additional customisations, including support for Bowen cloud storage, secure network protocol and CSIRO credentials authentication. This Docker-based approach allows us to rapidly provision new Jenkins CI servers in the Bowen cloud. If you want to try out Jenkins, please schelp@csiro.au. For more information about Bowen resources, please visit Research highlights Spark Spark is a framework for the end-to-end processing, simulation and analysis of bushfires, providing a more accurate view of fire behaviour, informing decisions that could minimise property damage and save lives. The framework uses geospatial data, such as vegetation types, topography and un-burnable elements such as roads and bodies of water, as well as weather data such as air temperature, humidity, wind speed and wind direction. Spark then uses this data to model the spread of a fire based on its specific location and current environmental conditions. Users can design custom fire propagation models by building on Spark s computational fire propagation solver and incorporating various input, processing and visualisation components, each tailored for wildfire modelling. The framework can periodically suspend the simulation to allow analysis, visualisation or output of the simulation results. There are a number of built-in modules for data analysis ranging from inspection of point values, data plotting and statistical calculations over the domain to image analysis using OpenCV. This analysis can be performed on individual simulations or over ensemble sets of simulations. Both the propagation and the resulting analysis can be interactively visualised in a graphical user interface (GUI) using OpenLayers or a range of two and three dimensional display types. The framework is based on the CSIRO Workspace Platform. Workspace is a cross-platform application development framework, built on the QT toolkit that allows individual operations to be connected and managed in a workflow environment. Each modular component within Spark is implemented as a Workspace operation, allowing solver workflows to be rapidly constructed in a GUI environment. A range of open-source modules are included in Workspace, such as OpenCV, NetCDF, GDAL and Python which are fully compatible with the Spark framework. Complex user interfaces can also easily be built in Qt designer and used with Workspace workflows, such as the spark-gui demo application. Spark has been developed as an open framework for fire prediction and analysis, making it simple for fire agencies to incorporate the software into their existing systems and also more easily allow the fire science community to collaborate and keep adding new fire behaviour knowledge. A demonstration version of Spark is available to download via the CSIRO website.

4 Did you know R Shiny Server Pilot Interactive web presentation of data is increasingly common, but getting started and choosing and deploying software can be daunting. R Shiny and Shiny server provide a particularly easy framework to get started with web applications, allowing you to concentrate on scripting in R, where the web presentation and interaction is already done for you. A Shiny app provides a set of widgets to interact with the app, and display elements, for text and graphics that are generated in response to the interaction. The display elements are typically dynamically generated static graphs that can be from any of the diverse and powerful R extension packages. Optimized versions of R are available on SC clusters and Bowen cloud hosts, including the Shiny R package, enabling you to develop and debug Shiny applications independently. For example, you can connect to one of the pearcey interactive nodes (with a vnc session) create a new directory, copy ui.r and server.r from one of the shiny examples or the Shiny tutorial and run it interactively with R (a firefox browser will be launched to connect with your service so you can test the web interaction). When you are ready to deploy the shiny application for others to use from their web browsers, we have a pilot Shiny server instance for evaluation. This instance is running on SC Bowen cloud infrastructure with both externally accessible and internal only services. Interested users can see the examples that are distributed with shiny and there are more examples in the Shiny gallery and User Showcase. The Shiny server host can mount data on Bowen Cloud storage resources so you can bring CSIRO data to the server without having to make copies. To use shiny.csiro.au please contact schelp@csiro.au You will need to provide your R code (and potentially data) for use to deploy on the pilot service. In the future we hope to have a more streamlined approach for using Shiny server as an option for deploying web apps that have code and data published in the CSIRO Data Access Portal. We also intend to provide support for other web application frameworks (for python in particular). Feedback and/or requests to serve Shiny apps are welcome. Partner news CSIRO IM&T Scientific Computing - access to partner and national facilities As part of its portfolio of resource offerings, CSIRO IM&T provides access to various partner facilities, to meet specific needs. See our wiki for more informaon. Here is an update on some of the partner facilities and services. Pawsey Supercomputing Centre at CSIRO Kensington WA The Cray XC40 system magnus is in full production, and is supported by the SGI mass storage system with a cluster and largememory UV2000. As well, the Pawsey Centre hosts the galaxy Cray system for the radio-astronomy community, an Research Data Service node and a NeCTAR cloud. National Computational Infrastructure - NCI NCI provides services through its National Facility at ANU, and through specialist facilities. The National Facility provides HPC systems, Data Storage systems and Cloud Computing, being a host for RDS and NeCTAR. NCI also has a Specialised Facility in Bioinformatics, located at the University of Queensland. This facility (barrine) was established to provide specialised resources for bioinformatics and computational biology. See

5 The running of barrine has now passed to the University of Queensland Research Computing Centre. Barrine is due to be decommissioned around the end of 2015, but replacement systems are coming into operation. These include QRIScloud and FlashLite, a very large memory cluster. FlashLite includes three main innovations: high speed flash memory (instead of spinning disk), large amounts of high-speed main memory and software shared memory. FlashLite specifications are available here. Note that FlashLite is open to a wider range of applications than the bioinformatics focus of barrine. Users with "big data" needs in any discipline should consider applying for resources. IM&T Scientific Computing staff will contact CSIRO users on barrine and offer advice on the transitioning of user workloads and data from barrine to other systems. If you have any concerns or questions, please contact the SC team by ing to schelp@csiro.au. Our people Ric Pascual Can you tell us about your role? I am an application support specialist with the Science Applications team. I have been with this team for about 3 months. A more descriptive title might be Scientific Software Engineer. It is a superposition of a scientist and a software engineer. I help people in CSIRO who need a software engineer s assistance to do things like design an application, use our High Performance Computing facilities or find a better way to use scientific oriented apps like Matlab. Similarly I assist those who need to solve scientific/numeric problems like solving partial differential equations or modelling a part of an ecosystem using information related technologies. As a rule most projects will need a combination of both, the proportion of each varying from project to project. I am currently working on two projects with CSIRO Energy. I am working with staff on the Optimising Central Receiver project to adopt collaboration tools (Confluence, JIRA, Stash) and other software development best practices such as refactoring, code review, and continuous testing (Jenkins). These tools enable the team to work effectively across three states, ensuring changes in requirements or even developers are sustainable. What did you do before this? I have a PhD in Physics (Flinders University) and PhD in minerals process engineering (University of Queensland). Some things I did before CSIRO were: doing research in electron-atom-photon scattering, lecturing honours level quantum mechanics, doing research in mineral processing, being a part of the team that created an application for simulating and optimising industrial flotation plants (JKSimFloat). I have been with CSIRO for about eight years before joining IM&T. In those years I have done physics-based numeric modelling like the adsorption of gold onto activated carbon and ecology-based matrix population models of coral reefs. I have also done application development ranging from Alcoa sponsored Gibbsite Precipitator Simulator to the Queensland Healthy Waterways sponsored Water Management Strategy Evaluation C# application. What appeals to you most about your work? Scientific Computing! The most pressing knowledge problems that we have currently whether in biology or solar energy or food production or the environment or climate change or physics I believe can only be solved by using the tried and true scientific methods in conjunction with the computer/information technologies. These problems are so big that I think human being s innate abilities alone are not enough to solve them. It is exciting to be part of the team that tackles these kinds of problems. What do you like to do outside of work? There are many things. To mention a few, I enjoy listening to good music from rock to classical. I like eating with family and good

6 friends, good wine with good food, which makes for a good time indeed! I also enjoy cooking, otherwise eating good food frequently in restaurants can be an expensive activity. News & Events National and International Conferences These conferences may be of interest to Scientific Computing users CSIRO CSS and eresearch Annual Conference, Melbourne, 1-4 March 2016 National Conferences eresearch Australasia 2015, Brisbane, October 2015 CSIRO will have a large presence at this event including multiple conference presentations, an exhibition booth, posters, and numerous demonstratons International Conferences The 8th ACM SIGGRAPH Asia Conference, Kyoto, 2-5 November 2015 SC 15, Austin, USA, Nov 15-20, 2015 Computational Merit Applications National Computational Merit Allocation Scheme (NCMAS) - applications close on 16 October. Pawsey Energy and Resources Merit Allocation Scheme - applications close on 23 October. Pawsey Partner Merit Allocation Scheme - applications close on 23 October. Applicants seeking assistance are encouraged to contact schelp@csiro.au. National/International News In July 2015, President Obama announced the National Strategic Computing Initiative to maximise the benefits of high-performance computing (HPC) research, development and deployment. The Initiative clearly acknowledges the vital role that HPC has already contributed to economic prosperity and scientific discovery. The NSCI's four key principles are: Deploying and applying new HPC technologies for economic competitiveness and scientific discovery. Fostering collaboration across government, industry and academia to maximise the benefits of HPC. Adopting a whole of government approach to HPC. Developing a comprehensive approach to HPC research that translates into new developments and operations. To meet these principles, a series of objectives are outlined including accelerating the delivery of an exascale computing system, as well as a path forward for future HPC systems in the post-moore s Law era. The announcement has elicited a favourable response from the research community and computing vendors. SC Circular is now externally accessible

7 View archive MyCSIRO Intranet

The Virtualization Practice

The Virtualization Practice The Virtualization Practice White Paper: Managing Applications in Docker Containers Bernd Harzog Analyst Virtualization and Cloud Performance Management October 2014 Abstract Docker has captured the attention

More information

National eresearch Collaboration Tools and Resources nectar.org.au

National eresearch Collaboration Tools and Resources nectar.org.au National eresearch Collaboration Tools and Resources nectar.org.au NeCTAR is an Australian Government project conducted as part of the Super Science initiative and financed by the Education Investment

More information

MEng, BSc Applied Computer Science

MEng, BSc Applied Computer Science School of Computing FACULTY OF ENGINEERING MEng, BSc Applied Computer Science Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give a machine instructions

More information

The Mantid Project. The challenges of delivering flexible HPC for novice end users. Nicholas Draper SOS18

The Mantid Project. The challenges of delivering flexible HPC for novice end users. Nicholas Draper SOS18 The Mantid Project The challenges of delivering flexible HPC for novice end users Nicholas Draper SOS18 What Is Mantid A framework that supports high-performance computing and visualisation of scientific

More information

Cisco Application-Centric Infrastructure (ACI) and Linux Containers

Cisco Application-Centric Infrastructure (ACI) and Linux Containers White Paper Cisco Application-Centric Infrastructure (ACI) and Linux Containers What You Will Learn Linux containers are quickly gaining traction as a new way of building, deploying, and managing applications

More information

Science Gateways in the US. Nancy Wilkins-Diehr wilkinsn@sdsc.edu

Science Gateways in the US. Nancy Wilkins-Diehr wilkinsn@sdsc.edu Science Gateways in the US Nancy Wilkins-Diehr wilkinsn@sdsc.edu NSF vision for cyberinfrastructure in the 21st century Software is critical to today s scientific advances Science is all about connections

More information

CAREER TRACKS PHASE 1 UCSD Information Technology Family Function and Job Function Summary

CAREER TRACKS PHASE 1 UCSD Information Technology Family Function and Job Function Summary UCSD Applications Programming Involved in the development of server / OS / desktop / mobile applications and services including researching, designing, developing specifications for designing, writing,

More information

IT service for life science

IT service for life science anterio performs research in the field of molecular modelling including computer-aided drug design. With our experience in these fields we help customers to implement an IT infrastructure to aid these

More information

MEng, BSc Computer Science with Artificial Intelligence

MEng, BSc Computer Science with Artificial Intelligence School of Computing FACULTY OF ENGINEERING MEng, BSc Computer Science with Artificial Intelligence Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give

More information

Jenkins World Tour 2015 Santa Clara, CA, September 2-3

Jenkins World Tour 2015 Santa Clara, CA, September 2-3 1 Jenkins World Tour 2015 Santa Clara, CA, September 2-3 Continuous Delivery with Container Ecosystem CAD @ Platform Equinix - Overview CAD Current Industry - Opportunities Monolithic to Micro Service

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

Parallels Virtual Automation 6.1

Parallels Virtual Automation 6.1 Parallels Virtual Automation 6.1 Installation Guide for Windows April 08, 2014 Copyright 1999-2014 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH. c/o Parallels

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

Research Collaboration in the Cloud: - the NeCTAR Research Cloud

Research Collaboration in the Cloud: - the NeCTAR Research Cloud Research Collaboration in the Cloud: - the NeCTAR Research Cloud National eresearch Collaboration Tools and Resources nectar.org.au NeCTAR is an initiative of the Australian Government being conducted

More information

Invest in your business with Ubuntu Advantage.

Invest in your business with Ubuntu Advantage. Invest in your business with Ubuntu Advantage. Expert advice. Specialist tools. Dedicated support. Introducing Ubuntu Advantage Contents 02 Introducing Ubuntu Advantage 03 Ubuntu Advantage 04 - Landscape

More information

#jenkinsconf. Jenkins as a Scientific Data and Image Processing Platform. Jenkins User Conference Boston #jenkinsconf

#jenkinsconf. Jenkins as a Scientific Data and Image Processing Platform. Jenkins User Conference Boston #jenkinsconf Jenkins as a Scientific Data and Image Processing Platform Ioannis K. Moutsatsos, Ph.D., M.SE. Novartis Institutes for Biomedical Research www.novartis.com June 18, 2014 #jenkinsconf Life Sciences are

More information

Deploying Business Virtual Appliances on Open Source Cloud Computing

Deploying Business Virtual Appliances on Open Source Cloud Computing International Journal of Computer Science and Telecommunications [Volume 3, Issue 4, April 2012] 26 ISSN 2047-3338 Deploying Business Virtual Appliances on Open Source Cloud Computing Tran Van Lang 1 and

More information

Very special thanks to Wolfgang Gentzsch and Burak Yenier for making the UberCloud HPC Experiment possible.

Very special thanks to Wolfgang Gentzsch and Burak Yenier for making the UberCloud HPC Experiment possible. Digital manufacturing technology and convenient access to High Performance Computing (HPC) in industry R&D are essential to increase the quality of our products and the competitiveness of our companies.

More information

NASA's Strategy and Activities in Server Side Analytics

NASA's Strategy and Activities in Server Side Analytics NASA's Strategy and Activities in Server Side Analytics Tsengdar Lee, Ph.D. High-end Computing Program Manager NASA Headquarters Presented at the ESGF/UVCDAT Conference Lawrence Livermore National Laboratory

More information

Career Tracks- Information Technology Family

Career Tracks- Information Technology Family Career Tracks- Information Technology Family FUNCTIONAL AREA Applications Programming AV IT AV IT Engineering Bioinformatics Involved in the development of server/os/desktop/mobile applications and services

More information

Linstantiation of applications. Docker accelerate

Linstantiation of applications. Docker accelerate Industrial Science Impact Factor : 1.5015(UIF) ISSN 2347-5420 Volume - 1 Issue - 12 Aug - 2015 DOCKER CONTAINER 1 2 3 Sawale Bharati Shankar, Dhoble Manoj Ramchandra and Sawale Nitin Shankar images. ABSTRACT

More information

Getting Started Using Project Photon on VMware Fusion/Workstation

Getting Started Using Project Photon on VMware Fusion/Workstation Getting Started Using Project Photon on VMware Fusion/Workstation What is Project Photon? Project Photon is a tech preview of an open source, Linux container host runtime optimized for vsphere. Photon

More information

Soma: Linked Data Infrastructure

Soma: Linked Data Infrastructure Soma: Linked Data Infrastructure What is Soma? It s Big Data Candy for the Cloud. The Soma platform helps Data Scientist to collaborate together to discover and share new facts from large datasets hosted

More information

Solution for private cloud computing

Solution for private cloud computing The CC1 system Solution for private cloud computing 1 Outline What is CC1? Features Technical details Use cases By scientist By HEP experiment System requirements and installation How to get it? 2 What

More information

Detailed Design Report

Detailed Design Report Detailed Design Report Chapter 9 Control System MAX IV Facility CHAPTER 9.0. CONTROL SYSTEM 1(9) 9. Control System 9.1. Introduction...2 9.1.1. Requirements... 2 9.2. Design...3 9.2.1. Guidelines... 3

More information

Content Distribution Management

Content Distribution Management Digitizing the Olympics was truly one of the most ambitious media projects in history, and we could not have done it without Signiant. We used Signiant CDM to automate 54 different workflows between 11

More information

RingStor User Manual. Version 2.1 Last Update on September 17th, 2015. RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ 08816.

RingStor User Manual. Version 2.1 Last Update on September 17th, 2015. RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ 08816. RingStor User Manual Version 2.1 Last Update on September 17th, 2015 RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ 08816 Page 1 Table of Contents 1 Overview... 5 1.1 RingStor Data Protection...

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

Blue Collar Computing: Productivity and Workforce Development through Technology

Blue Collar Computing: Productivity and Workforce Development through Technology Blue Collar Computing: Productivity and Workforce Development through Technology Ashok Krishnamurthy, Ph.D. Director of Research and Scientific Development HPC for the Rest of US HPC for the Common Man

More information

Case study: End-to-end data centre infrastructure management

Case study: End-to-end data centre infrastructure management Case study: End-to-end data centre infrastructure management Situation: A leading public sector organisation suspected that their air conditioning units were not cooling the data centre efficiently. Consequently,

More information

Cisco Intelligent Automation for Cloud

Cisco Intelligent Automation for Cloud Product Data Sheet Cisco Intelligent Automation for Cloud Early adopters of cloud-based service delivery were seeking additional cost savings beyond those achieved with server virtualization and abstraction.

More information

2) Xen Hypervisor 3) UEC

2) Xen Hypervisor 3) UEC 5. Implementation Implementation of the trust model requires first preparing a test bed. It is a cloud computing environment that is required as the first step towards the implementation. Various tools

More information

Oracle EXAM - 1Z0-102. Oracle Weblogic Server 11g: System Administration I. Buy Full Product. http://www.examskey.com/1z0-102.html

Oracle EXAM - 1Z0-102. Oracle Weblogic Server 11g: System Administration I. Buy Full Product. http://www.examskey.com/1z0-102.html Oracle EXAM - 1Z0-102 Oracle Weblogic Server 11g: System Administration I Buy Full Product http://www.examskey.com/1z0-102.html Examskey Oracle 1Z0-102 exam demo product is here for you to test the quality

More information

Intel HPC Distribution for Apache Hadoop* Software including Intel Enterprise Edition for Lustre* Software. SC13, November, 2013

Intel HPC Distribution for Apache Hadoop* Software including Intel Enterprise Edition for Lustre* Software. SC13, November, 2013 Intel HPC Distribution for Apache Hadoop* Software including Intel Enterprise Edition for Lustre* Software SC13, November, 2013 Agenda Abstract Opportunity: HPC Adoption of Big Data Analytics on Apache

More information

Ubuntu, a new force in mobile

Ubuntu, a new force in mobile Ubuntu, a potent new force in mobile Ubuntu App Dev School Ubuntu, a new force in mobile Defining the future of computing Ubuntu now runs on smartphones, desktop, servers and powers the cloud Brings a

More information

Virtualization for Cloud Computing

Virtualization for Cloud Computing Virtualization for Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF CLOUD COMPUTING On demand provision of computational resources

More information

Get more value from virtualisation

Get more value from virtualisation Get more value from virtualisation Computacenter enables organisations to realise the full benefits of a virtual enterprise with integrated management tools and automated processes GET MORE VALUE FROM

More information

MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration

MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration Hoi-Wan Chan 1, Min Xu 2, Chung-Pan Tang 1, Patrick P. C. Lee 1 & Tsz-Yeung Wong 1, 1 Department of Computer Science

More information

Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration

Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration ULI101 Week 06b Week Overview Installing Linux Linux on your Desktop Virtualization Basic Linux system administration Installing Linux Standalone installation Linux is the only OS on the computer Any existing

More information

A lap around Team Foundation Server 2015 en Visual Studio 2015

A lap around Team Foundation Server 2015 en Visual Studio 2015 A lap around Team Foundation Server 2015 en Visual Studio 2015 René van Osnabrugge ALM Consultant, Xpirit rvanosnabrugge@xpirit.com http://roadtoalm.com @renevo About me Also Scrum Master rvanosnabrugge@xpirit.com

More information

Powered by VCL - Using Virtual Computing Laboratory (VCL) Technology to Power Cloud Computing

Powered by VCL - Using Virtual Computing Laboratory (VCL) Technology to Power Cloud Computing Powered by VCL - Using Virtual Computing Laboratory (VCL) Technology to Power Cloud Computing Mladen A.Vouk, Sam Averitt, Michael Bugaev, Andy Kurth, Aaron Peeler, Henry Shaffer, Eric Sills, Sarah Stein,

More information

On-Demand Supercomputing Multiplies the Possibilities

On-Demand Supercomputing Multiplies the Possibilities Microsoft Windows Compute Cluster Server 2003 Partner Solution Brief Image courtesy of Wolfram Research, Inc. On-Demand Supercomputing Multiplies the Possibilities Microsoft Windows Compute Cluster Server

More information

locuz.com HPC App Portal V2.0 DATASHEET

locuz.com HPC App Portal V2.0 DATASHEET locuz.com HPC App Portal V2.0 DATASHEET Ganana HPC App Portal makes it easier for users to run HPC applications without programming and for administrators to better manage their clusters. The web-based

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

Parallels Virtual Automation 6.0

Parallels Virtual Automation 6.0 Parallels Virtual Automation 6.0 Installation Guide for Windows Copyright 1999-2012 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH. c/o Parallels International

More information

Teaching Computational Thinking using Cloud Computing: By A/P Tan Tin Wee

Teaching Computational Thinking using Cloud Computing: By A/P Tan Tin Wee Teaching Computational Thinking using Cloud Computing: By A/P Tan Tin Wee Technology in Pedagogy, No. 8, April 2012 Written by Kiruthika Ragupathi (kiruthika@nus.edu.sg) Computational thinking is an emerging

More information

ENABLING DATA TRANSFER MANAGEMENT AND SHARING IN THE ERA OF GENOMIC MEDICINE. October 2013

ENABLING DATA TRANSFER MANAGEMENT AND SHARING IN THE ERA OF GENOMIC MEDICINE. October 2013 ENABLING DATA TRANSFER MANAGEMENT AND SHARING IN THE ERA OF GENOMIC MEDICINE October 2013 Introduction As sequencing technologies continue to evolve and genomic data makes its way into clinical use and

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

Building a Continuous Integration Pipeline with Docker

Building a Continuous Integration Pipeline with Docker Building a Continuous Integration Pipeline with Docker August 2015 Table of Contents Overview 3 Architectural Overview and Required Components 3 Architectural Components 3 Workflow 4 Environment Prerequisites

More information

Workprogramme 2014-15

Workprogramme 2014-15 Workprogramme 2014-15 e-infrastructures DCH-RP final conference 22 September 2014 Wim Jansen einfrastructure DG CONNECT European Commission DEVELOPMENT AND DEPLOYMENT OF E-INFRASTRUCTURES AND SERVICES

More information

Computing Service Provision in P2P Clouds

Computing Service Provision in P2P Clouds Computing Service Provision in P2P Clouds Ghislain FOUODJI TASSE Supervisor: DR. Karen BRADSHAW Department of Computer Science Rhodes University Research Statement Leverage advantages of cloud computing

More information

Obelisk: Summoning Minions on a HPC Cluster

Obelisk: Summoning Minions on a HPC Cluster Obelisk: Summoning Minions on a HPC Cluster Abstract In scientific research, having the ability to perform rigorous calculations in a bearable amount of time is an invaluable asset. Fortunately, the growing

More information

Cloud Computing and Open Source: Watching Hype meet Reality

Cloud Computing and Open Source: Watching Hype meet Reality Cloud Computing and Open Source: Watching Hype meet Reality Rich Wolski UCSB Computer Science Eucalyptus Systems Inc. May 26, 2011 Exciting Weather Forecasts 99 M 167 M 6.5 M What is a cloud? SLAs Web

More information

Data Centric Systems (DCS)

Data Centric Systems (DCS) Data Centric Systems (DCS) Architecture and Solutions for High Performance Computing, Big Data and High Performance Analytics High Performance Computing with Data Centric Systems 1 Data Centric Systems

More information

1z0-102 Q&A. DEMO Version

1z0-102 Q&A. DEMO Version Oracle Weblogic Server 11g: System Administration Q&A DEMO Version Copyright (c) 2013 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose only, this free version

More information

Rackspace Cloud Databases and Container-based Virtualization

Rackspace Cloud Databases and Container-based Virtualization Rackspace Cloud Databases and Container-based Virtualization August 2012 J.R. Arredondo @jrarredondo Page 1 of 6 INTRODUCTION When Rackspace set out to build the Cloud Databases product, we asked many

More information

Platform as a Service and Container Clouds

Platform as a Service and Container Clouds John Rofrano Senior Technical Staff Member, Cloud Automation Services, IBM Research jjr12@nyu.edu or rofrano@us.ibm.com Platform as a Service and Container Clouds using IBM Bluemix and Docker for Cloud

More information

THE EUCALYPTUS OPEN-SOURCE PRIVATE CLOUD

THE EUCALYPTUS OPEN-SOURCE PRIVATE CLOUD THE EUCALYPTUS OPEN-SOURCE PRIVATE CLOUD By Yohan Wadia ucalyptus is a Linux-based opensource software architecture that implements efficiencyenhancing private and hybrid clouds within an enterprise s

More information

User's Guide - Beta 1 Draft

User's Guide - Beta 1 Draft IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent vnext User's Guide - Beta 1 Draft SC27-2319-05 IBM Tivoli Composite Application Manager for Microsoft

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview Time to get control back Employees are using cloud-based services to share sensitive company data with vendors, customers, partners and each other. They are syncing data

More information

Release Notes scvenus 2.3.0

Release Notes scvenus 2.3.0 June 2008 IT Services Release Notes scvenus 2.3.0 Operational Concepts Security Solutions Technical Release Notes What's New? Supported / New Operating Systems Sales Email Support / Mailing Lists Web Portal

More information

Networking for Caribbean Development

Networking for Caribbean Development Networking for Caribbean Development BELIZE NOV 2 NOV 6, 2015 w w w. c a r i b n o g. o r g Virtualization: Architectural Considerations and Implementation Options Virtualization Virtualization is the

More information

eggplant for Cross Platform Test Automation TestPlant Nick Saunders

eggplant for Cross Platform Test Automation TestPlant Nick Saunders eggplant for Cross Platform Test Automation TestPlant Nick Saunders 0 Table of Contents 0 Table of Contents... 2 1 eggplant... 3 1.1 Introduction... 3 1.2 eggplant Overview... 3 1.2.1 Two System Model...

More information

Linux A first-class citizen in Windows Azure. Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise

Linux A first-class citizen in Windows Azure. Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise Linux A first-class citizen in Windows Azure Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise 1 First, I am software developer (C/C++, ASM, C#, Java, Node.js,

More information

Cloud Computing. Adam Barker

Cloud Computing. Adam Barker Cloud Computing Adam Barker 1 Overview Introduction to Cloud computing Enabling technologies Different types of cloud: IaaS, PaaS and SaaS Cloud terminology Interacting with a cloud: management consoles

More information

Microsoft Research Worldwide Presence

Microsoft Research Worldwide Presence Microsoft Research Worldwide Presence MSR India MSR New England Redmond Redmond, Washington Sept, 1991 San Francisco, California Jun, 1995 Cambridge, United Kingdom July, 1997 Beijing, China Nov, 1998

More information

How To Write A Trusted Analytics Platform (Tap)

How To Write A Trusted Analytics Platform (Tap) Trusted Analytics Platform (TAP) TAP Technical Brief October 2015 TAP Technical Brief Overview Trusted Analytics Platform (TAP) is open source software, optimized for performance and security, that accelerates

More information

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-toend enterprise virtualization solution for servers and desktop Provides an on-ramp to

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server

More information

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt )($:(%$63 6WDNHKROGHU1HHGV,VVXH 5HYLVLRQ+LVWRU\ 'DWH,VVXH 'HVFULSWLRQ $XWKRU 04/07/2000 1.0 Initial Description Marco Bittencourt &RQILGHQWLDO DPM-FEM-UNICAMP, 2000 Page 2 7DEOHRI&RQWHQWV 1. Objectives

More information

Logentries Insights: The State of Log Management & Analytics for AWS

Logentries Insights: The State of Log Management & Analytics for AWS Logentries Insights: The State of Log Management & Analytics for AWS Trevor Parsons Ph.D Co-founder & Chief Scientist Logentries 1 1. Introduction The Log Management industry was traditionally driven by

More information

IBM Cloud Manager with OpenStack

IBM Cloud Manager with OpenStack IBM Cloud Manager with OpenStack Download Trial Guide Cloud Solutions Team: Cloud Solutions Beta cloudbta@us.ibm.com Page 1 Table of Contents Chapter 1: Introduction...3 Development cycle release scope...3

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

Using Workspace to automate workflow processes for modelling and simulation in engineering

Using Workspace to automate workflow processes for modelling and simulation in engineering 21st International Congress on Modelling and Simulation, Gold Coast, Australia, 29 Nov to 4 Dec 2015 www.mssanz.org.au/modsim2015 Using Workspace to automate workflow processes for modelling and simulation

More information

Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions

Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions 64% of organizations were investing or planning to invest on Big Data technology

More information

Lavastorm Analytic Library Predictive and Statistical Analytics Node Pack FAQs

Lavastorm Analytic Library Predictive and Statistical Analytics Node Pack FAQs 1.1 Introduction Lavastorm Analytic Library Predictive and Statistical Analytics Node Pack FAQs For brevity, the Lavastorm Analytics Library (LAL) Predictive and Statistical Analytics Node Pack will be

More information

The Definitive Guide To Docker Containers

The Definitive Guide To Docker Containers The Definitive Guide To Docker Containers EXECUTIVE SUMMARY THE DEFINITIVE GUIDE TO DOCKER CONTAINERS Executive Summary We are in a new technology age software is dramatically changing. The era of off

More information

TEST AUTOMATION FRAMEWORK

TEST AUTOMATION FRAMEWORK TEST AUTOMATION FRAMEWORK Twister Topics Quick introduction Use cases High Level Description Benefits Next steps Twister How to get Twister is an open source test automation framework. The code, user guide

More information

Xen @ Google. Iustin Pop, <iustin@google.com> Google Switzerland. Sponsored by:

Xen @ Google. Iustin Pop, <iustin@google.com> Google Switzerland. Sponsored by: Xen @ Google Iustin Pop, Google Switzerland Sponsored by: & & Introduction Talk overview Corporate infrastructure Overview Use cases Technology Open source components Internal components

More information

Solution for private cloud computing

Solution for private cloud computing The CC1 system Solution for private cloud computing 1 Outline What is CC1? Features Technical details System requirements and installation How to get it? 2 What is CC1? The CC1 system is a complete solution

More information

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary Executive Summary Belize s HydrometDB is a Climatic Database Management System (CDMS) that allows easy integration of multiple sources of automatic and manual stations, data quality control procedures,

More information

TEXATA 2015 PREPARATION GUIDE

TEXATA 2015 PREPARATION GUIDE TEXATA 2015 PREPARATION GUIDE This booklet provides participants, educators and event partners with a preparation guide for TEXATA, the 2015 Big Data Analytics World Championships. TEXATA is a fun, independent

More information

Getting Started with HC SharePoint Module

Getting Started with HC SharePoint Module Getting Started with HC SharePoint Module HOSTING CONTROLLER WWW.HOSTINGCONROLLER.COM HOSTING CONTROLLER Contents Introduction... 1 Minimum System Requirements for SharePoint 2013... 1 Hardware Requirements

More information

KNIME Enterprise server usage and global deployment at NIBR

KNIME Enterprise server usage and global deployment at NIBR KNIME Enterprise server usage and global deployment at NIBR Gregory Landrum, Ph.D. NIBR Informatics Novartis Institutes for BioMedical Research, Basel 8 th KNIME Users Group Meeting Berlin, 26 February

More information

MEETING THE CHALLENGES OF COMPLEXITY AND SCALE FOR MANUFACTURING WORKFLOWS

MEETING THE CHALLENGES OF COMPLEXITY AND SCALE FOR MANUFACTURING WORKFLOWS MEETING THE CHALLENGES OF COMPLEXITY AND SCALE FOR MANUFACTURING WORKFLOWS Michael Feldman White paper November 2014 MARKET DYNAMICS Modern manufacturing increasingly relies on advanced computing technologies

More information

HPC technology and future architecture

HPC technology and future architecture HPC technology and future architecture Visual Analysis for Extremely Large-Scale Scientific Computing KGT2 Internal Meeting INRIA France Benoit Lange benoit.lange@inria.fr Toàn Nguyên toan.nguyen@inria.fr

More information

STRATEGIC WHITE PAPER. The next step in server virtualization: How containers are changing the cloud and application landscape

STRATEGIC WHITE PAPER. The next step in server virtualization: How containers are changing the cloud and application landscape STRATEGIC WHITE PAPER The next step in server virtualization: How containers are changing the cloud and application landscape Abstract Container-based server virtualization is gaining in popularity, due

More information

Media Exchange really puts the power in the hands of our creative users, enabling them to collaborate globally regardless of location and file size.

Media Exchange really puts the power in the hands of our creative users, enabling them to collaborate globally regardless of location and file size. Media Exchange really puts the power in the hands of our creative users, enabling them to collaborate globally regardless of location and file size. Content Sharing Made Easy Media Exchange (MX) is a browser-based

More information

HyperWorks Enterprise 11.0 Release Notes 2011

HyperWorks Enterprise 11.0 Release Notes 2011 Contents Welcome to HyperWorks Enterprise!... 1 HWE Foundation Known Issues... 1 HWE Compute Manager Known Issues... 3 HWE Results Visualization Service (BETA) Known Issues... 5 Intellectual Property Rights/Terms

More information

Microsoft Research Windows Azure for Research Training

Microsoft Research Windows Azure for Research Training Copyright 2013 Microsoft Corporation. All rights reserved. Except where otherwise noted, these materials are licensed under the terms of the Apache License, Version 2.0. You may use it according to the

More information

File S1: Supplementary Information of CloudDOE

File S1: Supplementary Information of CloudDOE File S1: Supplementary Information of CloudDOE Table of Contents 1. Prerequisites of CloudDOE... 2 2. An In-depth Discussion of Deploying a Hadoop Cloud... 2 Prerequisites of deployment... 2 Table S1.

More information

Example of Standard API

Example of Standard API 16 Example of Standard API System Call Implementation Typically, a number associated with each system call System call interface maintains a table indexed according to these numbers The system call interface

More information

Using DeployR to Solve the R Integration Problem

Using DeployR to Solve the R Integration Problem DEPLOYR WHITE PAPER Using DeployR to olve the R Integration Problem By the Revolution Analytics DeployR Team March 2015 Introduction Organizations use analytics to empower decision making, often in real

More information

Cloud Web-Based Operating System (Cloud Web Os)

Cloud Web-Based Operating System (Cloud Web Os) Cloud Web-Based Operating System (Cloud Web Os) Hesham Abusaimeh Department of Computer Science, Faculty of Information Technology, Applied Science University, Amman, 11931 Jordan. ABSTRACT The cloud computing

More information

HPC Cloud Computing Guide. www.penguincomputing.com 1-888-PENGUIN (736-4846) twitter: @Penguin HPC

HPC Cloud Computing Guide. www.penguincomputing.com 1-888-PENGUIN (736-4846) twitter: @Penguin HPC HPC Cloud Computing Guide www.penguincomputing.com 1888PENGUIN (7364846) twitter: @Penguin HPC organizations are facing increasing pressure to deliver critical services to their users while their budgets

More information

Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM

Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM Bern University of Applied Sciences Engineering and Information Technology Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM By Franz Meyer Version 1.0 February 2011 Virtualization Architecture

More information

TABLE OF CONTENTS. Features - SharePoint Server idataagent. Page 1 of 72 OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION

TABLE OF CONTENTS. Features - SharePoint Server idataagent. Page 1 of 72 OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION Page 1 of 72 Features - SharePoint Server idataagent TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION Install the SharePoint Server idataagent BACKUP DATA - SHAREPOINT

More information

ipad in Business The Top Considerations

ipad in Business The Top Considerations ipad in Business The Top Considerations iphone and ipad are the best mobile devices in the world and have transformed the way people work with over 98 percent of the Fortune 500 and over 92 percent of

More information

How To Install Project Photon On Vsphere 5.5 & 6.0 (Vmware Vspher) With Docker (Virtual) On Linux (Amd64) On A Ubuntu Vspheon Vspheres 5.4

How To Install Project Photon On Vsphere 5.5 & 6.0 (Vmware Vspher) With Docker (Virtual) On Linux (Amd64) On A Ubuntu Vspheon Vspheres 5.4 Getting Started Using Project Photon on VMware vsphere 5.5 & 6.0 What is Project Photon? Project Photon is a tech preview of an open source, Linux container host runtime optimized for vsphere. Photon is

More information