scidac software infrastructure for lattice gauge theory
play

SciDAC Software Infrastructure for Lattice Gauge Theory Richard C. - PowerPoint PPT Presentation

SciDAC Software Infrastructure for Lattice Gauge Theory Richard C. Brower All Hands Meeting BNL, March 22-23 , 2007 SciDAC-2 kickoff workshop Oct27-28, 2006 http://super.bu.edu/~brower/workshop Progress report: Sept 15, 2006 to Feb 1, 2007


  1. SciDAC Software Infrastructure for Lattice Gauge Theory Richard C. Brower All Hands Meeting BNL, March 22-23 , 2007 SciDAC-2 kickoff workshop Oct27-28, 2006 http://super.bu.edu/~brower/workshop Progress report: Sept 15, 2006 to Feb 1, 2007 http://super.bu.edu/~brower/scc.html Code distribution see http://www.usqcd.org/software.html

  2. QUIZZ THIS IS THE 50 th ANIVERSITY OF WHAT?

  3. FORTRAN IS 50 YEARS OLD!

  4. Major Participants in SciDAC Project Arizona Doug Toussaint MIT Andrew Pochinsky Dru Renner Joy Khoriaty BU Rich Brower * North Carolina Rob Fowler James Osborn Ying Zhang * Mike Clark JLab Chip Watson * BNL Chulwoo Jung Robert Edwards * Enno Schloz Jie Chen Efstratios Efstathiadis Balint Joo Columbia Bob Mawhinney * IIT Xien-He Sun DePaul Massimo DiPierro Indiana Steve Gottlieb FNAL Don Holmgren * Subhasish Basak Jim Simone Utah Carleton DeTar * Eric Neilsen Ludmila Levkova Amitoj Singh Vanderbilt Ted Bapty * Software Committee: Participants funded in part by SciDAC grant

  5. Institutions Oversight • BNL/Columbia Mawhinney/ Chulwoo Jung • JLab Edwards/Watson • FNAL/ITT/Vanderbuilt Holmgren/Simone • BU/MIT Brower/Pochinsky • DePaul/NorthCarolina DiPierro/Zhang • Arizona/Indiana/Utah DeTar/Gottlieb/Toussaint

  6. SciDAC-1 QCD API SciDAC-1 QCD API Optimised for P4 and QCDOC Optimized Dirac Operators, Level 3 ILDG collab Inverters QDP (QCD Data Parallel) QIO Level 2 Lattice Wide Operations, Binary/ XML Data shifts Metadata Files QLA (QCD Linear Algebra) Level 1 Exists in C/C++ QMP (QCD Message Passing) C/C++, implemented over MPI, native QCDOC, M-via GigE mesh

  7. SciDAC-1/SciDAC-2 = Gold/Blue Application Codes: MILC / CPS / Chroma / RoleYourOwn TOPS SciDAC-2 QCD API SciDAC-2 QCD API PERI QCD Physics Toolbox Workflow Level 4 Shared Alg,Building Blocks, Visualization,Performance Tools and Data Analysis tools QOP (Optimized in asm) Uniform User Env Level 3 Dirac Operator, Inverters , Force etc Runtime, accounting, grid, QDP (QCD Data Parallel) QIO Level 2 Binary / XML files & ILDG Lattice Wide Operations, Data shifts QMP QLA Level 1 QMC (QCD Linear Algebra) (QCD Message Passing) (QCD Multi-core interface)

  8. Some current activities & Priorities Fuller use of API in application code. Round table: Software vs software Porting API to new Machines BG/L & BG/P: QMP and QLA using XLC & Perl script Cray XT3 & XT4: Opteron, 32 bit SSE, etc. Common Runtime Env . “Practical Meta-facility” File transfer, Batch scripts, Compile targets

  9. Workflow and Data Analysis Automate campaign to combine lattices, propagators to extract physical parameters. (FNAL Jim Simone & ITT) Tool Box (shared algorithms / building blocks) RHMC, eigenvector solvers, etc Visualization and Performance Analysis Exploitation of Multi-core Plans for a QMC API (JLab Jie Chen/ Edwards)

  10. Status of QMP on BG/L • based on QMP/MPI code base • added --with-qmp-comms-type=BGL option • native BG/L point-to-point (send/receive) • uses MPI for everything else (collectives) • requires barriers (MPI_Barrier) around some collectives (broadcast, binary_reduction) • mostly done -- still needs cleanup & testing & (more)optimization James Osborn

  11. Performance of QMP on BG/L (contiguous quad-aligned buffers) Ping pong test round trip time / 2 (microseconds) 10000 1000 2 nodes-MPI 2 nodes-native 8 nodes-MPI 100 8 nodes-native 64 nodes-MPI 64 nodes-native 7.68 10 5.49 2.5 2.3 1.85 1.07 1 1e1 1e2 1e3 1e4 1e5 1e6 bytes

  12. Status of QLA on BG/L • previous version had a single 440 asm routine • now has a 440d asm version of same routine • development version now uses XLC v8 and C99 complex types (along with necessary alignment and disjoint hints) to make use of 440d • has passed full testsuite running on BG/L • BAGEL routines may still be useful James Osborn, Joy Khoriaty & Andrew Pochinsky

  13. Performance of QLA on BG/L (QOPQDP – asqtad inverter) 1 node 1000 900 800 700 old - float 600 new - float old - double 500 new - double 400 300 200 100 0 4^4 6^4 8^4

  14. Performance of QLA on BG/L (QOPQDP – Wilson inverter) 1 node 1000 900 800 700 old - float 600 new - float old - double 500 new - double 400 300 200 100 0 4^4 6^4 8^4

  15. Performance of QMP+QLA on BG/L (QOPQDP – asqtad inverter) old - float 64 nodes new QLA - float new QMP+QLA - float 600 old - double 550 new QLA - double new QMP+QLA - double 500 450 400 350 300 250 200 150 100 50 0 4^4 6^4 8^4

  16. Performance of QMP+QLA on BG/L (QOPQDP – Wilson inverter) old - float 64 nodes new QLA - float new QMP+QLA - float 650 old - double 600 new QLA - double new QMP+QLA - double 550 500 450 400 350 300 250 200 150 100 50 0 4^4 6^4 8^4

  17. Software Committee • Rich Brower (chair) brower@bu.edu • Carleton DeTar detar@physics.utah.edu • Robert Edwards edwards@jlab.org • Don Holmgren djholm@fnal.gov • Bob Mawhinney rdm@phys.colmubia.edu • Chip Watson watson@jlab.org • Ying Zhang zhang@cs.uiuc.edu

  18. QLA on Opterons (kaon) staggered matrix-vector product 4000 3750 3500 3250 3000 pion - C 2750 pion - SSE 2500 kaon - C 2250 kaon - SSE 2000 1750 1500 1250 1000 750 10 100 1000 10000 100000

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend