AN OVERVIEW OF COMPUTING RESOURCES WITHIN MATHS AND UON

Size: px
Start display at page:

Download "AN OVERVIEW OF COMPUTING RESOURCES WITHIN MATHS AND UON"

Transcription

1 AN OVERVIEW OF COMPUTING RESOURCES WITHIN MATHS AND UON 1

2 PURPOSE OF THIS TALK Give an overview of the provision of computing facilities within Maths and UoN (Theo). When does one realise that should take advantage of these facilities? (Richard) Version Control via Git/Github (Theo/Richard) Arrange for follow-up sessions 2

3 OVERVIEW OF IT FACILITIES Provision: The School provide students with a Windows or Linux PC on their allocated desk or a Windows or Linux laptop and shared desk space. Filestore: Windows users have 4Gb of networked filestore (Z: drive). Linux users have 4Gb home plus access to various types of scratch space. Mac users have a 4Gb samba share on request. All users have access to the local disk of their computer. More extensive information about storage (including Box) can be found here. 3

4 DESKTOP PC All desktop PCs are new, and have a reasonable computational specification capable of most light or medium duty in Matlab/R. There are a small number of PCs which have their processor and memory tweaked upwards, to provide extra resource for local processing where it is likely to be used. 4

5 MATHS SERVERS 5

6 MATHS SERVERS School s servers: For simple Linux compute jobs which require long runtimes or large amounts of memory, you can use the school's Linux servers. What are these? These run 64-bit Linux and share much of the same software and facilities as Linux desktop PCs in the school. How to connect? Connect to them using SSH with Linux username and password, and take care to carefully read the information displayed on screen after login. How to get an account? Ask your supervisor to send an to Dave Parkin or speak to him directly! 6

7 MATHS SERVERS 7

8 MATHS SERVERS Please choose your server carefully based on your expected processor and memory requirements. All hostnames are.maths.nottingham.ac.uk, for example rhea.maths.nottingham.ac.uk. Please don't hog resources and only run one CPU or memoryintensive process at once*. If you do need to run multiple jobs, please spread them across different servers and use the "nice" command to reduce the priority of those jobs. 8

9 MATHS SERVERS The Linux servers are for shared use and should be used with consideration for other users. Please look at Considerate use of shared resources on Maths Linux servers page on how to monitor and make use of the resources while not preventing others from doing so! There are tools available via which one can see how loaded a server is etc. Overall, please, use common sense! 9

10 MATHS SERVERS The Maths server are a great (local) resource and is pretty straightforward to use them. You do not need to be a Unix/Linux expert to use the servers. However, you do need to learn a few basic commands, but: there is plenty of material out there to help you doing that. ask people around! 10

11 HIGH PERFORMANCE COMPUTING 11

12 HIGH PERFORMANCE COMPUTING (HPC) HPC: The UoN offers an on-site HPC service that can be accessed by any academic/students student who has the need for compute resource substantially greater than a standard PC. This includes those who can run their applications on a PC, but find the calculations tie up their machine for an excessive amount of time, as well as those who need more processors and/or computer memory. In addition, the University of Nottingham is part of a consortium of Midlands universities supporting scientific and engineering research via the Midlands-Plus HPC facility. 12

13 WHAT IS (ACTUALLY) THE HPC? In brief, it is a supercomputer! not a big single computer lots of connected computers, ie. a compute cluster ; built of standard, high-spec, compute servers (called nodes ); nodes are fully independent computers. high performance storage, and internal networks; optimised software. 13

14 HPC - MINERVA 166 compute nodes, each with 2x 8-core processors, 2.6GHz 2656 compute cores available Mix of standard memory (32GB) and high-memory (128GB) 500GB (local) hard-disk 14

