Meeting of the Technical Steering Committee (TSC) Board

Size: px
Start display at page:

Download "Meeting of the Technical Steering Committee (TSC) Board"

Transcription

1 Meeting of the Technical Steering Committee (TSC) Board Tuesday, October 17th 11:00am ET

2 Meeting Logistics United States : +1 (510) (No PIN needed).

3 Antitrust Policy Notice Linux Foundation meetings involve participation by industry competitors, and it is the intention of the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws. Examples of types of actions that are prohibited at Linux Foundation meetings and in connection with Linux Foundation activities are described in the Linux Foundation Antitrust Policy available at If you have questions about these matters, please contact your company counsel, or if you are a member of the Linux Foundation, feel free to contact Andrew Updegrove of the firm of Gesmer Updegrove LLP, which provides legal counsel to the Linux Foundation. 3

4 Agenda SC 17 BoF Update - Schedule update: Wednesday, Nov 15: 12:15-13:15 - TODO: JEFF -> send out google doc sign-up sheet for booth duty ISC submission(s) Singularity image submission LLVM question/request OpenHPC on Bright cluster PMIx update Warewulf aarch64 update 4

5 ISC Submission(s) I m assuming we will want to do the usual BoF submission: - deadline is Feb 28th Do folks want to consider trying for a tutorial this year? Submission Deadline Tuesday, February 13, 2018 Notification of Acceptance Wednesday, March 21, 2018 Tutorials Sunday, June 24, 2018 Final Presentation Slides in PDF due Friday, June 29, 2018 The tutorials will be held on Sunday, June 24, 2018 and will be either half-day (9:00 am 1:00 pm or 2:00 pm 6:00 pm) or full-day (9:00 am 6:00 pm). Could presumably do something similar to what we did for PEARC 17 5

6 Singularity image submission? Received a note from Greg (Singularity lead) suggesting we might want to consider submitting an OpenHPC image to SingularityHub - Question: is this of general interest? - If so, what end-user/system type would the image be targeted for? - Presumably, reproducing the dev environment dictates the likely items to package in a shareable image should be easy to work in single node environment what about non-openhpc clusters? sensitivity to MPI stacks and resource manager on the cluster would we try to test on a non-openhpc system, if so where? could possibly publish table on wiki for sites which have been able to run MPI executables - could alternatively propose to provide container definition template to ship with Singularity instead of binary image 6

7 LLVM question/request Had an issue/request come in last week regarding packaging of LLVM/Clang - request is to split out llvm library for use with other compilers chuckatkins commented 4 days ago Contributor It's possible this has been already discussed and I may have missed it, so my apologies if that's the case. I am very happy to see the llvm-based!*lang! compilers as an option now. However, as more codes in the HPC space are beginning to utilize llvm as a library, it would be helpful to separate the compilers as libraries to allow for libllvm to be made available with other compilers. Packaging wise, I think this could look something like this:!llvm5*compilers*ohpc! The LLVM compilers and std libs (clang, clang++, flag, llvm-ar, llvm-ld, etc.) but no actual llvm libraries. (maybe build with llvm libs statically linked into the tools)?!libllvm5*{gnu,gnu7,intel,llvm5}*ohpc! LLVM libraries that can be linked to by applications built with the associated compilers. This would allow for things like!module!load!intel!libllvm5! to build something with the Intel compiler that uses LLVM as a library, also built by the Intel compiler. Thoughts? 7

8 OpenHPC with Bright Cluster I sent out related to this topic earlier today Follow on to conversations at ISC with an academic user who was enabling OpenHPC packages on his Bright cluster Bright proposing to document enabling OHPC with Bright; starting effort in doc that was attached Seems to mostly do three things: - play some soft link games so that items installed from OHPC into /opt/ohpc will be visible under /cm/shared - enable OpenHPC repo via ohpc-release - fair bit of module setup hackery (e.g. create their own ohpc module) Admin can then install OHPC packages and utilize Thoughts on the approach and/or encouraging this? - not something we can test directly at the moment - might give some more exposure/usage to OpenHPC (mention on our Wiki?) - they may not know about our lmod-defaults variants which supply an ohpc module or they may not want to set default to ohpc compiler/mpi variant we could offer a vanilla lmod-defaults which just provides ohpc module (no compiler/mpi default) encourage them (or us) to provide compatibility package that enables modules functionality directly 8

9 PMIx Update Recall discussion from last time, general consensus to try for Option #1: - leave current MPI build configurations mostly as is (without PMIx), but enable additional variant(s) for MPIs where it works - based on this, have created openmpi3-pmix-slurm-gnu7-ohpc - have verified we can use non-pmix aware MPI family builds with version of SLURM that has PMIx support [test@sms001 ~]$ rpm -q openmpi3-gnu7-ohpc openmpi3-gnu7-ohpc x86_64 [test@sms001 ~]$ mpicc hello.c [test@sms001 ~]$ srun -N 2 -n 4 --pty /bin/bash [test@c1 ~]$ prun./a.out [prun] Master compute host = c1 [prun] Resource manager = slurm [prun] Launch cmd = mpirun./a.out Hello, world (4 procs total) --> Process # 0 of 4 is alive. -> c1 --> Process # 1 of 4 is alive. -> c1 --> Process # 2 of 4 is alive. -> c2 --> Process # 3 of 4 is alive. -> c2 [test@sms001 ~]$ rpm -q openmpi3-pmix-slurm-gnu7-ohpc openmpi3-pmix-slurm-gnu7-ohpc x86_64 [test@sms001 ~]$ mpicc hello.c [test@sms001 ~]$ srun -N 2 -n 4 --pty /bin/bash [test@c1 ~]$ prun./a.out [prun] Master compute host = c1 [prun] Resource manager = slurm [prun] Launch cmd = srun --mpi=pmix./a.out Hello, world (4 procs total) --> Process # 0 of 4 is alive. -> c1 --> Process # 1 of 4 is alive. -> c1 --> Process # 2 of 4 is alive. -> c2 --> Process # 3 of 4 is alive. -> c2 9

