1 / 18

A Case Study in Componentising a Scientific Application for the Grid

A Case Study in Componentising a Scientific Application for the Grid.  Nikos Parlavantzas, Matthieu  Morel, Françoise  Baude, Fabrice Huet, Denis Caromel, Vladimir Getov INRIA Sophia Antipolis (F) University of Westminster (UK).

hoshi
Download Presentation

A Case Study in Componentising a Scientific Application for the Grid

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Case Study in Componentising a Scientific Application for the Grid  Nikos Parlavantzas, Matthieu  Morel, Françoise  Baude, Fabrice Huet, Denis Caromel, Vladimir Getov INRIA Sophia Antipolis (F) University of Westminster (UK)

  2. Component-based development simplifies building and evolving Grid applications. • Questions • What are the real costs and benefits of component-based development? • How do we support Grid application developers?

  3. Summary • Re-engineered a complex, scientific application into a component-based Grid application distributed object-based system (ProActive) component-based system (Fractal/ProActive, GCM) • Showed that componentisation has • increased modifiability and reusability • no adverse effect on performance • Proposed a general, architecture-based componentisationprocess

  4. Outline • Background on Jem3D • Jem3D overview • ProActive library • Jem3D architecture • Approach • Componentisation process • Component model • Componentising Jem3D • Architecture • Evaluation • Conclusion

  5. Jem3D • Numerical solver for the 3D Maxwell’s equations • finite volume method on unstructured tetrahedral meshes Follows typical “geometric decomposition” parallelisation Distributed object application using ProActive library

  6. ProActive library • Java distributed object middleware for parallel and concurrent programming • Main features • Active objects • Asynchronous method invocation • Group communications • Descriptor-based deployment

  7. Jem3D architecture

  8. Jem3D problems • Limited modifiability and reusability No architectural documentation • Difficult to understand and evolve system Hard-wired, hidden dependencies • Limited reusability of parts • Limited run-time variability

  9. Outline • Background on Jem3D • Jem3D overview • ProActive library • Jem3D architecture • Approach • Componentisation process • Component model • Componentising Jem3D • Architecture • Evaluation • Conclusion

  10. Componentisation process • General, architecture-based process • Object-based system  Component-based system • Assumes that the target component platform • allows connecting components via provided/required interfaces • supports (or can be extended to support) same interaction styles as object platform

  11. Componentisation process

  12. Fractal/ProActive • Parallel and distributed component model targeting Grid applications • Inherits Fractal features • hierarchical composition • declarative architecture description • extensible reflective facilities • Extends Fractal with • distributed components • multicast interfaces • configurable deployment on the Grid

  13. Componentising Jem3D • Recovery of original architecture dominated effort • Restructured, interface-based version simplified migration to component platform

  14. Component-based Jem3D

  15. Component ConsoleSteeringAgent definition = SteeringAgentImpl Component MainCollector definition = MainCollectorImpl Component Activator definition = ActivatorImpl Component Domain Interface … Component SubDomainFactory definition =FactoryImpl (SubDomainImpl) Binding This to SubDomainFactory Binding SubDomainFactory to This Binding ConsoleSteeringAgent to MainCollector Binding MainCollector to ConsoleSteeringAgent … Initial configuration in ADL

  16. Qualitative evaluation • Improved modifiability and reusability Reliable architectural documentation Configuration after development time Reusable implementation of geometrical decomposition

  17. Performance evaluation • Comparison object- / component-based versions • experiments on Grid’5000 • using up to 308 processors, allocated on up to 3 clusters • execution times of two versions are similar

  18. Conclusion • Case study in re-engineering a scientific application into a component-based application • improved modifiability and reusability • no adverse effect on performance • Componentisation process • Future work • add support for dynamic reconfiguration to Jem3D • apply approach to diverse applications

More Related