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, December 5th th 11:00am ET

2 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

3 RPM dependency discussion With our current setup, some Base OS dependencies collide with OpenHPC dependencies: # repoquery --whatprovides "libopenblas.so.0()(64bit)" openblas-0: el7.x86_64 openblas-gnu7-ohpc-0: ohpc.x86_64 # repoquery --whatprovides "libltdl.so.7()(64bit)" libtool-ltdl-0: el7_3.x86_64 libtool-ohpc-0: x86_64 This can lead to *base* system package installation breakage in that most ohpc provided.so s are not automatically included in ld search path: - We have been lucky as (yum at least) selects shorter package name if same Provides exists. - Not sure how zypper handles it 8

4 RPM dependencies No issue with inter OpenHPC package dependencies, but can cause confusion between distro/ohpc dependency resolution Example: if an OpenHPC package is already installed (i.e. openblas-gnu7-ohpc) and a new *OS* package requires something provided by an OpenHPC package: - the OS package will be installed, but it will not work as the library is somewhere in /opt/ohpc and cannot be found by the dynamic linker # repoquery --whatrequires "libopenblas.so.0()(64bit)" grep -v ohpc wc -l 28 Up to 28 broken OS packages for openblas dependencies 9

5 A Proposal: Environment modules based dependencies Disable RPM internal dependency generator: %global _use_internal_dependency_generator 0 Create/manage dependencies based on environment modules - Modules are the OpenHPC package resolution level - No collisions with the base OS - Offers possibility to further automate modules handling in build - See as example 10

6 A Proposal: Environment modules based dependencies Scan module files to generate Provides: and Requires: # repoquery --requires openblas-gnu7-ohpc lmod-ohpc ohpc-filesystem ohpc-module(gnu7) # repoquery --provides openblas-gnu7-ohpc ohpc-module(openblas) ohpc-module(openblas/0.2.20) openblas-gnu7-ohpc = ohpc openblas-gnu7-ohpc(x86-64) = ohpc # repoquery --requires tau-gnu7-openmpi3-ohpc lmod-ohpc >= ohpc-module(gnu7-openmpi3) ohpc-module(papi) ohpc-module(pdtoolkit) 11

7 A Proposal: Environment modules based dependencies Dependency generation based on location of environment module file: moduledeps/gnu7-openmpi3/... Requires: ohpc-module(gnu7-openmpi3) depends-on openblas Requires: ohpc-module(openblas) prepend-path MODULEPATH.../gnu7/ Provides: ohpc-module(gnu7) modulefiles/gnu7/openblas/ Provides: ohpc-module(openblas) Provides: ohpc-module(openblas/0.2.20) 12

8 Possible SPEC file changes Previously: BuildRequires: cmake%{proj_delim} %ohpc_setup_compiler module load cmake Updated: %global ohpc_required_modules cmake %ohpc_load_modules The more modules are used and need loading, the easier it gets 13

9 Drawbacks Previously automatically detected base OS dependencies need to be explicitly listed New cmake.spec Requires: expat Requires: bzip2 Requires: libarchive Requires: libcurl Requires: ncurses-libs Requires: zlib Users who build their own 3rd party RPMs leveraging ohpc packages would have to also disable default RPM dependency resolution (or their resulting RPMs would be uninstallable) 14

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

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, October 17th 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

Stephanie Zierten Associate Counsel Federal Reserve Bank of Boston

Stephanie Zierten Associate Counsel Federal Reserve Bank of Boston Stephanie Zierten Associate Counsel Federal Reserve Bank of Boston Cybersecurity Landscape Major Data Breaches (e.g., OPM, IRS) Data Breach Notification Laws Directors Derivative Suits Federal Legislation

More information

Python RPM Porting Guide Release 0.1

Python RPM Porting Guide Release 0.1 Python RPM Porting Guide Release 0.1 Red Hat, Inc. Apr 27, 2017 Contents 1 Porting the specfile to Python 3 2 2 Modifications 3 2.1 BuildRequires and Requires....................................... 3 2.2

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

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

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

RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3

RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3 RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3 Key Data 3 Course Description and Format 3 Audience 3 Course 4 Prerequisites 5 Students 5 Environment 5 Course

More information

Navigating the Guix Subsystems