10 Warewulf updates Have updated WW builds for effort to use newer devel branch (we call it 3.8pre) Newer version contains builds of ipxe ( which supports aarch64 and x86_64 - have verified x86 installations continue to work - note that we will likely have to call out some extra steps for those upgrading from previous WW versions bootstrap images are stored in different location - Renato previously demonstrated a successful boot of aarch64 with CentOS - SLES support was not working in devel branch, but Reese has created patches to re-enable and we have now demonstrated a successful boot of aarch64 with SLES12 SP3 at TACC - have also demonstrated booting aarch64 node from x86_64 provisioning server CI Master (x86_64) CI Pool x86_64 x86_64 x86_64 aarch64 aarch64 aarch64 ipxe Open Source Network Boot Firmware -- Features: DNS HTTP iscsi TFTP AoE EFI Menu net0: 00:50:b6:1a:f0:a3 using SNP on SNP-0000:00:11.0 (open) [Link:down, TX:0 TXE:0 RX:0 RXE:0] [Link status: Unknown ( Configuring (net0 00:50:b6:1a:f0:a3)... ok net0: / gw Next server: Filename: ok 00:50:b6:1a:f0:a3 : 437 bytes [script] Now booting arm003 with Warewulf bootstrap (sles12sp3.aarch64) ok ok EFI stub: Booting Linux Kernel... 10

Meeting of the Technical Steering Committee (TSC) Board

Meeting of the Technical Steering Committee (TSC) Board http://openhpc.community Meeting of the Technical Steering Committee (TSC) Board Tuesday, July 31 th 2018 11:00am ET Meeting Logistics https://zoom.us/j/556149142 United States : +1 (646) 558-8656 -Meeting

More information

Meeting of the Technical Steering Committee (TSC) Board

Meeting of the Technical Steering Committee (TSC) Board http://openhpc.community Meeting of the Technical Steering Committee (TSC) Board Tuesday, December 5th th 11:00am ET Antitrust Policy Notice Linux Foundation meetings involve participation by industry

More information

Meeting of the Technical Steering Committee (TSC) Board

Meeting of the Technical Steering Committee (TSC) Board http://openhpc.community Meeting of the Technical Steering Committee (TSC) Board Tuesday, January 8 th 11:00am ET Meeting Logistics https://www.uberconference.com/jeff_ef United States : +1 (510) 224-9559

More information

OpenHPC: Project Overview and Updates

OpenHPC: Project Overview and Updates http://openhpc.community OpenHPC: Project Overview and Updates Karl W. Schulz, Ph.D. Software and Services Group, Intel Technical Project Lead, OpenHPC 5 th Annual MVAPICH User Group (MUG) Meeting August

More information

Toward Building up Arm HPC Ecosystem --Fujitsu s Activities--

Toward Building up Arm HPC Ecosystem --Fujitsu s Activities-- Toward Building up Arm HPC Ecosystem --Fujitsu s Activities-- Shinji Sumimoto, Ph.D. Next Generation Technical Computing Unit FUJITSU LIMITED Jun. 28 th, 2018 0 Copyright 2018 FUJITSU LIMITED Outline of

More information

ARM High Performance Computing

ARM High Performance Computing ARM High Performance Computing Eric Van Hensbergen Distinguished Engineer, Director HPC Software & Large Scale Systems Research IDC HPC Users Group Meeting Austin, TX September 8, 2016 ARM 2016 An introduction

More information

Introduction to Joker Cyber Infrastructure Architecture Team CIA.NMSU.EDU

Introduction to Joker Cyber Infrastructure Architecture Team CIA.NMSU.EDU Introduction to Joker Cyber Infrastructure Architecture Team CIA.NMSU.EDU What is Joker? NMSU s supercomputer. 238 core computer cluster. Intel E-5 Xeon CPUs and Nvidia K-40 GPUs. InfiniBand innerconnect.

More information

CSC209. Software Tools and Systems Programming. https://mcs.utm.utoronto.ca/~209

CSC209. Software Tools and Systems Programming. https://mcs.utm.utoronto.ca/~209 CSC209 Software Tools and Systems Programming https://mcs.utm.utoronto.ca/~209 What is this Course About? Software Tools Using them Building them Systems Programming Quirks of C The file system System

More information

Habanero Operating Committee. January

Habanero Operating Committee. January Habanero Operating Committee January 25 2017 Habanero Overview 1. Execute Nodes 2. Head Nodes 3. Storage 4. Network Execute Nodes Type Quantity Standard 176 High Memory 32 GPU* 14 Total 222 Execute Nodes

More information

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Boot using USB Drive, page 1 Boot using ipxe, page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

CSC209. Software Tools and Systems Programming. https://mcs.utm.utoronto.ca/~209

CSC209. Software Tools and Systems Programming. https://mcs.utm.utoronto.ca/~209 CSC209 Software Tools and Systems Programming https://mcs.utm.utoronto.ca/~209 What is this Course About? Software Tools Using them Building them Systems Programming Quirks of C The file system System

More information

Jay Kruemcke Sr. Product Manager, HPC, Arm,

Jay Kruemcke Sr. Product Manager, HPC, Arm, Jay Kruemcke Sr. Product Manager, HPC, Arm, POWER jayk@suse.com @mr_sles What s changed in the last year? 1.More capable Arm server chips New processors from Cavium, Qualcomm, HiSilicon, Ampere 2.Maturing

More information

ECE571: Advanced Microprocessor Design Final Project Spring Officially Due: Friday, 4 May 2018 (Last day of Classes)

ECE571: Advanced Microprocessor Design Final Project Spring Officially Due: Friday, 4 May 2018 (Last day of Classes) Overview: ECE571: Advanced Microprocessor Design Final Project Spring 2018 Officially Due: Friday, 4 May 2018 (Last day of Classes) Design a project that explores the power, energy, and/or performance

More information

Exascale Process Management Interface

Exascale Process Management Interface Exascale Process Management Interface Ralph Castain Intel Corporation rhc@open-mpi.org Joshua S. Ladd Mellanox Technologies Inc. joshual@mellanox.com Artem Y. Polyakov Mellanox Technologies Inc. artemp@mellanox.com

More information

Bring-up Cisco NCS 1002

Bring-up Cisco NCS 1002 After installing the hardware, boot the Cisco NCS 1002 system. You can connect to the XR console port and power on the system. NCS 1002 completes the boot process using the pre-installed operating system

More information

Linux HPC Software Stack

Linux HPC Software Stack Linux HPC Software Stack Makia Minich Clustre Monkey, HPC Software Stack Lustre Group April 2008 1 1 Project Goals Develop integrated software stack for Linux-based HPC solutions based on Sun HPC hardware

More information

Q1 Meetings are currently held at the Seattle JTF, would you like to see the location of the meeting changed or rotated to improve attendance?

Q1 Meetings are currently held at the Seattle JTF, would you like to see the location of the meeting changed or rotated to improve attendance? Q1 Meetings are currently held at the Seattle JTF, would you like to see the location of the meeting changed or rotated to improve attendance? If yes, please subm it suggestion. If yes, please submit a

More information

ARM BOF. Jay Kruemcke Sr. Product Manager, HPC, ARM,

ARM BOF. Jay Kruemcke Sr. Product Manager, HPC, ARM, ARM BOF Jay Kruemcke Sr. Product Manager, HPC, ARM, POWER jayk@suse.com @mr_sles SUSE and the High Performance Computing Ecosystem Partnerships with HPE, Arm, Cavium, Cray, Intel, Microsoft, Dell, Qualcomm,

More information

Overview of Intel Xeon Phi Coprocessor

Overview of Intel Xeon Phi Coprocessor Overview of Intel Xeon Phi Coprocessor Sept 20, 2013 Ritu Arora Texas Advanced Computing Center Email: rauta@tacc.utexas.edu This talk is only a trailer A comprehensive training on running and optimizing

More information

/ Cloud Computing. Recitation 5 September 27 th, 2016

/ Cloud Computing. Recitation 5 September 27 th, 2016 15-319 / 15-619 Cloud Computing Recitation 5 September 27 th, 2016 1 Overview Administrative issues Office Hours, Piazza guidelines Last week s reflection Project 2.1, OLI Unit 2 modules 5 and 6 This week

More information

CSinParallel Workshop. OnRamp: An Interactive Learning Portal for Parallel Computing Environments

CSinParallel Workshop. OnRamp: An Interactive Learning Portal for Parallel Computing Environments CSinParallel Workshop : An Interactive Learning for Parallel Computing Environments Samantha Foley ssfoley@cs.uwlax.edu http://cs.uwlax.edu/~ssfoley Josh Hursey jjhursey@cs.uwlax.edu http://cs.uwlax.edu/~jjhursey/

More information

COLLEGE OF DUPAGE CIS 2542 Advanced C++ with Data Structure Applications Course Syllabus

COLLEGE OF DUPAGE CIS 2542 Advanced C++ with Data Structure Applications Course Syllabus Carolyn England COD Main #: 942-4125 Voicemail Ext. 4125 Office: BIC1544B (Division Office TEC1034) Mailbox: BIC1E01 Office Hours: M 12:05 pm 1:45 pm Tu 12:05 pm 1:45 pm W 12:05 pm 1:45 pm Th 9:00 am 10:40

More information

Disaster Recovery. Boot using USB Drive. Create a Bootable USB Drive Using Compressed Boot File

Disaster Recovery. Boot using USB Drive. Create a Bootable USB Drive Using Compressed Boot File The topics covered in this chapter are: Boot using USB Drive, on page 1 Boot Using ipxe, on page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

MARKET PROCEDURE: METER DATA SUBMISSIONS

MARKET PROCEDURE: METER DATA SUBMISSIONS MARKET PROCEDURE: METER DATA SUBMISSIONS PREPARED BY: Market Operations (WA) DOCUMENT REF: VERSION: 3.0 EFFECTIVE DATE: 30 November 2015 STATUS: FINAL Approved for distribution and use by: APPROVED BY:

More information

Slurm Roadmap. Danny Auble, Morris Jette, Tim Wickberg SchedMD. Slurm User Group Meeting Copyright 2017 SchedMD LLC https://www.schedmd.

Slurm Roadmap. Danny Auble, Morris Jette, Tim Wickberg SchedMD. Slurm User Group Meeting Copyright 2017 SchedMD LLC https://www.schedmd. Slurm Roadmap Danny Auble, Morris Jette, Tim Wickberg SchedMD Slurm User Group Meeting 2017 HPCWire apparently does awards? Best HPC Cluster Solution or Technology https://www.hpcwire.com/2017-annual-hpcwire-readers-choice-awards/

More information

Challenges in Testing

Challenges in Testing Sevilla, Spain Feb 10-12, 2016 Challenges in Testing How OpenSourceRouting tests Quagga Martin Winter Feb 10, 2016 1 Who is OpenSourceRouting? Who is Open Source Routing? www.opensourcerouting.org Project

More information

GCC and LLVM collaboration

GCC and LLVM collaboration GCC and LLVM collaboration GNU Tools Cauldron 2014, Cambridge, UK Renato Golin LLVM Tech-Lead Linaro 1 Agenda What we should discuss: Why & How to collaborate Common projects we already share (the good)

More information

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Boot using USB Drive, page 1 Boot Using ipxe, page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

Devicetree Specification

Devicetree Specification Devicetree Specification Presented by Kanta Vekaria and Grant Likely Date BKK16-411 March 2016 Event Linaro Connect BKK16 Introduction Devicetree Well established data structure to describe HW Widely used

More information

aeod_pd6_gipa_act_matters.pdf

aeod_pd6_gipa_act_matters.pdf (WUFA) From: Sent: To: Subject: Attachments: (WUFA) Saturday, 18 April 20158:15 AM 'Chris Wilson' RE: Your GIPA Application lodged with Warringah Council

More information

SC18 OpenMP BoF Report (BoF 109) Jim Cownie, Michael Klemm 28 November 2018

SC18 OpenMP BoF Report (BoF 109) Jim Cownie, Michael Klemm 28 November 2018 SC18 OpenMP BoF Report (BoF 109) Jim Cownie, Michael Klemm 28 November 2018 Summary The OpenMP BoF was held on Wednesday 15 November 5:15pm-7:00pm. There were over 100 attendees, a slight drop from last

More information

Hi this is Anna Jarrett, I am here to present today s ebudde Cookie Training.

Hi this is Anna Jarrett, I am here to present today s ebudde Cookie Training. Hi this is Anna Jarrett, I am here to present today s ebudde Cookie Training. You will notice on the top right on most slides I have a page number referencing the troop Cookie Manual.. 1 Introducing the

More information

2012 LLVM Euro - Michael Spencer. lld. Friday, April 13, The LLVM Linker

2012 LLVM Euro - Michael Spencer. lld. Friday, April 13, The LLVM Linker lld Friday, April 13, 2012 The LLVM Linker What is lld? A system linker Produce final libraries and executables, no other tools or runtime required Understands platform ABI What is lld? A system linker

More information

DOWNLOAD PDF REDIRECT FOR WINDOWS 7

DOWNLOAD PDF REDIRECT FOR WINDOWS 7 Chapter 1 : Deploy Folder Redirection with Offline Files Microsoft Docs From your description, it sounds as if you cannot access the redirection path in Windows Explorer, is that correct? before folder

More information

Minutes. Action items Person responsible Deadline Develop LabView code to our liking. N/A Keep adjusting Matlab. Ben

Minutes. Action items Person responsible Deadline Develop LabView code to our liking. N/A Keep adjusting Matlab. Ben January 12, 2017 3:30pm ThinkTank Kelie, Craig, Gretchen, Ben, Dev Winter Break Progress Code needed to be developed and understood to the point where it can track a dot on the tendon and plot it. Ben

More information

Digitizer operating system support

Digitizer operating system support Digitizer operating system support Author(s): Teledyne SP Devices Document ID: 15-1494 Classification: General release Revision: J Print date: 2018-08-08 1 Windows operating systems We deliver a Windows

More information

Introducing LLDB for Linux on Arm and AArch64. Omair Javaid

Introducing LLDB for Linux on Arm and AArch64. Omair Javaid Introducing LLDB for Linux on Arm and AArch64 Omair Javaid Agenda ENGINEERS AND DEVICES WORKING TOGETHER Brief introduction and history behind LLDB Status of LLDB on Linux and Android Linaro s contributions

More information

P1547.X Standard Title, Scope and Purpose

P1547.X Standard Title, Scope and Purpose IEEE SCC21 1547 TM Series Standards Development P1547.X Working Group Meeting Date Date, 200X; City, State P1547.X Standard Title, Scope and Purpose Chairperson: Vice Chair: Secretary: 1 1547 Series of

More information

/ Cloud Computing. Recitation 5 February 14th, 2017

/ Cloud Computing. Recitation 5 February 14th, 2017 15-319 / 15-619 Cloud Computing Recitation 5 February 14th, 2017 1 Overview Administrative issues Office Hours, Piazza guidelines Last week s reflection Project 2.1, OLI Unit 2 modules 5 and 6 This week

More information

Disclaimer. This talk vastly over-simplifies things. See notes for full details and resources.

Disclaimer. This talk vastly over-simplifies things. See notes for full details and resources. Greg Kroah-Hartman Disclaimer This talk vastly over-simplifies things. See notes for full details and resources. https://github.com/gregkh/presentation-spectre Spectre Hardware bugs Valid code can be tricked

More information

CS 318 Principles of Operating Systems

CS 318 Principles of Operating Systems CS 318 Principles of Operating Systems Fall 2017 Lecture 17: File System Crash Consistency Ryan Huang Administrivia Lab 3 deadline Thursday Nov 9 th 11:59pm Thursday class cancelled, work on the lab Some

More information

Manually Installing Windows Updates Server 2008 R2 On Vmware 8 >>>CLICK HERE<<<

Manually Installing Windows Updates Server 2008 R2 On Vmware 8 >>>CLICK HERE<<< Manually Installing Windows Updates Server 2008 R2 On Vmware 8 Note: For Windows Server 2012 and ESXi 5.0 Update 1, you must install Create a new virtual machine configured for either Windows 7 or Windows

More information

PETS 2019 Responsibilities of the Governor Elect

PETS 2019 Responsibilities of the Governor Elect May 2018: PETS is 10 months away PETS 2019 Prepare a notebook PC (this is not a Tablet friendly exercise) to bring to Carolinas PETS Annual meeting on June 14 th. The wireless Ethernet port on your PC

More information

INFS 2150 (Section A) Fall 2018

INFS 2150 (Section A) Fall 2018 INFS 2150 (Section A) Fall 2018 Introduction to Web Development Class meets TUE & THU: 12:30am-1:45pm: in Wheatley 114 Instructor: Peter Y. Wu Office: Wheatley 309 Office Hours: Tuesday 9:00 am-12:00 noon;

More information

CISC 3130 Data Structures Spring 2018

CISC 3130 Data Structures Spring 2018 CISC 3130 Data Structures Spring 2018 Instructor: Ari Mermelstein Email address for questions: mermelstein AT sci DOT brooklyn DOT cuny DOT edu Email address for homework submissions: mermelstein DOT homework

More information

CTI-TC Monthly Meeting - Notes

CTI-TC Monthly Meeting - Notes CTI-TC Monthly Meeting - Notes Meeting Date: March 28, 2017 Time: CTI TC Weekly Working Session- 11:00 AM US EDT Tuesday, March 21, 2017 Purpose: CTI TC Weekly Working Session Attendees: Company Name Kingfisher

More information

Table of Contents. Table of Contents Job Manager for remote execution of QuantumATK scripts. A single remote machine

Table of Contents. Table of Contents Job Manager for remote execution of QuantumATK scripts. A single remote machine Table of Contents Table of Contents Job Manager for remote execution of QuantumATK scripts A single remote machine Settings Environment Resources Notifications Diagnostics Save and test the new machine

More information

} Evaluate the following expressions: 1. int x = 5 / 2 + 2; 2. int x = / 2; 3. int x = 5 / ; 4. double x = 5 / 2.

} Evaluate the following expressions: 1. int x = 5 / 2 + 2; 2. int x = / 2; 3. int x = 5 / ; 4. double x = 5 / 2. Class #10: Understanding Primitives and Assignments Software Design I (CS 120): M. Allen, 19 Sep. 18 Java Arithmetic } Evaluate the following expressions: 1. int x = 5 / 2 + 2; 2. int x = 2 + 5 / 2; 3.

More information

GSoC '16 Proposal for TuxPaint Selection Tool

GSoC '16 Proposal for TuxPaint Selection Tool GSoC '16 Proposal for TuxPaint Selection Tool Ganesh Prasad Sahoo March 25, 2016 1 Persional Details Name: Ganesh Prasad Sahoo University: National Institute of Technology, Rourkela, India Courses/Major:

More information

Cray Support of the MPICH ABI Compatibility Initiative

Cray Support of the MPICH ABI Compatibility Initiative S-2544-704 Cray Support of the MPICH ABI Compatibility Initiative 1 Cray Support of the MPICH ABI Compatibility Initiative Steve Oyanagi 2/17/2015 Introduction The goal of the MPICH ABI Compatibility Initiative

More information

OBTAINING AN ACCOUNT:

OBTAINING AN ACCOUNT: HPC Usage Policies The IIA High Performance Computing (HPC) System is managed by the Computer Management Committee. The User Policies here were developed by the Committee. The user policies below aim to

More information

High Performance Computing using a Parallella Board Cluster PROJECT PROPOSAL. March 24, 2015

High Performance Computing using a Parallella Board Cluster PROJECT PROPOSAL. March 24, 2015 High Performance Computing using a Parallella Board Cluster PROJECT PROPOSAL March 24, Michael Johan Kruger Rhodes University Computer Science Department g12k5549@campus.ru.ac.za Principle Investigator

More information

OpenEmbedded in the Real World

OpenEmbedded in the Real World OpenEmbedded in the Real World Scott Murray Senior Staff Software Engineer Konsulko Group http://konsulko.com Who am I? Long time Linux user (over 20 years) Have done Linux software development for over

More information

HPCC User Group Meeting

HPCC User Group Meeting High Performance Computing Center HPCC User Group Meeting Planned Update of Quanah and Hrothgar Eric Rees Research Associate - HPCC June 6, 2018 HPCC User Group Meeting Agenda 6/6/2018 HPCC User Group

More information

Part One: The Files. C MPI Slurm Tutorial - Hello World. Introduction. Hello World! hello.tar. The files, summary. Output Files, summary

Part One: The Files. C MPI Slurm Tutorial - Hello World. Introduction. Hello World! hello.tar. The files, summary. Output Files, summary C MPI Slurm Tutorial - Hello World Introduction The example shown here demonstrates the use of the Slurm Scheduler for the purpose of running a C/MPI program. Knowledge of C is assumed. Having read the

More information

STARTING THE DDT DEBUGGER ON MIO, AUN, & MC2. (Mouse over to the left to see thumbnails of all of the slides)

STARTING THE DDT DEBUGGER ON MIO, AUN, & MC2. (Mouse over to the left to see thumbnails of all of the slides) STARTING THE DDT DEBUGGER ON MIO, AUN, & MC2 (Mouse over to the left to see thumbnails of all of the slides) ALLINEA DDT Allinea DDT is a powerful, easy-to-use graphical debugger capable of debugging a

More information

Presented By: Gregory M. Kurtzer HPC Systems Architect Lawrence Berkeley National Laboratory CONTAINERS IN HPC WITH SINGULARITY

Presented By: Gregory M. Kurtzer HPC Systems Architect Lawrence Berkeley National Laboratory CONTAINERS IN HPC WITH SINGULARITY Presented By: Gregory M. Kurtzer HPC Systems Architect Lawrence Berkeley National Laboratory gmkurtzer@lbl.gov CONTAINERS IN HPC WITH SINGULARITY A QUICK REVIEW OF THE LANDSCAPE Many types of virtualization

More information

MP 1: HTTP Client + Server Due: Friday, Feb 9th, 11:59pm

MP 1: HTTP Client + Server Due: Friday, Feb 9th, 11:59pm MP 1: HTTP Client + Server Due: Friday, Feb 9th, 11:59pm Please read all sections of this document before you begin coding. In this assignment, you will implement a simple HTTP client and server. The client

More information

Open Enterprise & Open Community opensuse & SLE Empowering Each Other. Richard Brown opensuse Chairman

Open Enterprise & Open Community opensuse & SLE Empowering Each Other. Richard Brown opensuse Chairman Open Enterprise & Open Community & SLE Empowering Each Other Richard Brown Chairman rbrown@opensuse.org Contents Introduction to the Project Looking Back - 2014 and before Rolling into the Future with

More information

Slurm Birds of a Feather

Slurm Birds of a Feather Slurm Birds of a Feather Tim Wickberg SchedMD SC17 Outline Welcome Roadmap Review of 17.02 release (Februrary 2017) Overview of upcoming 17.11 (November 2017) release Roadmap for 18.08 and beyond Time

More information

Self-Certification Tutorial. Version 1.0 April 2013

Self-Certification Tutorial. Version 1.0 April 2013 Version 1.0 April 2013 The PLAN At the end of this tutorial, you will be able to: 1. Describe the purposes of Self-Certification 2. Identify deadlines 3. Describe the use of the Self-Certification template

More information

How to Use a Supercomputer - A Boot Camp

How to Use a Supercomputer - A Boot Camp How to Use a Supercomputer - A Boot Camp Shelley Knuth Peter Ruprecht shelley.knuth@colorado.edu peter.ruprecht@colorado.edu www.rc.colorado.edu Outline Today we will discuss: Who Research Computing is

More information

IEEE NEA Agenda and General Information. John D Ambrosia, Futurewei, a subsidiary of Huawei IEEE Jan 2018 Interim Geneva, CH

IEEE NEA Agenda and General Information. John D Ambrosia, Futurewei, a subsidiary of Huawei IEEE Jan 2018 Interim Geneva, CH IEEE 802.3 NEA Agenda and General Information John D Ambrosia, Futurewei, a subsidiary of Huawei IEEE 802.3 Jan 2018 Interim Geneva, CH Agenda Wednesday 6:00 pm to 7:30pm a) Accumulated switch latency

