Code Management James N. Bellinger University of Wisconsin at Madison 16 March 2011 1.

Slides:



Advertisements
Similar presentations
Drivers and the kernel1-1 Drivers and the kernel UNIX system has three layers: m The hardware m The operating system kernel m The user-level programs Kernel.
Advertisements

© Leaf Solutions, LLC. All Rights Reserved What’s New in Everett Microsoft.Net V1.1.
CS201 – Makefile Tutorial. A Trivial Makefile # Trivial Makefile for puzzle1.c # Ray S. Babcock, CS201, MSU-Bozeman # 1/5/05 # puzzle1: puzzle1.c gcc.
DBA Meeting December Supporting the MINOS MySQL Database at FNAL Nick West.
DDD tutorial A GDB Graphical User Interface. DDD Introduction If you find GDB difficult to use, try DDD DDD s GDB but with a Graphical User Interface.
By: Van Lam Info Tech 2 Period 10/11 Mr. Holmes Quincy High School.
Debugging techniques in Linux Debugging Techniques in Linux Chetan Kumar S Wipro Technologies.
Code Management James N. Bellinger University of Wisconsin at Madison 19 January
Distributed File Systems
October, Scientific Linux INFN/Trieste B.Gobbo – Compass R.Gomezel - T.Macorini - L.Strizzolo INFN - Trieste.
FNAL System Patching Design Jack Schmidt, Al Lilianstrom, Andy Romero, Troy Dawson, Connie Sieh (Fermi National Accelerator Laboratory) Introduction FNAL.
Secure Operating Systems Lesson C: Linux Security Features.
Storage Wahid Bhimji DPM Collaboration : Tasks. Xrootd: Status; Using for Tier2 reading from “Tier3”; Server data mining.
The HipHop Compiler from Facebook By Megha Gupta & Nikhil Kapoor.
Introduction To Nagios A Linux-based Monitoring System.
Code Management James N. Bellinger University of Wisconsin at Madison 11 May
VITALE, CATURANO & COMPANY LTD Microsoft SharePoint Web Part Development Overview VITALE, CATURANO & COMPANY LTD SharePoint Developer Series – Web Part.
Migration from SL4 to SL5 at CC-Lyon J ü rgen Brunner.
GRID Zhen Xie, INFN-Pisa, on DataGrid WP6 meeting1 Globus Installation Toolkit Zhen Xie On behalf of grid-release team INFN-Pisa.
Nurcan Ozturk University of Texas at Arlington US ATLAS Transparent Distributed Facility Workshop University of North Carolina - March 4, 2008 A Distributed.
Simulation Status for Year2 Running Charles F. Maguire Software Meeting May 8, 2001.
M M M M 5. Not Listed
Code Management James N. Bellinger University of Wisconsin at Madison 8 December
Migration to SL5 James Bellinger University of Wisconsin at Madison 7-Apr
GCC Conversion Status Alan M Jonckheere. 12/4/2002A.M.Jonckheere2 Introduction KAI is no longer supported by their new owner, INTEL. Reconstituted C++
Migration to SL5 James Bellinger University of Wisconsin at Madison 21-Apr
Code Management James N. Bellinger University of Wisconsin at Madison 1 June
Code Migration James N. Bellinger University of Wisconsin at Madison 7 July

Berliner Elektronenspeicherringgesellschaft für Synchrotronstrahlung mbH (BESSY) CA Gateway Update Ralph Lange, BESSY Ken Evans Jr., APS Jeff Hill, LANL.
Analysis Model Zhengyun You University of California Irvine Mu2e Computing Review March 5-6, 2015 Mu2e-doc-5227.
SYSTEM INTEGRATION TESTING Getting ready for testing shifts Gunter Folger CERN PH/SFT Geant4 Collaboration Workshop 2011 SLAC.
HEPiX Virtualisation working group Andrea Chierici INFN-CNAF Workshop CCR 2010.
Building programs LinuxChix-KE. What happens in your CPU? ● It executes a small set of instructions called "machine code" ● Each instruction is just a.
Installation of the ALICE Software
HTTP Server Protocol Module :
Work report Xianghu Zhao Nov 11, 2014.
University of Wisconsin at Madison
Drivers and the kernel UNIX system has three layers: Kernel
James N. Bellinger University of Wisconsin at Madison 3-August-2011
DPM releases and platforms status
University of Wisconsin at Madison
Quick Start Guide for Visual Studio 2010
University of Wisconsin at Madison
University of Wisconsin at Madison
James N. Bellinger University of Wisconsin at Madison 10 November 2010
University of Wisconsin at Madison
James N. Bellinger University of Wisconsin at Madison 13 October 2010
Code Coverage David Inglis November 18, 2018.
Computer Programming Machine and Assembly.
University of Wisconsin at Madison
University of Wisconsin at Madison
James N. Bellinger University of Wisconsin at Madison 3 November 2010
James N. Bellinger University of Wisconsin at Madison 21 July 2010
Makefiles and Notes on Programming Assignment PA2
University of Wisconsin at Madison
James N. Bellinger University of Wisconsin at Madison 6 October 2010
University of Wisconsin at Madison
University of Wisconsin at Madison
Tri-state buffer A circuit which allows an input to go to output when desired Otherwise it behaves as if “nothing” is connected to the wire An equivalent.
University of Wisconsin-Madison
Introduction to OProfile
Computer System Laboratory
University of Wisconsin at Madison
James N. Bellinger University of Wisconsin at Madison 18-January-2012
James N. Bellinger University of Wisconsin at Madison 11-January-2012
James N. Bellinger University of Wisconsin at Madison 28 July 2010
Tools and Explanations for Mac Beginners
James N. Bellinger University of Wisconsin at Madison 4 August 2010
University of Wisconsin at Madison
Presentation transcript:

Code Management James N. Bellinger University of Wisconsin at Madison 16 March

Current Work and Plans Need to decide what sam product to provide offsite and how to help remote sites configure it dcap interface in root needs to be rebuilt; v4 built against long-obsolete dcap No SL3 machine permitted, so Mark is rebuilding root v4_00_04g on SL4 Options: rebuild ml using this (only local use anyhow) New release Needs testing either way Combine 6.1.6m and patches and root v to make 6.2.6alpha: compiles OK Does not read files yet Combine 6.1.4mc.m and patches into 6.2.4alpha Combine 6.1.4mc.m and patches into 6.2.6alpha: under test; postponed for dcap Test 6.2.6alpha and 6.2.4alpha against gcc March 20112

Root Changes in read-ahead as of v5_26 ( ) Have to deliberately enable these, uses more memory Our code crashes in MultiRootInputFile::readContentCatalog when trying to SetBasketSize Investigating 16 March 20113