Navigating the Guix Subsystems Navigating the Guix Subsystems Ludovic Courtès GNU Hackers Meeting, Rennes, August 2016 The Emacs of distros When large numbers of nontechnical workers are using a programmable editor, they will be tempted

More information

reproducible and user-controlled software management in HPC

reproducible and user-controlled software management in HPC reproducible and user-controlled software management in HPC with GNU Guix Ricardo Wurmus + Pjotr Prins + Ben Woodcroft + Altuna Akalin BOSC 2017, Prague System Admins prefer mature software, no variants,

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

The OpenDaylight Project

The OpenDaylight Project The OpenDaylight Project London ODLUG, November 3 rd, 2014 @OpenDaylightSDN Colin Dixon, @colin_dixon TSC Chair, OpenDaylight Principal Engineer, Brocade What is OpenDaylight OpenDaylight is an Open Source

More information

Agenda and General Information

Agenda and General Information Agenda and General Information IEEE P802.3ch MultiGigabit Automotive Ethernet PHY Task Force Ad Hoc George Zimmerman (ad Hoc Chair) CME Consulting/ADI, APL Group, Aquantia, BMW, Cisco, Commscope 5 December

More information

IEEE 1722 AVB L2 Transport Protocol

IEEE 1722 AVB L2 Transport Protocol IEEE 1722 AVB L2 Transport Protocol Dave Olsen dave.olsen@harman.com 1 Face-to-Face Agenda Administrivia Sponsor Ballot Status Par Modifications Policies and Procedures Assigned Numbers Draft 2.2 Review

More information

Cyber Security and Cyber Fraud

Cyber Security and Cyber Fraud Cyber Security and Cyber Fraud Remarks by Andrew Ross Director, Payments and Cyber Security Canadian Bankers Association for Senate Standing Committee on Banking, Trade, and Commerce October 26, 2017 Ottawa

More information

File & ServeXpress. Document Upload User Guide

File & ServeXpress. Document Upload User Guide File & ServeXpress Document Upload User Guide File & ServeXpress Document Upload Table of Contents File & Serve Resources... 3 Document Upload Overview... 4 Document Upload... 5 Searching for Document

More information

IEEE P1564 Voltage Sag Indices Task Force Meeting

IEEE P1564 Voltage Sag Indices Task Force Meeting 100 Va Vb Vc Voltage (%) 50 0-50 -100-2 0 2 4 6 8 10 12 Time (c) IEEE P1564 Voltage Sag Indices Task Force Meeting Daniel Sabin Electrotek Concepts, Inc. d.sabin@ieee.org 23 July 2013 Vancouver, British

More information

Example Digital Audit. Q Benchmark & Report

Example Digital Audit. Q Benchmark & Report Example Digital Audit Q3 2017 Benchmark & Report 2017 Q3 / Example (Digital Capabilities) Top 10 Sites 5 Custom Content Assessment 6 Highlights 7 With the size of our site, Sitemorse accessibility testing

More information

TrinityCore Documentation

TrinityCore Documentation TrinityCore Documentation Release TrinityCore Developers February 21, 2016 Contents 1 Compiling TrinityCore 3 1.1 Requirements............................................... 3 1.2 Build Environment............................................

More information

YUM utilities on AIX

YUM utilities on AIX YUM utilities on AIX yum-utils is a collection of utilities and plugins extending and supplementing yum in different ways. Since YUM is available on AIX, it is best to exploit the functionalities provides

More information

Integrated Smart Update Tools for Windows and Linux Release Notes

Integrated Smart Update Tools for Windows and Linux Release Notes Integrated Smart Update Tools for Windows and Linux Release Notes Version 2.1.0 Abstract This document describes release information about this version of the Integrated Smart Update Tools. This document

More information

Compliance Verification Program Governance Guide

Compliance Verification Program Governance Guide Compliance Verification Program Governance Guide Version 1.0.0 9/19/2018 Executive Summary LF Networking is offering compliance verification through its OPNFV Verification Program (OVP). The OVP verifies

More information

Zero Install. Decentralised cross-platform package management

Zero Install. Decentralised cross-platform package management Zero Install Decentralised cross-platform package management Thomas Leonard / University of Cambridge / @talex5 OCaml 2014, Gothenburg, Sweden, September 5, 2014 History Started the ROX desktop in 1999...

More information

Negotiations or Clarifications - Do you know the difference?