More information

Disclaimer. This talk vastly over-simplifies things. See notes for full details and resources.

Disclaimer. This talk vastly over-simplifies things. See notes for full details and resources. Greg Kroah-Hartman Disclaimer This talk vastly over-simplifies things. See notes for full details and resources. https://github.com/gregkh/presentation-spectre Spectre Hardware bugs Valid code can be tricked

More information

ONAP Release Planning

ONAP Release Planning ONAP Release Planning Gildas Lanilis ONAP Release Manager F2F Paris Sept 25-28, 2017 What is this deck about? 1. Release Strategy 2. Beijing Major Release Calendar Proposal 3. Making Amsterdam reality

More information

HiMCM: Procedures and Tips for a Great Experience

HiMCM: Procedures and Tips for a Great Experience V20171025 HiMCM: Procedures and Tips for a Great Experience Introduction The purpose of this article is to assist and guide students and advisors participating in The High School Mathematical Contest in

More information

LPC17 - Supporting newer toolchains in the kernel. Bernhard Bero Rosenkränzer

LPC17 - Supporting newer toolchains in the kernel. Bernhard Bero Rosenkränzer LPC17 - Supporting newer toolchains in the kernel Bernhard Bero Rosenkränzer Not too long ago, things were easy... There was one compiler (gcc) and one linker (BFD ld), and one set of

