General Supercomputing / Cyberinfrastructure
Recent Submissions
-
A Case Study for HPC Workforce Development and Workforce Meta-Development
(2015-11-13)A Case Study for HPC Workforce Development and Workforce Meta-Development PowerPoint presentation was given at HP-CAST 2015 on Friday, November 13, 2015, in Austin, TX. -
The OneOklahoma Cyberinfrastructure Initiative: A Model for Multi-institutional Collaboration
(2015-10-23)The OneOklahoma Cyberinfrastructure Initiative (OneOCII) is a statewide all-inclusive advanced digital services collaboration that has been providing access to Cyberinfrastructure (CI) resources, as well as expertise and ... -
Supercomputing in Plain English: Distributed Multiprocessing
(2016-01-17)Distributed Multiprocessing -
Supercomputing: An Interview with Henry Neeman
(2011-03-28)Introduction: “Dr. Henry Neeman is the Director of the OU Supercomputing Center for Education & Research and an adjunct assistant professor in the School of Computer Science at the University of Oklahoma. . . . In addition ... -
Instruction Level Parallelism (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)What is Instruction-Level Parallelism? --Scalar Operation --Loops --Pipelining --Loop Performance --Superpipelining --Vectors --A Real Example -
Stupid Compiler Tricks (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)Stupid Compiler Tricks --Dependency Analysis --What is Dependency Analysis? --Control Dependencies --Data Dependencies --Tricks the Compiler Plays --Tricks You Play With the Compiler --Profiling -
Shared Memory Parallelism (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)OUTLINE: ----Parallelism ----Shared Memory Parallelism ----OpenMP -
Multicore Madness (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)OUTLINE: ----The March of Progress ----Multicore/Many-core Basics ----Software Strategies for Multicore/Many-core ----A Concrete Example: Weather Forecasting -
High Throughput Computing (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)OUTLINE: -----What is High Throughput Computing? -----Tightly Coupled vs Loosely Coupled -----What is Opportunistic Computing? -----Condor -----Grid Computing -----OU’s NSF CI-TEAM Project (a word from our sponsors -
Grab Bag: Scientific Libraries, I/O Libraries, Visualization (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)OUTLINE: ----Scientific Computing Pipeline ----Scientific Libraries ----I/O Libraries ----Scientific Visualization -
Overview of Parallelism (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)OUTLINE: ----Parallelism ----The Jigsaw Puzzle Analogy for Parallelism ----The Desert Islands Analogy for Distributed Parallelism ----Parallelism Issues -
Supercomputing Overview (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)Supercomputing Overview -
The Tyranny of the Storage Hierarchy (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)What is the storage hierarchy? --Registers --Cache --Main Memory (RAM) --The Relationship Between RAM and Cache --The Importance of Being Local --Hard Disk --Virtual Memory -
A Day in the Life of a Networking Professional
(2013-10-10)What is it like to be a network professional? What are the day to day experiences? What issues of professionalism, customer service, project management, and culture does a network professional encounter? How can you ... -
A Day in the Life of a Networking Professional
(2013-03-06)What is it like to be a network professional? What are the day to day experiences? What issues of professionalism, customer service, project management, and culture does a network professional encounter? How can you prepare ... -
Transport Codes and Shifting (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)What is a Simulation: All physical science ultimately is expressed as calculus (e.g., differential equations). Except in the simplest (uninteresting) cases, equations based on calculus can’t be directly solved on a ... -
N-Body Simulation and Collective Communication (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)An N-body problem is a problem involving N “bodies” – that is, particles (e.g., stars, atoms) – each of which applies a force to all of the others. For example, if you have N stars, then each of the N stars exerts a ... -
Monte Carlo Simulation (SC '08 Education Program's Workshop on Parallel & Cluster Computing)
(2008-08-10)An application is known as embarrassingly parallel if its parallel implementation: can straightforwardly be broken up into roughly equal amounts of work per processor, AND has minimal parallel overhead (e.g., communication ...