Negotiations or Clarifications - Do you know the difference? Government Procurement Services GPS - Directing You to Success This newsletter is published on a monthly basis to provide relevant information to government purchasing and contracting professionals regarding

More information

ONAP Security Sub-committee Update. Stephen Terrill, Donald Levey, Pierre Cose,

ONAP Security Sub-committee Update. Stephen Terrill, Donald Levey, Pierre Cose, ONAP Security Sub-committee Update Stephen Terrill, Donald Levey, Pierre Cose, 2017-12-15 Introduction This presentation is from the ONAP security sub-committee. It covers the security aspects that have

More information

#RESO16. R&D Workgroup Agenda

#RESO16. R&D Workgroup Agenda R&D Workgroup Agenda Chair Greg Moore RMLS R&D Workgroup Chair Greg.m@rmls.com Check out our conference app for more information about this speaker and to view the handouts! Antitrust RESO strives to increase

More information

Freedom of Information Act Appeal (FOIA and FOIA )

Freedom of Information Act Appeal (FOIA and FOIA ) February 12, 2008 BY FACSIMILE (202.326.2477) Freedom of Information Act Appeal Office of the General Counsel Federal Trade Commission 600 Pennsylvania Avenue, N.W. Washington, D.C. 20580 RE: Freedom of

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

Combining CVMFS, Nix, Lmod, and EasyBuild at Compute Canada. Bart Oldeman, McGill HPC, Calcul Québec, Compute Canada

Combining CVMFS, Nix, Lmod, and EasyBuild at Compute Canada. Bart Oldeman, McGill HPC, Calcul Québec, Compute Canada Combining CVMFS, Nix, Lmod, and EasyBuild at Compute Canada Bart Oldeman, McGill HPC, Calcul Québec, Compute Canada Motivation 1. New bigger national systems replacing many smaller local clusters, with

More information

Versioning, Extensibility & Postel s Law

Versioning, Extensibility & Postel s Law COMP 150-IDS: Internet Scale Distributed Systems (Spring 2016) Versioning, Extensibility & Postel s Law Noah Mendelsohn Tufts University Email: noah@cs.tufts.edu Web: http://www.cs.tufts.edu/~noah Copyright

More information

AIM Enterprise Platform Software IBM z/transaction Processing Facility Enterprise Edition 1.1.0

AIM Enterprise Platform Software IBM z/transaction Processing Facility Enterprise Edition 1.1.0 z/tpf V1.1 TPF Users Group - Spring 2009 Security Considerations in a Service Oriented Architecture (SOA) Jason Keenaghan Main Tent AIM Enterprise Platform Software IBM z/transaction Processing Facility

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

Nexus Application Development - SDK

Nexus Application Development - SDK This chapter contains the following sections: About the Cisco SDK, page 1 Installing the SDK, page 1 Procedure for Installation and Environment Initialization, page 2 Using the SDK to Build Applications,

More information

Government Resolution No of February 15, Resolution: Advancing National Regulation and Governmental Leadership in Cyber Security

Government Resolution No of February 15, Resolution: Advancing National Regulation and Governmental Leadership in Cyber Security Government Resolution No. 2443 of February 15, 2015 33 rd Government of Israel Benjamin Netanyahu Resolution: Advancing National Regulation and Governmental Leadership in Cyber Security It is hereby resolved:

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

How to choose the right Data Governance resources. by First San Francisco Partners

How to choose the right Data Governance resources. by First San Francisco Partners How to choose the right Data Governance resources by First San Francisco Partners 2 Your organization is unique. It has its own strengths, opportunities, products, services and customer base. Your culture

More information

Antitrust Notice. Using C++: A First Step. Overview 3/17/2011

Antitrust Notice. Using C++: A First Step. Overview 3/17/2011 Antitrust Notice The Casualty Actuarial Society is committed to adhering strictly to the letter and spirit of the antitrust laws. Seminars conducted under the auspices of the CAS are designed solely to

More information

Installation and Setup Guide for Client

Installation and Setup Guide for Client FUJITSU Software Symfoware Server V12.0.0 Installation and Setup Guide for Client Windows/Linux J2UL-1735-03ENZ0(00) November 2013 Preface Purpose of this document This document describes how to install

More information

A novel approach to include limited equipment connectivity in State-Task Network models