More information

SUSE at the Point of Service. Joachim Werner Senior Product Manager

SUSE at the Point of Service. Joachim Werner Senior Product Manager SUSE at the Point of Service Joachim Werner Senior Product Manager joe@suse.com Agenda Introduction Product Overview SUSE Linux Enterprise Point of Service 11 Typical Configuration SUSE Linux Enterprise

More information

Guillimin HPC Users Meeting March 17, 2016

Guillimin HPC Users Meeting March 17, 2016 Guillimin HPC Users Meeting March 17, 2016 guillimin@calculquebec.ca McGill University / Calcul Québec / Compute Canada Montréal, QC Canada Outline Compute Canada News System Status Software Updates Training

More information

Pearson Edexcel Award

Pearson Edexcel Award Pearson Edexcel Award May June 2018 Examination Timetable FINAL For more information on Edexcel qualifications please visit http://qualifications.pearson.com v3 Pearson Edexcel Award 2018 Examination View

More information

EMS DESKTOP CLIENT Installation Guide

EMS DESKTOP CLIENT Installation Guide EMS DESKTOP CLIENT Installation Guide Version 44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

SFO17-315: OpenDataPlane Testing in Travis. Dmitry Eremin-Solenikov, Cavium Maxim Uvarov, Linaro

SFO17-315: OpenDataPlane Testing in Travis. Dmitry Eremin-Solenikov, Cavium Maxim Uvarov, Linaro SFO17-315: OpenDataPlane Testing in Travis Dmitry Eremin-Solenikov, Cavium Maxim Uvarov, Linaro What is ODP (OpenDataPlane) The ODP project is an open-source, cross-platform set of APIs for the networking

