Top Banner
SFA-1 Best Visuals of CSME
46

SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

Apr 02, 2015

Download

Documents

Jovani Borman
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-1

Best Visuals of CSME

Page 2: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-2

Computational science challenges arise in a variety of applications

Computational science is emerging as its own discipline

Simulation is becoming a peer to theory and experiment in the process of scientific discovery

Integration is the key—domain science expert—applied mathematician —computer scientist

Turbulence Fusion

Environment

Biology

Lasers

Materials

Page 3: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-3

Computational Science & Engineering

A “multidiscipline” on the verge of full bloom

—Envisioned by Von Neumann and others in the 1940’s

—Undergirded by theory (numerical analysis) for the past fifty years

—Empowered by spectacular advances in computer architecture over the last twenty years

—Enabled by powerful programming paradigms in the last decade

Adopted in industrial and government applications

—Boeing 777’s computational design a renowned milestone

—DOE NNSA’s “ASCI” (motivated by CTBT)

—DOE SC’s “SciDAC” (motivated by Kyoto, etc.)

Page 4: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-4

Simulation complements experimentation

Environmentglobal climate

wildland firespread

Energycombustion

fusion

Physicscosmology

radiation transportExperiments expensive

Engineering electromagnetics

aerodynamics

Experiments prohibited or impossible

Scientific Simulation

Experiments dangerous

Experiments difficult to instrument

Ex #2

Ex #4

Ex #3

Ex #1

personal examples

Page 5: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-5

Niche for computational science

Has theoretical aspects (modeling) Has experimental aspects (simulation) Unifies theory and experiment by providing common

immersive environment for interacting with multiple data sets of different sources

Provides “universal” tools, both hardware and software Telescopes are for astronomers, microarray

analyzers are for biologists, spectrometers are for chemists, and accelerators are for physicists, but computers are for everyone!

Costs going down, capabilities going up every year

Page 6: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-6

Applied Mathand CS

Science and

EngineeringApplications

Computational Applied Math Domain Science

Science Computer Science Engineering+=

BiologyPhysicsChemistryEngineeringEnvironmental

Mathsparse linear solversnonlinear equationsdifferential eqnsmultilevel methodsAMR techniquesoptimizationeigenproblems

CSdata managementdata miningvisualizationprogram’g modelslanguages, OScompilers, debuggersarchitectural issues

Computational scientists bring applied mathematics and computer science capabilities to bear on challenging problems in science and engineering

Computational Science & Engineering is a team effort!

Page 7: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-7

Example: Solving PDEs on increasingly finer meshes

Traditional supercomputing applications involve the solution of a PDE on a computational grid—computational fluid dynamics—oil reservoir and groundwater management—stockpile stewardship— ICF and MFE applications

Bigger machines and smarter algorithms have allowed more realistic simulations—Moore’s Law and massively parallel computers

have provided unprecedented computing power—scalable algorithms enable large-scale

simulations

Page 8: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-8

Theory, Experiment and Computation

Growth in the expectations for and applications of CSE methodology has been fueled by rapid and sustained advances over the past 30 years of computing power and algorithm speed and reliability, and the emergence of software tools for the development and integration of complex software systems and the visualization of results.

In many areas of science and engineering, the boundary has been crossed where simulation, or simulation in combination with experiment is more effective (in some combination of time/cost/accuracy) than experiment alone for real needs. In addition, simulation is now a key technology in industry.

Page 9: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-9

Growth of Capabilities of Hardware and Algorithms

Updated version of chart appearing in “Grand Challenges: High performance computing and communications”, OSTP committee on physical, mathematical and Engineering Sciences, 1992.

Page 10: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-10

The power of optimal algorithms Advances in algorithmic efficiency rival advances in hardware

architecture Consider Poisson’s equation on a cube of size N=n3

If n=64, this implies an overall reduction in flops of ~16 million

Year Method Reference Storage Flops

1947 GE (banded) Von Neumann &

Goldstine

n5 n7

1950 Optimal SOR Young n3 n4 log n

1971 CG Reid n3 n3.5 log n

1984 Full MG Brandt n3 n3

2u=f 64

6464

*On a 16 Mflop/s machine, six-months is reduced to 1 s

Page 11: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-11

year

relative speedup

Algorithms and Moore’s Law This advance took place over a span of about 36 years, or 24

doubling times for Moore’s Law 22416 million the same as the factor from algorithms alone!

Page 12: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-12

The power of optimal algorithms

Since O(N) is already optimal, there is nowhere further “upward” to go in efficiency, but one must extend optimality “outward”, to more general problems

Hence, for instance, algebraic multigrid (AMG), obtaining O(N) in anisotropic, inhomogeneous problems

AMG FrameworkR n

Choose coarse grids, transfer operators, etc. to

eliminate, based on numerical weights,