A novel approach to include limited equipment connectivity in State-Task Network models OSE SEMINAR 2011 A novel approach to include limited equipment connectivity in State- Network models Mikael Nyberg CENTER OF EXCELLENCE IN OPTIMIZATION AND SYSTEMS ENGINEERING AT ÅBO AKADEMI UNIVERSITY

More information

Software Collectoins for bleeding edge stacks on enterprise

Software Collectoins for bleeding edge stacks on enterprise Software Collectoins for bleeding edge stacks on enterprise Honza Horak hhorak @ freenode Twitter: @HorakHonza Fosdem 1 st Feb 2015 1 2 All versions of any software on your system.

More information

IT Project Management Challenges with Open Source. George A Pace

IT Project Management Challenges with Open Source. George A Pace IT Project Management Challenges with Open Source George A Pace Tonight s agenda Two parts to the Presentation What is Open Source? A background primer on the key elements of Open Source. A specific focus

More information

MANUAL OF UNIVERSITY POLICIES PROCEDURES AND GUIDELINES. Applies to: faculty staff students student employees visitors contractors

MANUAL OF UNIVERSITY POLICIES PROCEDURES AND GUIDELINES. Applies to: faculty staff students student employees visitors contractors Page 1 of 6 Applies to: faculty staff students student employees visitors contractors Effective Date of This Revision: June 1, 2018 Contact for More Information: HIPAA Privacy Officer Board Policy Administrative

More information

House Bill 1323: Consumer Protection - Cellular Telephones - Disclosure

House Bill 1323: Consumer Protection - Cellular Telephones - Disclosure House Bill 1323: Consumer Protection - Cellular Telephones - Disclosure February 28, 2018 Economic Matters Committee Sponsored by: Delegate Neil Parrott Background Information In 2015, President Obama

More information

THE CAN-SPAM ACT OF 2003: FREQUENTLY ASKED QUESTIONS EFFECTIVE JANUARY 1, December 29, 2003

THE CAN-SPAM ACT OF 2003: FREQUENTLY ASKED QUESTIONS EFFECTIVE JANUARY 1, December 29, 2003 THE CAN-SPAM ACT OF 2003: FREQUENTLY ASKED QUESTIONS EFFECTIVE JANUARY 1, 2004 This FAQ is not intended to provide specific advice about individual legal, business, or other questions. It was prepared

More information

The Brown Act and Social Media Interactions

The Brown Act and Social Media Interactions AGENDA ITEM NO. 7.2 The Brown Act and Social Media Interactions Presented by Aleshire & Wynder LLP 1 The Ralph M. Brown Act Open Meeting Laws All meetings of the legislative body of a local agency shall

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

Resolution: Advancing the National Preparedness for Cyber Security

Resolution: Advancing the National Preparedness for Cyber Security Government Resolution No. 2444 of February 15, 2015 33 rd Government of Israel Benjamin Netanyahu Resolution: Advancing the National Preparedness for Cyber Security It is hereby resolved: Further to Government

More information

The State of the Linux Desktop An OSDL Perspective. John Cherry OSDL Desktop Linux (DTL) September 23, 2006

The State of the Linux Desktop An OSDL Perspective. John Cherry OSDL Desktop Linux (DTL) September 23, 2006 The State of the Linux Desktop An OSDL Perspective John Cherry OSDL Desktop Linux (DTL) September 23, 2006 1 2 The State of the Linux Desktop Riding the Open Software Wave The Linux Desktop Markets Linux

More information

Exam4 Reminders & Frequently Asked Questions

Exam4 Reminders & Frequently Asked Questions Reminders Download, install and test Exam4 software once per semester Submit practice tests in multiple exam modes, especially CLOSED mode Don t make any changes to your computer after installing and testing

More information

Code Blocks Cannot Find Compiler Executable Windows 7

Code Blocks Cannot Find Compiler Executable Windows 7 Code Blocks Cannot Find Compiler Executable Windows 7 Windows. Once you've installed a new compiler, be sure to read the I couldn't find a way to force CB to use a unix-link shell, but was able to find

More information

National Counterterrorism Center

National Counterterrorism Center National Counterterrorism Center Vision To become the nation s center of excellence for terrorism and counterterrorism issues, orchestrating and shaping the national and international effort to eliminate

More information

Modifications to TOP and IRO Standards