More information

BootManage Administrator Installation Manual

BootManage Administrator Installation Manual BootManage Administrator Installation Manual 1 Contents INTRODUCTION... 4 WHAT IS THE BOOTMANAGE ADMINISTRATOR (BMA)... 5 REQUIREMENTS FOR THE BOOTMANAGE ADMINISTRATOR:... 5 PXE... 5 BOOTMANAGE TCP/IP

More information

Drupal Command Line Instructions Windows 7 Network Drive >>>CLICK HERE<<<

Drupal Command Line Instructions Windows 7 Network Drive >>>CLICK HERE<<< Drupal Command Line Instructions Windows 7 Network Drive Applying patches, modifying files according to instructions in the patch file, This page only deals with some basic principles using the command

More information

Intel HPC Orchestrator System Software Stack Providing Key Building Blocks for Intel Scalable System Framework

Intel HPC Orchestrator System Software Stack Providing Key Building Blocks for Intel Scalable System Framework Intel HPC Orchestrator System Software Stack Providing Key Building Blocks for Intel Scalable System Framework Nivi Muthu Srinivasan Technical Support Manager, Intel Corporation 1 Legal Notices and Disclaimers

More information

Improving the Eclipse Parallel Tools Platform in Support of Earth Sciences High Performance Computing

Improving the Eclipse Parallel Tools Platform in Support of Earth Sciences High Performance Computing Improving the Eclipse Parallel Tools Platform in Support of Earth Sciences High Performance Computing Jay Alameda National Center for Supercomputing Applications, University of Illinois at Urbana-Champaign