heuristics

error damped by pointwise

relaxationalgebraically smooth error

Page 13: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-13

Modeling FrameworkModeling and Decision Making Framework

Conceptual Model

Observations

Mathematical Formulation *{see types

Simulation Model

Parameter Estimation

Objective -model error -cost

Simulation

-may be stochastic

* Model Types: (1) Statistical (2) Empirical (3) Mechanistic

- PDE’s - ODE’s - DAE’s - AC’s

Stochastic Nature Uncertainty In: -model -parameters -auxiliary Conditions Leads to uncertainty in predictions

Parameter Estimation for: (1) Fitting model (2) Minimizing objective function

Model Use -prediction -design -policy

model parameters

y

CDF 1

P

Page 14: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-14

Mechanistic Modeling Framework

Physical,

Chemical and Biological Processes

Conservation Equation

Formulated Model

Domains and

Auxiliary Conditions

Closure Relations

Experimental

Theoretical

Computational

Page 15: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-15

The Revolution at the Microscale

• Behavior near walls and boundaries is critical• Large molecules moving through small spaces• Interaction with the macroscale world is still important

Page 16: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-16

The Multiscale World

•Quasicontinuum method (Tadmor, Ortiz, Phillips, 1996) Links atomistic and continuum models through the finite element method. A separate atomistic structural relaxation calculation is required for each cell of the FEM mesh instead of using empirical constitutive information. Predicts observed mechanical properties of materials on the basis of their constituent defects

•Hybrid finite element/molecular dynamics/quantum mechanics method (Abraham, Broughton, Bernstein, Kaxiras, 1999) Massively parallel, but designed for systems which involve a central defective region surrounded by a region which is only slightly perturbed from equililibrium

Nakano et al.

Page 17: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-17

More Multiscale

•Hybrid finite element/molecular dynamics/quantum mechanics algorithm (Nakano, Kalia and Vashista, 1999)

•Adaptive mesh and algorithm refinement (Garcia, Bell, Crutchfield, Alder, 1999) Embeds a particle method (DSMC) within a continuum method at the finest level of an adaptive mesh refinement hierarchy – application to compressible fluid flow

•Coarse stability and bifurcation analysis using time-steppers (Kevrekidis, Qian, Theodoropoulos, 2000)The “patch” method

This is only a small sample: There is a new journal devoted entirely to multiscale issues!

Nakano et al.

Page 18: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-18

Engineering Meets Biology

Computational Challenges:

•Multiscale simulation

•Understanding and controlling highly nonlinear network behavior (140 pages to draw a diagram for network behavior of E. Coli)

•Uncertainty in network structure

•Large amounts of uncertain and heterogeneous data

•Identification of feedback behavior

•Simulation, analysis and control of hybrid systems

•Experimental design

Page 19: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-19

Multiscale Simulation of Biochemical Networks

In the heat-shock response in E. Coli, an estimated 20-30 sigma-32 molecules per cell play a key role in sensing the folding state of the cell and in regulating the production of heat shock proteins. The system cannot be simulated at the fully stochastic level, due to

•Multiple time scales (stiffness)

•The presence of exceedingly large numbers of molecules that must be accounted for in SSA

32 32

Khammash et al.

Page 20: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-20

Beyond Simulation: Computational Analysis

•Sensitivity analysis •Forward and adjoint methods – ODE/DAE/PDE; hybrid systems Multiscale, stochastic,… still to come

•Uncertainty analysis•Polynomial chaos, deterministic systems with uncertain coefficients •Many other ideas – special issue in progress, SIAM SISC

•Design optimization/optimal control

32 32

•Design of experiments – to what extent can you learn something from incomplete information?, where is the most predictive power?

Page 21: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-21

More Computational Analysis

•Determination of nonlinear structure – multiscale, stochastic, hybrid•Bifurcation•Mixing•Long-time behavior•Invariant manifolds•Chaos•Control mechanisms – identifying feedback mechanisms

•Reduced/simplified models – deterministic, multiscale, stochastic, hybrid systems, identify the underlying structure and mechanism

•Data analysis – revealing the interconnectedness, dealing with complications due to data uncertainties

32 32

Page 22: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-22

Computer Science will Play a Much Larger Role

Pragmatic reasons: Significant help from software tools

•Source-code generation•Automatic differentiation – enables greater accuracy and reliability (and saves work in writing derivative routines and especially in debugging!) in generation of Jacobian matrix•Fix the dumb things we have done in codes , like ‘if’ statements in functions that are supposed to be continuous •Thread-safety - identify and fix the problems so that the code is ready for parallel/grid computing

32 32

Some exceptions and coming developments:•Matlab•Semi-automatic generation of GUI (MAUI,JMPL), for big production codes and dusty decks•Component technologies (PETSC)

•User interfaces: by current standards in the rest of the computer world, user interfaces for scientific computing look like this:

Page 23: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-23

Computer Science will Play a Much Larger Role

The deeper reason:

At the smaller scales, we are dealing with and manipulating large amounts of discrete, stochastic, Bayesian, Boolean information. These are the foundations of Computer Science. Bioinformatics is just the tip of the iceberg.

32 32

Page 24: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-24

Imagine the future of computational science by looking at today’s challenges

Consider the process of scientific simulation—software development —problem definition and simulation setup—data analysis and understanding

There has been no equivalent of Moore’s Law for how we develop our software

Increasingly complex simulations often require months to set up and months to analyze the results

Page 25: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-25

Investment needed in several areas (illustrative, not exhaustive)

Multi-level methods for multi-scale problems

Rapid problem setup tools (mesh generation and discretization methods for complex geometries)

Flexible software frameworks and interoperable s/w components for rapid application development

Computer architectures & performance optimization

Information exploitation (data management, image analysis, info/data visualization, data mining)

Systems engineering to integrate simulation, sensors, and info analysis into a decision support capability

Discrete simulation (scenario planning)

Validation and Verification (coupling to experiments)

Page 26: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-26

This workshop is about shaping CS&E programs for federal funding agencies

We should focus on how CSE can benefit the nation—enhancing national & homeland security—promoting economic vitality and energy security— improving human health

We need to emphasize the multi-disciplinary nature of CS&E and its track record in delivering!—distinguish ourselves from constituent disciplines—need to do a better job of getting the word out!

Think big: $250M, multi-agency initiative!

Page 27: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-27

We have long-time and natural partners in the federal government

DOE has been long-time leader in CS&E—ASCI re-invigorated supercomputing —Office of Science is championing the cause with

its successful SciDAC initiative

NSF has long invested in IT and CS, and is beginning to think more about CS&E

DHS has pressing needs for help in simulation and information fusion

NIH should be a bigger player than it is, but there are serious cultural obstacles

Page 28: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-28

Computational Science Research and Education: Funding Considerations

Fellowship programs Need for critical mass Focus Baseline support of sufficient duration is optimal

Page 29: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-29

Thoughts on CSME programs

Need to teach the importance of working on teams—Rarely have a single PI—We need to recognize team efforts

Need more opportunities for students to solve “real” problems in a research environment

We need opportunities for everybody to learn new fields

Integration between agencies as well as integration across disciplines?

Page 30: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-30

Thoughts on CSME research challenges

Biotechnology—Biophysical simulations—Data management—Stochastic dynamical systems

Nanoscience—Multiple scales (time and length)—Scalable algorithms for molecular

systems—Optimization and predictability

Page 31: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-31

‘97 ‘98 ‘99 ‘00 ‘01 ‘02 ‘03 ‘04 ‘05 ‘06

100+ Tflop / 30 TB

Time (CY)

Cap

abili

ty

1+ Tflop / 0.5 TB

PlanDevelop

Use

30+ Tflop / 10 TB

Red

3+ Tflop / 1.5 TBBlue

10+ Tflop / 4 TBWhite

50+ Tflop / 25 TB

Our Algorithms Run on Largest Platforms…

NNSA has roadmap to go NNSA has roadmap to go to 100 Tflop/s by 2006to 100 Tflop/s by 2006

www.llnl.gov/asci/platformswww.llnl.gov/asci/platforms

SandiaSandia Los AlamosLos Alamos

LivermoreLivermore

LivermoreLivermore

Page 32: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-32

Bringing the CS&E and Statistics Communities Together

Example : Inverse problems and validation for complex computer models

Barriers to closer association Mechanisms for closer association

Page 33: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-33

Barriers to Bringing the CS&E and Statistics Communities

Together

To many disciplinary scientists— we are each ‘providers of tools they can use’— we are indistinguishable quantitative experts

Program and project funding rarely encourage inclusion of both CS&E and statistical scientists.

Our traditional application areas generally differ—CS&E tradition: physical sciences and engineering—Statistics tradition: strongest – as the statistics discipline – in

social sciences, medical sciences,…(This could be an organizational strength for the CS&E initiative, but is a

barrier at the personal level.)

Page 34: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-34

Mechanisms for Bringing the CS&E and Statistics Communities

Together

Most important is simply to bring them together on interdisciplinary teams.

Institute programs (e.g., at SAMSI), for extended cooperation

— joint workshops

— joint working groups Emphasize need for joint funding on interdisciplinary projects. At Universities?

Page 35: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-35

Research Challenges

Statistical computational research challenges: — MCMC development and implementation— data confidentiality and large contingency tables— dealing with large data sets

– in real time– off-line

— bioinformatics, gene regulation, protein folding, …— data mining— utilizing multiscale data — data fusion, data assimilation— graphical models/causal networks— open source software environments— visualization— many many more.

Page 36: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-36

Research Challenges, Continued

Challenges in the synthesis of statistics and development of computer modeling:—Statistical analysis in non-linear situations can

require thousands of model evaluations (e.g., using MCMC), so the ‘real’ computational problem is the product of two very intensive computational problems; this is needed for

– designing effective evaluation experiments;– estimating unknown model parameters

(inverse problem), with uncertainty evaluation;– assessing model bias and predictive

capability of the model;– detecting inadequate model components.

Page 37: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-37

Research Challenges, Continued

—Simultaneous use of statistical and applied mathematical modeling is needed for

– effective utilization of many types of data, such as

– data that occurs at multiple scales;

– data/models that are individual-specific.– replacing unresolvable determinism by

stochastic or statistically modeled components (parameterization)

This general area of validation of computer models should be a Grand Challenge.

Page 38: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-38

Five Investment Models for CS&E to Prosper

Laboratory institutes (hosted at a lab)

ICASE, ISCR (more details to come) National institutes (hosted at a university)

IMA, IPAM Interdisciplinary centers

ASCI Alliances, SciDAC ISICs, SCCM, TICAM, CAAM, … CS&E fellowship programs

CSGF, HPCF Multi-agency funding (cyclical to be sure, but sometimes

collaborative)

DOD, DOE, NASA, NIH, NSF, …

Page 39: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-39

CSE philosophy:Science is borne by people

Be “eyes and ears” for CSE by staying abreast of advances in computer and computational science

Be “hands and feet” for CSE by carrying those advances into the laboratory

Three principal means for packaging scientific ideas for transfer

—papers

—software

—people People are the most effective!

Page 40: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-40

Need pipelines people between the university and the laboratory

UniversitiesGeneric CSE

Center (GCC)

Lab programs

Students

Faculty

Lab Employees

Faculty visit the GCC, bringing students

Most faculty return to university, with lab priorities

A few faculty become lab employees

Some students become faculty, with lab priorities

Some students become lab employees

Page 41: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-41

GCC sponsors and conducts meetings on timely topics for lab missions

Bay Area NA Day Common Component Architecture Copper Mountain Multigrid Conference DOE Computational Science Graduate

Fellows Hybrid Particle-Mesh AMR Methods Mining Scientific Datasets Large-scale Nonlinear Problems Overset Grids & Solution Technology Programming ASCI White Sensitivity and Uncertainty

Quantification

Page 42: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-42

A curricular challenge

CS&E majors without a CS undergrad need to learn to compute! Prerequisite or co-requisite to becoming useful interns at a lab Suggest a “bootcamp” year-long course introducing:

—C/C++ and object-oriented program design—Data structures for scientific computing—Message passing (e.g., MPI) and multithreaded (e.g.,

OpenMP) programming—Scripting (e.g., Python)—Linux clustering—Scientific and performance visualization tools—Profiling and debugging tools

NYU’s sequence G22.1133/G22.1144 is an example for CS

Page 43: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-43

“Red skies at morning”

Difficult to get support for maintaining critical software infrastructure and “benchmarking” activities

Difficult to get support for hardware that is designed with computational science and engineering in mind

Difficult for pre-tenured faculty to find reward structures conducive to interdisciplinary efforts

Unclear how stable is the market for CS&E graduates at the entrance to a 5-year pipeline

Political necessity of creating new programs with each change of administrations saps time and energy of managers and community

Page 44: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-44

“Red skies at night”

DOE’s SciDAC model being recognized and propagated NSF’s DMS budgets on a multi-year roll SIAM SIAG-CSE attracting members from outside of

traditional SIAM departments CS&E programs beginning to exhibit “centripetal” potential

in traditionally fragmented research universities

e.g., SCCM’s “Advice” program Computing at the large scale is weaning domain scientists

from “Numerical Recipes” and MATLAB and creating thirst for core enabling technologies (NA, CS, Viz, …)

Cost effectiveness of computing, especially cluster computing, is putting a premium on graduate students who have CS&E skills

Page 45: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-45

Opportunity: nanoscience modeling

Jul 2002 report to DOE

Proposes $5M/year theory and modeling initiative to accompany the existing $50M/year experimental initiative in nano science

Report lays out research in numerical algorithms and optimization methods on the critical path to progress in nanotechnology

Page 46: SFA-1 Best Visuals of CSME. SFA-2 Computational science challenges arise in a variety of applications l Computational science is emerging as its own discipline.

SFA-46

Opportunity: integrated fusion modeling

Dec 2002 report to DOE

Currently DOE supports 52 codes in Fusion Energy Sciences

US contribution to ITER will “major” in simulation

Initiative proposes to use advanced computer science techniques and numerical algorithms to improve the US code base in magnetic fusion energy and allow codes to interoperate