Modifications to TOP and IRO Standards Modifications to TOP and IRO Standards Jason Smith, Southwest Power Pool Industry Webinar July 22, 2016 NERC Antitrust Guidelines It is NERC's policy and practice to obey the antitrust laws to avoid all

More information

Implementing Electronic Signature Solutions 11/10/2015

Implementing Electronic Signature Solutions 11/10/2015 Implementing Electronic Signature Solutions 11/10/2015 Agenda Methodology, Framework & Approach: High-Level Overarching Parameters Regarding Electronic Service Delivery Business Analysis & Risk Assessment

More information

GDPR is coming in less than 2 months Are you ready?

GDPR is coming in less than 2 months Are you ready? GDPR is coming in less than 2 months Are you ready? Charles-Albert Helleputte Partner, Brussels +32 2 551 5982 chelleputte@mayerbrown.com 30 March 2018 2 GDPR is everywhere... You were invited by UNICEO

More information

*nix Crash Course. Presented by: Virginia Tech Linux / Unix Users Group VTLUUG

*nix Crash Course. Presented by: Virginia Tech Linux / Unix Users Group VTLUUG *nix Crash Course Presented by: Virginia Tech Linux / Unix Users Group VTLUUG Ubuntu LiveCD No information on your hard-drive will be modified. Gives you a working Linux system without having to install

More information

Scientific Computing with Octave. Octave, GNUPlot and Other Tools Dr. Michael Rakijas Benedict G. Archer Sept. 18, 1999

Scientific Computing with Octave. Octave, GNUPlot and Other Tools Dr. Michael Rakijas Benedict G. Archer Sept. 18, 1999 Scientific Computing with Octave Octave, GNUPlot and Other Tools Dr. Michael Rakijas Benedict G. Archer Sept. 18, 1999 Agenda Octave Background, History and Uses Octave Description Installation and Support

More information

Managing Information. Technology. Lesson 7. What You Will Learn WORDS TO KNOW

Managing Information. Technology. Lesson 7. What You Will Learn WORDS TO KNOW Lesson 7 Managing Information Technology What You Will Learn Copying Files and Folders Moving Files and Folders Compressing Files Recognizing Types of Business Documents Determining the Risks and Rewards

More information

UNCONTROLLED IF PRINTED

UNCONTROLLED IF PRINTED 161Thorn Hill Road Warrendale, PA 15086-7527 1. Scope 2. Definitions PROGRAM DOCUMENT PD 1000 Issue Date: 19-Apr-2015 Revision Date: 26-May-2015 INDUSTRY MANAGED ACCREDITATION PROGRAM DOCUMENT Table of

More information

Embedded Systems Programming

Embedded Systems Programming Embedded Systems Programming OS Linux - Toolchain Iwona Kochańska Gdansk University of Technology Embedded software Toolchain compiler and tools for hardwaredependent software developement Bootloader initializes

More information

Before the FEDERAL COMMUNICATIONS COMMISSION Washington, D.C COMMENTS

Before the FEDERAL COMMUNICATIONS COMMISSION Washington, D.C COMMENTS Before the FEDERAL COMMUNICATIONS COMMISSION Washington, D.C. 20554 In the Matter of Rules and Regulations Implementing the Truth in Caller ID Act of 2009 ) ) ) WC Docket No. 11-39 ) COMMENTS The Alliance

More information

Seven Requirements for Successfully Implementing Information Security Policies and Standards

Seven Requirements for Successfully Implementing Information Security Policies and Standards Seven Requirements for Successfully Implementing and Standards A guide for executives Stan Stahl, Ph.D., President, Citadel Information Group Kimberly A. Pease, CISSP, Vice President, Citadel Information

More information

Case 1:08-cv JG-VVP Document 1083 Filed 06/27/14 Page 1 of 4 PageID #: UNITED STATES DISTRICT COURT EASTERN DISTRICT OF NEW YORK

Case 1:08-cv JG-VVP Document 1083 Filed 06/27/14 Page 1 of 4 PageID #: UNITED STATES DISTRICT COURT EASTERN DISTRICT OF NEW YORK Case 1:08-cv-00042-JG-VVP Document 1083 Filed 06/27/14 Page 1 of 4 PageID #: 15289 UNITED STATES DISTRICT COURT EASTERN DISTRICT OF NEW YORK PRECISION ASSOCIATES, INC., et al., on behalf of themselves