More information

Programming (ERIM) Lecture 1: Introduction to programming paradigms and typing systems. Tommi Tervonen

Programming (ERIM) Lecture 1: Introduction to programming paradigms and typing systems. Tommi Tervonen Programming (ERIM) Lecture 1: Introduction to programming paradigms and typing systems Tommi Tervonen Econometric Institute, Erasmus School of Economics Course learning objectives After this course, you

More information

2019 VENDOR APPLICATION FORM www.wasabicon.com Vendors@WasabiCon.com WasabiCon 2019 will take place Saturday & Sunday, October 19-20, 2019 at the Lexington Hotel & Conference Center located at 1515 Prudential

More information

Nuts and Bolts: Lessons Learned in Creating a User-Friendly FOSS Cluster Configuration Tool

Nuts and Bolts: Lessons Learned in Creating a User-Friendly FOSS Cluster Configuration Tool Nuts and Bolts: Lessons Learned in Creating a User-Friendly FOSS Cluster Configuration Tool Presenters: Barbara Hallock, Indiana University, bahalloc@iu.edu Resa Reynolds, Cornell University, rda1@cornell.edu

More information

Kernel maintainership: an oral tradition

Kernel maintainership: an oral tradition Embedded Linux Conference Europe 2015 Kernel maintainership: an oral tradition Gregory CLEMENT Bootlin gregory.clement@bootlin.com (Image credit: Andrew Cheal under license CC BY-ND 2.0) - Kernel, drivers

