with even amount between photos and header the sandia … · 2017-05-18 · douglas clay, marcus...

28
Photos placed in horizontal position with even amount of white space between photos and header Photos placed in horizontal position with even amount of white space between photos and header Sandia National Laboratories is a multi-program laboratory managed and operated by Sandia Corporation, a wholly owned subsidiary of Lockheed Martin Corporation, for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-AC04-94AL85000. SAND NO. 2011-XXXXP The Sandia Analysis Workbench Leveraging a COTS Framework To Provide Integrated Engineering Analysis Workflows On HPC Systems Ernest J. Friedman-Hill Edward L. Hoffman Robert L. Clay

Upload: others

Post on 08-Jul-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Photos placed in horizontal position with even amount

of white space between photos

and header

Photos placed in horizontal position

with even amount of white space

between photos and header

Sandia National Laboratories is a multi-program laboratory managed and operated by Sandia Corporation, a wholly owned subsidiary of Lockheed Martin Corporation, for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-AC04-94AL85000. SAND NO. 2011-XXXXP

The Sandia Analysis Workbench Leveraging a COTS Framework To Provide Integrated Engineering Analysis Workflows On HPC Systems Ernest J. Friedman-Hill Edward L. Hoffman Robert L. Clay

Page 2: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Outline

Problem Space

The Eclipse Framework

Tool Case Studies

Page 3: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Support the Design-To-Analysis process, capturing data in context

Data Sources

Req

uire

men

ts

Design Model Development

Analysis Model Development Simulation

Results Processing

Analysis Database

Model Database

DB

Other databases that contain technical basis data (e.g., ROA, product acceptance, flight test, lab test, etc.)

DB

DB

Management

Uncertainty Quantification/Design Improvement

1

2

3

4

5

6

7

8

9

10

1 2 3 4 5 6 7 8 9 10

Technical Basis Database

Page 4: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

DB

DB

DB

Integrating Analysis Systems

Workbench Client

Workbench Central Repository

HPC Computing Platforms

Job Submission & Remote Viz

Team Projects

Model Building

Archive

Traceability

Provenance Knowledge Retention Disaster Recovery

Page 5: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Sandia Laboratories

Scientists

Engineers

Developers

} All working together

• Wide variety of software in use • Commercial • In-house

• Corporate services available • Change is a given

• How to make everything work together?

Page 6: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Eclipse

OSGi Architecture

Bundles

Page 7: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Bundles

Bundle A Bundle B Bundle C

Tool C Tool A

Eclipse Framework

Page 8: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Tool Interactions

Bundle A Bundle B Bundle C

Tool C Tool A

Eclipse Framework

• How can A use C to

plot functions in input decks?

• A is an input deck editor • C is a plotting package

Page 9: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Direct Dependencies

Bundle A Bundle B Bundle C

Tool C Tool A

• Hard-wired dependency • No user choice

Eclipse Framework

Page 10: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Extension Points

Bundle A Bundle B Bundle C

• “Inversion of Control” • Framework gives A a list of extensions at runtime

Extension point (Interface plus property list)

Extension (Implementation plus property values)

Page 11: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Extension Points

Bundle A Bundle B Bundle C

Tool C Tool A

• Compile-time dependencies • User choice enabled

Eclipse Framework

Page 12: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Bridge Plugins

Bundle A Bridge Bundle C

Tool C Tool A

• Tools are independent • User choice enabled

Eclipse Framework

Page 13: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Object Adapters

Adapt one object type to another

IAdaptable interface

AdapterManager Any bundle can provide adapters

No need to use common interfaces!

Page 14: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Eclipse platform selection service

Eclipse Selection Service

Sierra Editor

Common Model Navigator

Cubit VTK Viewer

Properties View

Page 15: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Object Action Contributions Eclipse Command/Handler/Menu framework

Action enablement based on selected object type

Implemented once, available in many places

Model Tree Sierra Editor Tree

(via Object Adapter) Cubit Model Tree

Model Viewer

Page 16: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Eclipse “Perspectives”

An arrangement of views, buttons, menus

One button push separates these two screens

Page 17: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Sierra Analysis Codes

Single framework

Many different physics codes (Thermal, Structural)

Used separately or coupled

Available commands described in XML

Page 18: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Sierra Editor

Reads XML and provides Syntax highlighting

Validation

Completion

Content assist

Hyperlinking

Supporting other codes Same XML format for commands

Syntax implemented with code module

Page 19: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Sierra Builder

Builds on editor to provide Fully-graphical model building

Generated dialogs

Custom dialogs (via extension point)

Tree-based navigation

Page 20: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

CUBIT Mesh Generator

C++ library

Interactive application

Existing Qt GUI Imperative command panels

Properties view

VTK-based viewer

Console

Our approach: keep mesh viewer, recreate the rest of the GUI

Page 21: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

CUBIT: Command Panel Builder

Novel XML format

Describe command, not GUI “Hints” for GUI implementation

Testing for panel generator

Page 22: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

CUBIT: Native Code Integration

Generate glue code with SWIG

Less than 500 lines of handwritten C++

Platform-specific fragments

Page 23: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Data Management Simulation Data Management

Job Management

Distributed File Management Teaming

• Teams • NTK • Metagroups

• Web services

Page 24: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Job Submission

Modular architecture Machine templates

Code templates

Defaults

Custom templates

Remote access Heterogeneous machines

Local access

Page 25: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Multiple Configurations

Workbench Everything

CompSimUI Model Building

Meshing

Job Submission

Sierra Editor Model Building

Job Submission

Eclipse allows us to build multiple application distributions by choosing from among our set of components

Page 26: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Conclusions

Eclipse and the OSGi architecture let us … reduce dependencies between integrated

software projects

… integrate diverse components smoothly and robustly

… create and deploy customized solutions easily

Page 27: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Acknowledgements

The DART Team Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin

Olson, Edward Walsh

The CUBIT Team Randy Morris, Matt Staten

The SIERRA Team Mike Glass, Martin Heinstein, Garth Reese, Brett Robertson

This work is supported by the Advanced Strategic Computing program of the NNSA.

Page 28: with even amount between photos and header The Sandia … · 2017-05-18 · Douglas Clay, Marcus Gibson, John Greenfield, Stephen Mueller, Kevin Olson, Edward Walsh The CUBIT Team

Questions

Technical contact:

Ernest Friedman-Hill

925-294-2154

[email protected]

Programmatic contact:

Robert Clay

925-294-3114

[email protected]