More information

Integrated Smart Update Tools for Windows and Linux Release Notes

Integrated Smart Update Tools for Windows and Linux Release Notes Integrated Smart Update Tools for Windows and Linux Release Notes Version 2.2.0 Abstract This document describes release information about this version of the Integrated Smart Update Tools. This document

More information

DHS Cybersecurity: Services for State and Local Officials. February 2017

DHS Cybersecurity: Services for State and Local Officials. February 2017 DHS Cybersecurity: Services for State and Local Officials February 2017 Department of Established in March of 2003 and combined 22 different Federal departments and agencies into a unified, integrated

More information

WEBSITE DESIGN. CAREER CLUSTER(S): Information Technology, Marketing

WEBSITE DESIGN. CAREER CLUSTER(S): Information Technology, Marketing WEBSITE DESIGN The ability to communicate ideas and concepts, and to deliver value to customers using the Internet and related technologies, is an important element in a business success. This event recognizes

More information

802.3cg 10SPE TF Ad Hoc Agenda August

802.3cg 10SPE TF Ad Hoc Agenda August 802.3cg 10SPE TF Ad Hoc Agenda August 29 2018 Peter Jones - Cisco 1 IEEE 802.3cg 10SPE TF AdHoc 802.3cg 10SPE TF AdHoc communications The 802.3cg 10SPE TF web page is here: http://www.ieee802.org/3/cg/index.html

More information

Inside look at benchmarks Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering. Wednesday, August 17, 11

Inside look at benchmarks Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering. Wednesday, August 17, 11 Inside look at benchmarks Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering Overview Purpose of benchmarks Who is involved? What kind of benchmarks exist out there? Benchmarks are

More information

Communications Library Manual

Communications Library Manual Delta Tau Power PMAC Communications Library Manual Issue: Date: 1.0 10 th September 2014 NAME DATE SIGNATURE Prepared by Philip Taylor, Observatory Sciences Ltd. 21 March 2013 Andrew Wilson, Observatory

More information

IEEE P1564 Voltage Sag Indices Task Force Meeting

IEEE P1564 Voltage Sag Indices Task Force Meeting IEEE P1564 Voltage Sag Indices Task Force Meeting Dan Sabin Electrotek Concepts, Inc. d.sabin@ieee.org January14, 2013 Memphis, Tennessee, USA IEEE P1564 Task Force Meeting Agenda Introductions Patent

More information

Open Telephony Training Seminar Course Description

Open Telephony Training Seminar Course Description Open Telephony Training Seminar Course Description Course Description This training seminar will teach advanced topics to market, sell, deploy, troubleshoot, customize and administer Asterisk /FreePBX

More information

HOW TO DEVELOP FOR GLASS ENTERPRISE

HOW TO DEVELOP FOR GLASS ENTERPRISE HOW TO DEVELOP FOR GLASS ENTERPRISE Index 1 Introduction. 2 Install Android Studio. 3 SDK Platform and Glass Development Kit preview for android 4.4.2 (API 19). 4 Activate debug. 5 Connect Glass. Authorize.

More information

OpenChain Specification Version 1.2 pc6 (DRAFT) [With Edit Markups Turned Off]

OpenChain Specification Version 1.2 pc6 (DRAFT) [With Edit Markups Turned Off] OpenChain Specification Version 1.2 pc6 (DRAFT) [With Edit Markups Turned Off] DRAFT: This is the near final draft of the 1.2 version of the OpenChain Specification. We have recently completed the final

More information

RFC # 504 NIC # April 30, 1973

RFC # 504 NIC # April 30, 1973 Network Working Group Bob Thomas RFC # 504 BBN NIC # 16155 April 30, 1973 Workshop Announcement Title: Automated Resource Sharing on the ARPANET Date: Monday May 21, 1973 Time: 9:00 AM to 5:00 PM Place:

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

RD/TBT/104. Quality Infrastructure in the Americas. TBT Committee Thematic Session November 4, 2014 IAAC

RD/TBT/104. Quality Infrastructure in the Americas. TBT Committee Thematic Session November 4, 2014 IAAC Quality Infrastructure in the Americas TBT Committee Thematic Session November 4, 2014 Quality Infrastructure Council of the Americas An initiative launched by the Ministers and High Authorities of Science