More information

Choosing Resources Wisely Plamen Krastev Office: 38 Oxford, Room 117 FAS Research Computing

Choosing Resources Wisely Plamen Krastev Office: 38 Oxford, Room 117 FAS Research Computing Choosing Resources Wisely Plamen Krastev Office: 38 Oxford, Room 117 Email:plamenkrastev@fas.harvard.edu Objectives Inform you of available computational resources Help you choose appropriate computational

More information

CS 520/620 Advanced Software Engineering Spring February 02, 2016

CS 520/620 Advanced Software Engineering Spring February 02, 2016 CS 520/620 Advanced Software Engineering Spring 2016 February 02, 2016 Logistics Project proposals Elevator pitches on Thursday Deadline for creating groups: 02/03/2016, 11:55pm Deadline for submitting

More information

Red Hat Developer Tools

Red Hat Developer Tools Red Hat Developer Tools 2018.4 Using Clang and LLVM Toolset Installing and Using Clang and LLVM Toolset Last Updated: 2018-11-29 Red Hat Developer Tools 2018.4 Using Clang and LLVM Toolset Installing

More information

Mesos on ARM. Feng Li( 李枫 ),

Mesos on ARM. Feng Li( 李枫 ), Mesos on ARM Feng Li( 李枫 ), Agenda I. Background Information ARM Ecosystem Today Raspberry Pi II. Build Mesos for ARM Cross Compiling Native Compilation Build Mesos with Ninja Summary III. Clang/LLVM-based