15 HOW TO ACCESS MINERVA? Any job that one wants to run on the HPC needs to be associated with a project ; therefore all HPC users need to be a member of at least one project. To be a member of a project, one needs to have a HPC account. How do you get an account? Applications for access to the HPC are done via a web-based BPM process ( The 'HPC Application' form can be used to request new HPC accounts and projects. All requests need to be associated to a permanent member of academic or research staff. 15

16 HOW TO ACCESS MINERVA? How do you get an account? Accounts and project applications for PhD students must be submitted by their supervisors. The supervisors can identify themselves as a group leader for this purpose. 16

17 GETTING AN ACCOUNT ON MINERVA Applying for a HPC account can be a very daunting experience: Name of user (if not the same as applicant) Name of PI/Group Leader (if not the same as applicant) Date they attended/will attend HPC training (or name of experienced user who will help them) Static IP address of PCs or workstation(s) to be used to connect to the HPC 17

18 GETTING AN ACCOUNT ON MINERVA Applying for a HPC project can be a very daunting experience: Description of the project; Agresso project codes associated with project (if any); Approximate resource requirements (number of cores, length of jobs); Expected outputs from the project (e.g. publications), if any. 18

19 GETTING AN ACCOUNT ON MINERVA Do not worry if you find it difficult to estimate your resource requirements! This will not affect your resource allocation, as all accounts get a 'standard' allocation, unless they apply for an exception. More details about Minerva can be found here. 19

20 (SOME) PRINCIPLES OF GOOD PROGRAMMING 20

21 FACTS Many of us spend a lot of time programming; i.e. writing code to implement ideas/algorithms/methods. The majority of us are primarily self-taught (ie never had any formal training). How do we avoid making mistakes? 21

22 GOOD PRINCIPLES OF PROGRAMMING Get some training! Adopt (some of the) principles of good programming. version control; write tests; get a code buddy; reproducibility; 22

23 ARE YOU AFRAID TO CHANGE YOUR CODE? 23

24 Is this familiar? VERSION CONTROL code_ver1_old.r code_ver1b_wrong.r code_ver1b_broken_working_march20.r code_ver1b_broken_working_march20_fortom.r During your project it is very likely to ask yourself or your supervisor may ask you: Which version of the code did the results come from? What broke the code? Can I revert back to the code that it was working last week? 24

25 VERSION CONTROL A version control system is mostly based around one concept, tracking changes that happen within directories or files. In most cases, you specify a directory or set of files that should have their changes tracked by version control. The set of files or directories that are under version control are more commonly called a repository. As you make changes, it will track each change behind the scenes. 25

26 WHICH VERSION CONTROL? There are different types/choices of version control which one should you choose? A matter of preference/taste. It depends what your supervisor is using. 26

27 GIT AND GITHUB Git is a very popular distributed version control system. the full repository resides locally; it contains the full history; you can commit changes as often as you want; back-ups are trivial and readily available! although things happen locally, you can link your local repository to a server (github). 27

28 REFERENCES Masterclass on Git (Alan Turing Institute): Unix Workbench (free book) Git for humans (presentation): 28

Using CLC Genomics Workbench on Turing

Using CLC Genomics Workbench on Turing Using CLC Genomics Workbench on Turing Table of Contents Introduction...2 Accessing CLC Genomics Workbench...2 Launching CLC Genomics Workbench from your workstation...2 Launching CLC Genomics Workbench

More information

Available Resources Considerate Usage Summary. Scientific Computing Resources and Current Fair Usage. Quentin CAUDRON Ellak SOMFAI Stefan GROSSKINSKY

Available Resources Considerate Usage Summary. Scientific Computing Resources and Current Fair Usage. Quentin CAUDRON Ellak SOMFAI Stefan GROSSKINSKY Scientific Computing Resources and Current Fair Usage Quentin CAUDRON Ellak SOMFAI Stefan GROSSKINSKY Centre for Complexity Science, University of Warwick Complexity DTC Annual Retreat, 2011 C WARWICK

More information

Introduction. Kevin Miles. Paul Henderson. Rick Stillings. Essex Scales. Director of Research Support. Systems Engineer.

Introduction. Kevin Miles. Paul Henderson. Rick Stillings. Essex Scales. Director of Research Support. Systems Engineer. Orientation 018 Introduction Paul Henderson Director of Research Support Rick Stillings Systems Engineer Kevin Miles Systems Engineer Essex Scales Systems Engineer Introduction What we do Support department

More information

IT at D-PHYS IGP Special Edition A tutorial

IT at D-PHYS IGP Special Edition A tutorial IT at D-PHYS IGP Special Edition A tutorial Christian Herzog Head of IT, D-PHYS herzog@phys.ethz.ch http://wiki.phys.ethz.ch/readme/introductory_workshop_it_at_d-phys http://isg.phys.ethz.ch Objective

More information

IT at D-PHYS - Tutorial

IT at D-PHYS - Tutorial IT at D-PHYS A tutorial Christian Herzog Head of IT, D-PHYS herzog@phys.ethz.ch http://wiki.phys.ethz.ch/readme/introductory_workshop_it_at_d-phys http://isg.phys.ethz.ch Objective This tutorial is meant

More information

Introduction to BioHPC

Introduction to BioHPC Introduction to BioHPC New User Training [web] [email] portal.biohpc.swmed.edu biohpc-help@utsouthwestern.edu 1 Updated for 2015-06-03 Overview Today we re going to cover: What is BioHPC? How do I access

More information

Introduction to BioHPC

Introduction to BioHPC Introduction to BioHPC New User Training [web] [email] portal.biohpc.swmed.edu biohpc-help@utsouthwestern.edu 1 Updated for 2018-03-07 Overview Today we re going to cover: What is BioHPC? How do I access

More information

VMware vcenter Configuration Manager and VMware vcenter Application Discovery Manager Integration Guide

VMware vcenter Configuration Manager and VMware vcenter Application Discovery Manager Integration Guide VMware vcenter Configuration Manager and VMware vcenter Application Discovery Manager Integration Guide vcenter Configuration Manager 5.7 vcenter Application Discovery Manager 6.2 This document supports

More information

Computer Services Overview

Computer Services Overview Computer Services Overview Information Technology for Campus Information Technology Services (ITS) handles core services Office of Arts and Sciences Information Services (OASIS) handles core services and

More information

LAPTOP EXAMS FALL 2013

LAPTOP EXAMS FALL 2013 LAPTOP EXAMS FALL 2013 Please find below instructions for taking laptop exams. General information about laptop exams at CLS Laptop examinees are NOT required to sign up since we expect the majority of

More information

EPSCOR and Geosciences Department Remote Desktop Server: TREX

EPSCOR and Geosciences Department Remote Desktop Server: TREX EPSCOR and Geosciences Department Remote Desktop Server: TREX What The RDS (Remote Desktop Server) provides remote Windows-based host sessions on a workstation-class system to multiple users at the same

More information

We're Not CIS. The Technical Staff & Computing Facilities. User Community. What CIS Does for CS. CIS: Computing and Information Services.

We're Not CIS. The Technical Staff & Computing Facilities. User Community. What CIS Does for CS. CIS: Computing and Information Services. We're Not CIS CIS: Computing and Information Services The Technical Staff & Computing Facilities Campus Computing Provides the Univ's computing infrastructure Course registration (Banner) Payroll (via

More information

Spring Modern Computer Science in a Unix Like Environment CIS c

Spring Modern Computer Science in a Unix Like Environment   CIS c Spring 2009 Modern Computer Science in a Unix Like Environment http://www.seas.upenn.edu/~cis399ux 25/01/09 Slide 1 What is Unix/Linux? Linux itself is an Operating System Kernel Linux is often used to

More information

BIF713. Operating Systems & Project Management. Instructor: Murray Saul Webpage: murraysaul.wordpress.

BIF713. Operating Systems & Project Management. Instructor: Murray Saul   Webpage: murraysaul.wordpress. BIF713 Operating Systems & Project Management Instructor: Murray Saul E-mail: murray.saul@senecacollege.ca Webpage: murraysaul.wordpress.com Today's Topics Types of computer servers at Seneca College Introduction

More information

LAPTOP EXAMS FALL 2014

LAPTOP EXAMS FALL 2014 LAPTOP EXAMS FALL 2014 Please find below instructions for taking laptop exams. General information about laptop exams at CLS Laptop examinees are NOT required to sign up since we expect the majority of

More information

CSCI 350 Virtual Machine Setup Guide

CSCI 350 Virtual Machine Setup Guide CSCI 350 Virtual Machine Setup Guide This guide will take you through the steps needed to set up the virtual machine to do the PintOS project. Both Macintosh and Windows will run just fine. We have yet

More information

Triton file systems - an introduction. slide 1 of 28

Triton file systems - an introduction. slide 1 of 28 Triton file systems - an introduction slide 1 of 28 File systems Motivation & basic concepts Storage locations Basic flow of IO Do's and Don'ts Exercises slide 2 of 28 File systems: Motivation Case #1:

More information

Introduction to High-Performance Computing (HPC)

Introduction to High-Performance Computing (HPC) Introduction to High-Performance Computing (HPC) Computer components CPU : Central Processing Unit cores : individual processing units within a CPU Storage : Disk drives HDD : Hard Disk Drive SSD : Solid

More information

The Cirrus Research Computing Cloud

The Cirrus Research Computing Cloud The Cirrus Research Computing Cloud Faculty of Science What is Cloud Computing? Cloud computing is a physical cluster which runs virtual machines Unlike a typical cluster there is no one operating system

More information

Introduction to BioHPC

Introduction to BioHPC Introduction to BioHPC New User Training [web] [email] portal.biohpc.swmed.edu biohpc-help@utsouthwestern.edu 1 Updated for 2017-01-04 Overview Today we re going to cover: What is BioHPC? How do I access

More information

Introduction to BioHPC New User Training

Introduction to BioHPC New User Training Introduction to BioHPC New User Training [web] [email] portal.biohpc.swmed.edu biohpc-help@utsouthwestern.edu 1 Updated for 2019-02-06 Overview Today we re going to cover: What is BioHPC? How do I access

More information

SUG Breakout Session: OSC OnDemand App Development

SUG Breakout Session: OSC OnDemand App Development SUG Breakout Session: OSC OnDemand App Development Basil Mohamed Gohar Web and Interface Applications Manager Eric Franz Senior Engineer & Technical Lead This work is supported by the National Science

More information

School of Computing Science Gitlab Platform - User Notes

School of Computing Science Gitlab Platform - User Notes School of Computing Science Gitlab Platform - User Notes Contents Using Git & Gitlab... 1 Introduction... 1 Access Methods... 2 Web Access... 2 Repository Access... 2 Creating a key pair... 2 Adding a

More information

Getting Started. In this chapter, you will learn: 2.1 Introduction

Getting Started. In this chapter, you will learn: 2.1 Introduction DB2Express.book Page 9 Thursday, August 26, 2004 3:59 PM CHAPTER 2 Getting Started In this chapter, you will learn: How to install DB2 Express server and client How to create the DB2 SAMPLE database How

More information

University at Buffalo Center for Computational Research

University at Buffalo Center for Computational Research University at Buffalo Center for Computational Research The following is a short and long description of CCR Facilities for use in proposals, reports, and presentations. If desired, a letter of support

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

Ivane Javakhishvili Tbilisi State University High Energy Physics Institute HEPI TSU

Ivane Javakhishvili Tbilisi State University High Energy Physics Institute HEPI TSU Ivane Javakhishvili Tbilisi State University High Energy Physics Institute HEPI TSU Grid cluster at the Institute of High Energy Physics of TSU Authors: Arnold Shakhbatyan Prof. Zurab Modebadze Co-authors:

More information

GIT. A free and open source distributed version control system. User Guide. January, Department of Computer Science and Engineering

GIT. A free and open source distributed version control system. User Guide. January, Department of Computer Science and Engineering GIT A free and open source distributed version control system User Guide January, 2018 Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Table of Contents What is

More information

We're Not CIS. The Technical Staff & Computing Facilities. What CIS Does for CS. User Community

We're Not CIS. The Technical Staff & Computing Facilities. What CIS Does for CS. User Community We're Not CIS The Technical Staff & Computing Facilities CIS: Computing and Information Services Campus Computing Provides the Univ's computing infrastructure Course registration (Banner) Payroll (via

More information

Produced by ESCC Wex Team (Version 1.0)

Produced by ESCC Wex Team (Version 1.0) aspire Student Manual Produced by ESCC Wex Team (Version 1.0) Version 1.0 Page 1 of 11 Contents Page Section 1: Login Page 2 Section 2: Choosing placements Page 3 Section 3: Own placements Page 8 Section

More information

An Introduction to Cluster Computing Using Newton

An Introduction to Cluster Computing Using Newton An Introduction to Cluster Computing Using Newton Jason Harris and Dylan Storey March 25th, 2014 Jason Harris and Dylan Storey Introduction to Cluster Computing March 25th, 2014 1 / 26 Workshop design.

More information

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: October 05, 2015

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: October 05, 2015 SCS OpenStack Cloud Table of Contents Table of Contents... 1 Introduction... 2 Who Can Access the SCS OpenStack?... 2 SCS OpenStack Statistics... 3 Definitions... 3 How To... 4 Logging into the OpenStack

More information

Brutus. Above and beyond Hreidar and Gonzales

Brutus. Above and beyond Hreidar and Gonzales Brutus Above and beyond Hreidar and Gonzales Dr. Olivier Byrde Head of HPC Group, IT Services, ETH Zurich Teodoro Brasacchio HPC Group, IT Services, ETH Zurich 1 Outline High-performance computing at ETH

More information

LAPTOP EXAMS SPRING 2013

LAPTOP EXAMS SPRING 2013 LAPTOP EXAMS SPRING 2013 Please find below instructions for taking laptop exams. General information about laptop exams at CLS Laptop examinees are NOT required to sign up since we expect the majority

More information

How Scalable is your SMB?

How Scalable is your SMB? How Scalable is your SMB? Mark Rabinovich Visuality Systems Ltd. What is this all about? Visuality Systems Ltd. provides SMB solutions from 1998. NQE (Embedded) is an implementation of SMB client/server

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

iems Interactive Experiment Management System Final Report

iems Interactive Experiment Management System Final Report iems Interactive Experiment Management System Final Report Pēteris Ņikiforovs Introduction Interactive Experiment Management System (Interactive EMS or iems) is an experiment management system with a graphical

More information

Getting Help...71 Getting help with ScreenSteps...72

Getting Help...71 Getting help with ScreenSteps...72 GETTING STARTED Table of Contents Onboarding Guides... 3 Evaluating ScreenSteps--Welcome... 4 Evaluating ScreenSteps--Part 1: Create 3 Manuals... 6 Evaluating ScreenSteps--Part 2: Customize Your Knowledge

More information

UNO Application for Admissions Guide for Non-UNO Summer Study Abroad Students

UNO Application for Admissions Guide for Non-UNO Summer Study Abroad Students UNO Application for Admissions Guide for Non-UNO Summer Study Abroad Students The purpose of this guide is to assist non-uno students with the UNO application for admission to the Study Abroad program.

More information

LAPTOP EXAMS FALL 2016

LAPTOP EXAMS FALL 2016 LAPTOP EXAMS FALL 2016 Please find below instructions for taking laptop exams. General information about laptop exams at CLS Laptop examinees are NOT required to sign up since we expect the majority of

More information

Requesting user accounts for new staff from One Identity Manager

Requesting user accounts for new staff from One Identity Manager Requesting user accounts for new staff from One Identity Manager Introduction The One Identity Manager Account Request form allows authorised users (DBMs and Administrators) to request Goldsmiths IT User

More information

Protected Environment at CHPC. Sean Igo Center for High Performance Computing September 11, 2014

Protected Environment at CHPC. Sean Igo Center for High Performance Computing September 11, 2014 Protected Environment at CHPC Sean Igo Center for High Performance Computing Sean.Igo@utah.edu September 11, 2014 Purpose of Presentation Overview of CHPC environment / access Actually this is most of

More information

WIC Seminar Room Guide for Instructors & Group Leaders

WIC Seminar Room Guide for Instructors & Group Leaders WIC Seminar Room Guide for Instructors & Group Leaders Contents Contact Information... 1 WIC Seminar Room Reservations... 2 Seminar Room Layout... 2 Brief Overview... 2 Facilities... 2 Equipment... 3 Computers...

More information

Exercises: Abel/Colossus and SLURM

Exercises: Abel/Colossus and SLURM Exercises: Abel/Colossus and SLURM November 08, 2016 Sabry Razick The Research Computing Services Group, USIT Topics Get access Running a simple job Job script Running a simple job -- qlogin Customize

More information

High Performance Computing. What is it used for and why?

High Performance Computing. What is it used for and why? High Performance Computing What is it used for and why? Overview What is it used for? Drivers for HPC Examples of usage Why do you need to learn the basics? Hardware layout and structure matters Serial

More information

Windows 7 BYOD on MCSD WiFi

Windows 7 BYOD on MCSD WiFi Windows 7 BYOD on MCSD WiFi Revised 100114 - CWH These instructions will show how to connect a Windows 7 laptop to the District WiFi (MartinSchools). These instructions are to be used only with BYOD devices.

More information

The Why and How of HPC-Cloud Hybrids with OpenStack

The Why and How of HPC-Cloud Hybrids with OpenStack The Why and How of HPC-Cloud Hybrids with OpenStack OpenStack Australia Day Melbourne June, 2017 Lev Lafayette, HPC Support and Training Officer, University of Melbourne lev.lafayette@unimelb.edu.au 1.0

More information

Ruby on Rails Welcome. Using the exercise files

Ruby on Rails Welcome. Using the exercise files Ruby on Rails Welcome Welcome to Ruby on Rails Essential Training. In this course, we're going to learn the popular open source web development framework. We will walk through each part of the framework,

More information

Amazon Elastic Cloud (EC2): An Easy Route to Your Own Dedicated Webserver

Amazon Elastic Cloud (EC2): An Easy Route to Your Own Dedicated Webserver Amazon Elastic Cloud (EC2): An Easy Route to Your Own Dedicated Webserver The Amazon Elastic Cloud is a service which allows anyone to create their own dedicated web-servers which Aamazon manage & run.

More information

Chapter Two Computer Types

Chapter Two Computer Types Chapter Two Computer Types 2-1 Microcomputers - Personal Computers Microcomputers sit on, beside or under a desk. They process data quickly and are designed for one user. The cost is relatively low, depending

More information

Introduction to High Performance Computing and an Statistical Genetics Application on the Janus Supercomputer. Purpose

Introduction to High Performance Computing and an Statistical Genetics Application on the Janus Supercomputer. Purpose Introduction to High Performance Computing and an Statistical Genetics Application on the Janus Supercomputer Daniel Yorgov Department of Mathematical & Statistical Sciences, University of Colorado Denver

More information

Session 1: Accessing MUGrid and Command Line Basics

Session 1: Accessing MUGrid and Command Line Basics Session 1: Accessing MUGrid and Command Line Basics Craig A. Struble, Ph.D. July 14, 2010 1 Introduction The Marquette University Grid (MUGrid) is a collection of dedicated and opportunistic resources

More information

EXPERIENCES WITH VIRTUALIZATION TECHNOLOGY IN EDUCATION

EXPERIENCES WITH VIRTUALIZATION TECHNOLOGY IN EDUCATION EXPERIENCES WITH VIRTUALIZATION TECHNOLOGY IN EDUCATION Timothy Bower Kansas State University at Salina 785-826-2920 tim@ksu.edu ABSTRACT This paper describes how virtualization technology was used to

More information

IT Service Level Agreement

IT Service Level Agreement The Glasgow School of Art IT Service Level Agreement September 2016 Policy Control Title IT Service Level Agreement Date Approved Sep 2016 Approving Bodies Executive Group Implementation Date September

More information

READ ME. UITS UAEU

READ ME. UITS UAEU READ ME UITS Services @ UAEU Welcome new employee! On behalf of myself and UITS, I would like to welcome you to United Arab Emirates University and wish you every success here. The University Information

More information

ULI101 Introduction to Unix and Linux Week 1 Origin and History of Unix

ULI101 Introduction to Unix and Linux Week 1 Origin and History of Unix ULI101 Introduction to Unix and Linux Week 1 Origin and History of Unix 1. Welcome to ULI101! This Internet has become part of our daily lives. This course introduces you to the operating system and network

More information

Zimbra: RS Fowler Student Portal. This is what the Zimbra login page looks like:

Zimbra: RS Fowler Student  Portal. This is what the Zimbra login page looks like: Zimbra: RS Fowler Student Email Portal Zimbra is the secure email provider/host for RS Fowler students. Students may email their teachers and other RSF students within the school community. Students may

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Introduction to Oracle

Introduction to Oracle Class Note: Chapter 1 Introduction to Oracle (Updated May 10, 2016) [The class note is the typical material I would prepare for my face-to-face class. Since this is an Internet based class, I am sharing

More information

Virtual Machine Connection Guide for AWS Labs

Virtual Machine Connection Guide for AWS Labs Virtual Machine Connection Guide for AWS Labs Thank you for participating in our hands-on workshop. We are glad to have you in our class! This class relies on our accompanying lab environment which provides

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

Installing SSP Admin Console

Installing SSP Admin Console The School Seating Planner admin console for SIMS is an application that enables School Seating Planner to integrate with SIMS in order to set-up, configure, and maintain the seating planner for your school

More information

Introduction to CPLEX. Some very convenient solvers for most students include those with Excel and Matlab.

Introduction to CPLEX. Some very convenient solvers for most students include those with Excel and Matlab. 1.0 Overview Introduction to CPLEX There are a number of commercial grade LP solvers available. An excellent survey of such surveys can be found at http://lionhrtpub.com/orms/surveys/lp/lp-survey.html.

More information

VMware Infrastructure 3 Primer Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5

VMware Infrastructure 3 Primer Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 VMware Infrastructure 3 Primer Revision: 20090313 Item: EN-000021-02 You can find the most up-to-date technical documentation

More information

David R. Mackay, Ph.D. Libraries play an important role in threading software to run faster on Intel multi-core platforms.

David R. Mackay, Ph.D. Libraries play an important role in threading software to run faster on Intel multi-core platforms. Whitepaper Introduction A Library Based Approach to Threading for Performance David R. Mackay, Ph.D. Libraries play an important role in threading software to run faster on Intel multi-core platforms.

More information

CPSC 213 Labs Cheat-Manual

CPSC 213 Labs Cheat-Manual CPSC 213 Labs Cheat-Manual Phoenix, Ksenia, Harlin Inspired by Jordon Johnson s The Hitchhiker s Guide to CPSC213 Labs and Assignments Outline Assignments Brief. What about Labs. Get/Renew CS Account CS

More information

Version control. with git and GitHub. Karl Broman. Biostatistics & Medical Informatics, UW Madison

Version control. with git and GitHub. Karl Broman. Biostatistics & Medical Informatics, UW Madison Version control with git and GitHub Karl Broman Biostatistics & Medical Informatics, UW Madison kbroman.org github.com/kbroman @kwbroman Course web: kbroman.org/tools4rr Slides prepared with Sam Younkin

More information

Course Syllabus: Linux Essentials

Course Syllabus: Linux Essentials Course Syllabus: Linux Essentials Instructor: Jay Hanks Email: jayhhanks@gmail.com Phone: Office: (740) 364-2299 Courseware Course #: Hours: Meeting Days & Times: Location TestOut Linux Pro 4.1 LPI Linux

More information

CS/IT 114 Introduction to Java, Part 1 FALL 2016 CLASS 2: SEP. 8TH INSTRUCTOR: JIAYIN WANG

CS/IT 114 Introduction to Java, Part 1 FALL 2016 CLASS 2: SEP. 8TH INSTRUCTOR: JIAYIN WANG CS/IT 114 Introduction to Java, Part 1 FALL 2016 CLASS 2: SEP. 8TH INSTRUCTOR: JIAYIN WANG 1 Notice Class Website http://www.cs.umb.edu/~jane/cs114/ Reading Assignment Chapter 1: Introduction to Java Programming

More information

Royal Life Saving e-learning user guide

Royal Life Saving e-learning user guide Royal Life Saving e-learning user guide March 2016 v3 1. What is e-learning? Royal Life Saving Society (RLSS) provides training in both face to face contact and online e-learning format for a variety of

More information

Short Note. The unwritten computing rules at SEP. Alexander M. Popovici, Dave Nichols and Dimitri Bevc 1 INTRODUCTION

Short Note. The unwritten computing rules at SEP. Alexander M. Popovici, Dave Nichols and Dimitri Bevc 1 INTRODUCTION Stanford Exploration Project, Report 80, May 15, 2001, pages 1?? Short Note The unwritten computing rules at SEP Alexander M. Popovici, Dave Nichols and Dimitri Bevc 1 INTRODUCTION This short note is intended

More information

UoW HPC Quick Start. Information Technology Services University of Wollongong. ( Last updated on October 10, 2011)

UoW HPC Quick Start. Information Technology Services University of Wollongong. ( Last updated on October 10, 2011) UoW HPC Quick Start Information Technology Services University of Wollongong ( Last updated on October 10, 2011) 1 Contents 1 Logging into the HPC Cluster 3 1.1 From within the UoW campus.......................

More information

Introduction to Computer Systems

Introduction to Computer Systems Introduction to Computer Systems Web Page http://pdinda.org/ics Syllabus See the web page for more information. Class discussions are on Piazza We will make only minimal use of Canvas (grade reports, perhaps

More information

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: September 26, 2016

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: September 26, 2016 SCS OpenStack Cloud Table of Contents Introduction... 2 Who Can Access the SCS OpenStack?... 2 SCS OpenStack Statistics... 3 Definitions... 3 Using the Openstack Web Interface... 4 Logging into the OpenStack

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Presenter. Xiaolong Li, Assistant Professor Department of Industrial and Engineering Technology Morehead State University

Presenter. Xiaolong Li, Assistant Professor Department of Industrial and Engineering Technology Morehead State University DEVELOPMENT AND APPLICATION OF A NEW CURRICULUM FOR COMPUTER NETWORKING Presenter Xiaolong Li, Assistant Professor Department of Industrial and Engineering Technology Morehead State University Gabriel

More information

QLIK VIRTUAL EVENT. qlik.com

QLIK VIRTUAL EVENT. qlik.com QLIK VIRTUAL EVENT qlik.com VIRTUAL EVENT SYSTEM REQUIREMENTS & QUICK START Operating System / Browser Combinations Windows 7 or 8 with IE8+ or the latest version of Firefox or Chrome Mac OS 10.7 with

More information

Computer System Management - File Systems

Computer System Management - File Systems Computer System Management - File Systems Amarjeet Singh August 27, 2012 Partly adopted from Computer System Management Slides by Navpreet Singh Logistics Lab Session Please read through the handout and

More information

Linux Mint 18. Cinnamon Edition

Linux Mint 18. Cinnamon Edition Linux Mint 18 Cinnamon Edition NOTE from mikeb of Code-it Software Solutions: I personally take no credit for the content of this file it was stolen from the original copy from the Linux Mint web site

More information

HPC DOCUMENTATION. 3. Node Names and IP addresses:- Node details with respect to their individual IP addresses are given below:-

HPC DOCUMENTATION. 3. Node Names and IP addresses:- Node details with respect to their individual IP addresses are given below:- HPC DOCUMENTATION 1. Hardware Resource :- Our HPC consists of Blade chassis with 5 blade servers and one GPU rack server. a.total available cores for computing: - 96 cores. b.cores reserved and dedicated

More information

Day 9: Introduction to CHTC

Day 9: Introduction to CHTC Day 9: Introduction to CHTC Suggested reading: Condor 7.7 Manual: http://www.cs.wisc.edu/condor/manual/v7.7/ Chapter 1: Overview Chapter 2: Users Manual (at most, 2.1 2.7) 1 Turn In Homework 2 Homework

More information

RESEARCH DATA DEPOT AT PURDUE UNIVERSITY

RESEARCH DATA DEPOT AT PURDUE UNIVERSITY Preston Smith Director of Research Services RESEARCH DATA DEPOT AT PURDUE UNIVERSITY May 18, 2016 HTCONDOR WEEK 2016 Ran into Miron at a workshop recently.. Talked about data and the challenges of providing

More information

SMB3 and Linux Seamless POSIX file serving. Jeremy Allison Samba Team.

SMB3 and Linux Seamless POSIX file serving. Jeremy Allison Samba Team. SMB3 and Linux Seamless POSIX file serving Jeremy Allison Samba Team jra@samba.org Isn't cloud storage the future? Yes, but not usable for many existing apps. Cloud Storage is a blob store Blob stores

More information

Pacific Knowledge Systems. RippleDown Deployment Guide: v8.0.5

Pacific Knowledge Systems. RippleDown Deployment Guide: v8.0.5 Pacific Knowledge Systems RippleDown Deployment Guide: v8.0.5 Copyright Notice The information provided in this User's Guide is subject to change without notice and is not a commitment by Pacific Knowledge

More information

Scholastic Learning Zone User s Guide

Scholastic Learning Zone User s Guide Scholastic Learning Zone User s Guide Copyright 2015 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. SCHOLASTIC, SCHOLASTIC LEARNING ZONE, TRUEFLIX, BOOKFLIX, and associated logos

More information

High Performance Computing Resources at MSU

High Performance Computing Resources at MSU MICHIGAN STATE UNIVERSITY High Performance Computing Resources at MSU Last Update: August 15, 2017 Institute for Cyber-Enabled Research Misson icer is MSU s central research computing facility. The unit

More information

Some popular Operating Systems include Linux Operating System, Windows Operating System, VMS, OS/400, AIX, z/os, etc.

Some popular Operating Systems include Linux Operating System, Windows Operating System, VMS, OS/400, AIX, z/os, etc. An Operating System (OS) is an interface between computer user and computer hardware. An operating system is software which performs all the basic tasks like file management, memory management, process

More information

Gaia CPD Portal 25/11/2014. Bernard Dady

Gaia CPD Portal 25/11/2014. Bernard Dady Gaia CPD Portal USER GUIDE V1 Bernard Dady What do you want to do? 1. Briefing for senior leaders 2. Briefing for CPD managers and admin support 3. Search for courses 4. Make a request for CPD or training

More information

Using VStream PCap Outside of Victoria

Using VStream PCap Outside of Victoria Information Technology Services Using VStream PCap Outside of Victoria This How-To academic guide provides step by step instructions on recording, editing and publishing recorded content via the VStream

More information

EECS 1710 SETTING UP A VIRTUAL MACHINE (for EECS labs)

EECS 1710 SETTING UP A VIRTUAL MACHINE (for EECS labs) EECS 1710 SETTING UP A VIRTUAL MACHINE (for EECS labs) In this tutorial, we will work through the process of setting up a virtual machine on your home desktop/laptop, that reflects the working environment

More information

Introduction to HPC Resources and Linux

Introduction to HPC Resources and Linux Introduction to HPC Resources and Linux Burak Himmetoglu Enterprise Technology Services & Center for Scientific Computing e-mail: bhimmetoglu@ucsb.edu Paul Weakliem California Nanosystems Institute & Center

More information

Data Science: Lets All Be Ninjas

Data Science: Lets All Be Ninjas Data Science: Lets All Be Ninjas Matthew J. Denny mzd5530@psu.edu www.mjdenny.com @MatthewJDenny www.mjdenny.com/icpsr Data Science 2015.html July 27, 2015 Data Science 1. Means lots of things... 2. Data:

More information

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Slide 1: Cover Welcome to lesson 3 of the db2 on Campus lecture series. Today we're going to talk about tools and scripting, and this is part 1 of 2

More information

WIC Seminar Room Guide for Instructors & Group Leaders. Contents. Contact Information

WIC Seminar Room Guide for Instructors & Group Leaders. Contents. Contact Information WIC Seminar Room Guide for Instructors & Group Leaders Contents Contact Information... 1 WIC Seminar Room Reservations... 2 Seminar Room Layout... 2 Brief Overview... 2 Facilities... 2 Equipment... 3 Computers...

More information

REGISTRATION GUIDE Term

REGISTRATION GUIDE Term REGISTRATION GUIDE Term 3 2018-19 The Language Centre INTRODUCTION 02 Overview Registration is the formal process of becoming a student at the University of Leeds. It enables you to attend lectures and

More information

Using Rutgers University Power Macs

Using Rutgers University Power Macs Using Rutgers University Power Macs by Hanz Makmur Email: dcs-macsupport@cs.rutgers.edu Modified: Dec. 24, 1997 Using a Macintosh To use a Macintosh, you are required to authenticate yourself. To do this,

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

Lab 1: Accessing the Linux Operating System Spring 2009

Lab 1: Accessing the Linux Operating System Spring 2009 CIS 90 Linux Lab Exercise Lab 1: Accessing the Linux Operating System Spring 2009 Lab 1: Accessing the Linux Operating System This lab takes a look at UNIX through an online experience on an Ubuntu Linux

More information

Introduction to High-Performance Computing (HPC)

Introduction to High-Performance Computing (HPC) Introduction to High-Performance Computing (HPC) Computer components CPU : Central Processing Unit cores : individual processing units within a CPU Storage : Disk drives HDD : Hard Disk Drive SSD : Solid

More information