More information

File No. SR-NASD-00-70

File No. SR-NASD-00-70 November 29, 2000 Ms. Katherine A. England Assistant Director Division of Market Regulation Securities and Exchange Commission 450 Fifth Street, N.W. Washington, D.C. 20549-1001 Re: File No. SR-NASD-00-70

More information

Skybox Security Vulnerability Management Survey 2012

Skybox Security Vulnerability Management Survey 2012 Skybox Security Vulnerability Management Survey 2012 Notice: This document contains a summary of the responses to a June 2012 survey of 100 medium to large enterprise organizations about their Vulnerability

More information

Static Analysis of a Linux Distribution

Static Analysis of a Linux Distribution Kamil Dudka Red Hat, Inc. November 8th 2016 How to find programming mistakes efficiently? 0 users (preferably volunteers) 1 Automatic Bug Reporting Tool 2 code review, automated tests

More information

Agenda 1 Types of VMware Tools 2 Status Display in vsphere 3 Lifecycle and Supported Guests 4 Standardization Approach 5 Keeping Tools Updated #SER195

Agenda 1 Types of VMware Tools 2 Status Display in vsphere 3 Lifecycle and Supported Guests 4 Standardization Approach 5 Keeping Tools Updated #SER195 SER1957BU Mastering the VMware Tools Lifecycle in Your vsphere Data Center Eric Gray #VMworld #SER1957BU Agenda 1 Types of VMware Tools 2 Status Display in vsphere 3 Lifecycle and Supported Guests 4 Standardization

More information

LifeKeeper for Linux 7.3. Linux Configuration

LifeKeeper for Linux 7.3. Linux Configuration LifeKeeper for Linux 7.3 Linux Configuration January 2012 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology, Inc.) and all unauthorized

More information

StoreEver LTO-7 Tape Drive Open Source Software Release Notes

StoreEver LTO-7 Tape Drive Open Source Software Release Notes StoreEver LTO-7 Tape Drive Open Source Software Release Notes Abstract HPE StoreEver LTO-7 Tape Drives contain Open Source Software (OSS) components. This package provides the source for these components

More information

SPDX SOFTWARE PACKAGE DATA EXCHANGE