More information

赛灵思技术日 XILINX TECHNOLOGY DAY. Alveo 数据中心加速卡快速入门. 谢旻 Xilinx 工具与方法高级应用工程师 2019 年 3 月 19 日

赛灵思技术日 XILINX TECHNOLOGY DAY. Alveo 数据中心加速卡快速入门. 谢旻 Xilinx 工具与方法高级应用工程师 2019 年 3 月 19 日 赛灵思技术日 XILINX TECHNOLOGY DAY Alveo 数据中心加速卡快速入门 谢旻 Xilinx 工具与方法高级应用工程师 2019 年 3 月 19 日 Agenda Alveo Acceleration Cards Available Documentations Card Bring-Up and Validation Working with github SDAccel Examples

More information

Administrivia. Minute Essay From 4/11

Administrivia. Minute Essay From 4/11 Administrivia All homeworks graded. If you missed one, I m willing to accept it for partial credit (provided of course that you haven t looked at a sample solution!) through next Wednesday. I will grade

More information

CHAPTER 13 Joint Announcement regarding the Central Reader

CHAPTER 13 Joint Announcement regarding the Central  Reader CHAPTER 13 Joint Announcement regarding the Central Email Reader Effective January 18, 2011 Revised October 31, 2013 The Offices of Carl L. Bekofske, Krispen S. Carroll, David Wm. Ruskin and Tammy L. Terry

More information

Frédéric Crozat SUSE Linux Enterprise Release Manager

Frédéric Crozat SUSE Linux Enterprise Release Manager Distribution build / delivery styles, one style to rule them all? Is rolling release the answer for everything? Or Service Pack? SUSE and opensuse experience Frédéric Crozat SUSE Linux

More information

Agenda and General Information

Agenda and General Information Agenda and General Information IEEE P802.3bt 4-Pair Power over Ethernet (4PPoE) Chad Jones Cisco Systems Catania, Italy Oct 13, 2015 Page 1 Agenda Welcome and Introductions (Secretary George Zimmerman)

More information

CONTAINERIZING JOBS ON THE ACCRE CLUSTER WITH SINGULARITY

CONTAINERIZING JOBS ON THE ACCRE CLUSTER WITH SINGULARITY CONTAINERIZING JOBS ON THE ACCRE CLUSTER WITH SINGULARITY VIRTUAL MACHINE (VM) Uses so&ware to emulate an en/re computer, including both hardware and so&ware. Host Computer Virtual Machine Host Resources:

More information

Hi this is Anna Jarrett, I am here to present GSNI s ebudde Online Training.

Hi this is Anna Jarrett, I am here to present GSNI s ebudde Online Training. Hi this is Anna Jarrett, I am here to present GSNI s ebudde Online Training. 1 Brand new for this year- the ebudde Troop App. Now volunteers can place initial orders from their mobile devices as our powerful

More information

Paul Alan Levy Thursday, January 18, :07 PM 'Van Shaw'

Paul Alan Levy Thursday, January 18, :07 PM 'Van Shaw' From: Sent: To: Cc: Subject: Thursday, January 18, 201812:07 PM '' Steve Slater; Shan Johnson; David Welch; Beau Powell RE: Questions for the article I am writing I prefer chess From: [mailto:van@shawlaw.net]

More information

Committee on WIPO Standards (CWS)

Committee on WIPO Standards (CWS) E ORIGINAL: ENGLISH DATE: SEPTEMBER 20, 2018 Committee on WIPO Standards (CWS) Sixth Session Geneva, October 15 to 19, 2018 WIPO ST.26 SOFTWARE TOOL Document prepared by the International Bureau INTRODUCTION

More information

1. All team members must be on record in the state and national offices as having paid dues by February 6.

1. All team members must be on record in the state and national offices as having paid dues by February 6. E-BUSINESS One critical element in a business success in today s global market is the ability to sell products and services to the consumer via the Internet. This event recognizes FBLA members who have

More information

Happy to chat about this, however the final authority id Management however he would probably seek our advice on the content anyway.

Happy to chat about this, however the final authority id Management however he would probably seek our advice on the content anyway. From: Subject: Date: Dann, Nicole RE: FOI release [DLM=Sensitive] Tuesday, 2 February 2016 3:17:28 PM Hi Nicole, I left a voice message. I would not be at all comfortable letting the file out with all

More information

Agenda and General Information

Agenda and General Information Agenda and General Information IEEE P802.3bt 4-Pair Power over Ethernet (4PPoE) Chad Jones Cisco Systems Geneva, CH January 24, 2018 Page 1 Agenda Welcome and Introductions (Secretary) Approve Agenda Approve

More information

CSc 450/550 Computer Networks Introduction. Jianping Pan Summer 2007

CSc 450/550 Computer Networks Introduction. Jianping Pan Summer 2007 Computer Networks Introduction Jianping Pan Summer 2007 1 About the course Computer Communications and Networks lectures: MR 11:30am - 1pm, MAC D116 http://www.csc.uvic.ca/~csc450 lectures, labs, discussion

More information

Introduction to RCC. September 14, 2016 Research Computing Center

Introduction to RCC. September 14, 2016 Research Computing Center Introduction to HPC @ RCC September 14, 2016 Research Computing Center What is HPC High Performance Computing most generally refers to the practice of aggregating computing power in a way that delivers

More information