SPDX SOFTWARE PACKAGE DATA EXCHANGE SPDX SOFTWARE PACKAGE DATA EXCHANGE Overview for OMG Open Source Standards Workshop Phil Odence- SPDX Chair, VP of Corp and Business Dev, Black Duck 11 December 2013 Copyright Linux Foundation 2012 (CC-BY-

More information

Deploying (community) codes. Martin Čuma Center for High Performance Computing University of Utah

Deploying (community) codes. Martin Čuma Center for High Performance Computing University of Utah Deploying (community) codes Martin Čuma Center for High Performance Computing University of Utah m.cuma@utah.edu Outline What codes our users need Prerequisites Who installs what? Community codes Commercial

More information

Marek Hajduczenia, ZTE Corp.

Marek Hajduczenia, ZTE Corp. Marek Hajduczenia, ZTE Corp marek.hajduczenia@zte.pt Extended EPON Study Group 802.3 Plenary meeting, Atlanta, GA, USA vember 2011 » Appointment of Recording Secretary» Welcome and introductions» Approve

More information

Systemwalker Software Configuration Manager. Installation Guide. Windows/Linux

Systemwalker Software Configuration Manager. Installation Guide. Windows/Linux Systemwalker Software Configuration Manager Installation Guide Windows/Linux B1X1-0127-04ENZ0(00) January 2013 Preface Purpose of this Document This document explains how to install and uninstall Systemwalker

More information

Acceptable Use Policy

Acceptable Use Policy IT and Operations Section 100 Policy # Organizational Functional Area: Policy For: Date Originated: Date Revised: Date Board Approved: Department/Individual Responsible for Maintaining Policy: IT and Operations

More information

Ecma TC53 Smart wearable systems and sensor-based devices. An introduction for TC39 July 2018

Ecma TC53 Smart wearable systems and sensor-based devices. An introduction for TC39 July 2018 Ecma TC53 Smart wearable systems and sensor-based devices An introduction for TC39 July 2018 What is TC53? New Technical Committee (TC) in Ecma International Charter 1. Standard APIs for JavaScript applications

More information

Red Hat Developer Tools 2.1

Red Hat Developer Tools 2.1 Red Hat Developer Tools 2.1 Using Eclipse Installing Eclipse 4.7.1 and first steps with the application Last Updated: 2017-11-07 Red Hat Developer Tools 2.1 Using Eclipse Installing Eclipse 4.7.1 and

More information

Agenda and General Information

Agenda and General Information Agenda and General Information IEEE P802.3ch MultiGigabit Automotive Ethernet PHY Task Force Ad Hoc George Zimmerman (ad Hoc Chair) CME Consulting/ADI, APL Group, Aquantia, BMW, Cisco, Commscope 2 October

More information

Another Cook in the Kitchen: The New FAR Rule on Cybersecurity

Another Cook in the Kitchen: The New FAR Rule on Cybersecurity Another Cook in the Kitchen: The New FAR Rule on Cybersecurity Breakout Session #: F13 Erin B. Sheppard, Partner, Dentons US LLP Michael J. McGuinn, Counsel, Dentons US LLP Date: Tuesday, July 26 Time:

More information

An OASIS White Paper. Open by Design. The Advantages of the OpenDocument Format (ODF) ##### D R A F T ##### By the OASIS ODF Adoption TC For OASIS

An OASIS White Paper. Open by Design. The Advantages of the OpenDocument Format (ODF) ##### D R A F T ##### By the OASIS ODF Adoption TC For OASIS An OASIS White Paper Open by Design The Advantages of the OpenDocument Format (ODF) ##### D R A F T ##### By the OASIS ODF Adoption TC For OASIS OASIS (Organization for the Advancement of Structured Information

More information

Cyber Security and the Vulnerability of Networks: Why we Need to Rethink our Cyber Defenses Now

Cyber Security and the Vulnerability of Networks: Why we Need to Rethink our Cyber Defenses Now F E A T U R E A R T I C L E : Cyber Security and the Vulnerability of Networks: Why we Need to Rethink our Cyber Defenses Now " " # $ & &'(# Gesmer Updegrove LLP, 40 Broad Street, Boston, MA 02109 www.gesmer.com

More information

RESOLUTION DIGEST

RESOLUTION DIGEST RESOLUTION 07-02-04 DIGEST Consumer Sales: Service of Process on Designated Agent Amends Business and Professions Code section 17538.5 to provide that personal service of process may be effected via delivery

More information

APACHE INSTALLATION & BASIC CONFIGURATION. Thursday, November 8, 12

APACHE INSTALLATION & BASIC CONFIGURATION. Thursday, November 8, 12 APACHE INSTALLATION & BASIC CONFIGURATION OVERVIEW The Apache Webserver ( commonly just called Apache ) is an extremely popular open source web server. Most commonly run on Unix platforms, but also available

More information

BUILDING TESTING DEBUGGING PACKAGING BUILDING OOREXX

BUILDING TESTING DEBUGGING PACKAGING BUILDING OOREXX BUILDING TESTING DEBUGGING PACKAGING BUILDING OOREXX René Vincent Jansen 27th International Rexx Language Symposium, Tampa 2016 BUILDING OOREXX AGENDA Getting the code Building Testing Debugging Packaging

More information

Certified Net Revenue Analyst (CNRA)

Certified Net Revenue Analyst (CNRA) Program Introduction December 14, 2017 Andrew Holloway 2016 Crowe 2016 Crowe Horwath Horwath LLP LLP Agenda Introduce the Certified Net Revenue Analyst certification program Program Overview What is the

More information

Cybersecurity Session IIA Conference 2018

Cybersecurity Session IIA Conference 2018 www.pwc.com/me Cybersecurity Session IIA Conference 2018 Wael Fattouh Partner PwC Cybersecurity and Technology Risk PwC 2 There are only two types of companies: Those that have been hacked, and those that

More information

PUBLIC PROCUREMENT AUTHORITY LEASING SERVICES Solicitation Synopsis Solicitation No. 1545

PUBLIC PROCUREMENT AUTHORITY LEASING SERVICES Solicitation Synopsis Solicitation No. 1545 PUBLIC PROCUREMENT AUTHORITY LEASING SERVICES Solicitation Synopsis Solicitation No. 1545 Intent The Public Procurement Authority (PPA) served as Lead Agency to solicit proposals for LEASING SERVICES.

More information