EN FR
EN FR


Section: Software

HLCMi & L2C

Participants : Zhengxiong Hou, Cristian Klein, Vincent Lanore, Christian Pérez [correspondant] , Vincent Pichon.

HLCMi (http://hlcm.gforge.inria.fr ) is an implementation of the HLCM component model. HLCM is a generic extensible component model with respect to component implementations and interaction concerns. Moreover, HLCM is abstract; it is its specialization—such as HLCM /L 2 C—that defines the primitive elements of the model, such as the primitive components and the primitive interactions.

HLCMi is making use of Model-driven Engineering (MDE) methodology to generate a concrete assembly from an high level description. It is based on the Eclipse Modeling Framework (EMF). HLCMi contains 700 Emfatic lines to describe its models and 7000 JAVA lines for utility and model transformation purposes. HLCMi is a general framework that supports several HLCM specializations: HLCM /CCM , HLCM /JAVA, HLCM /L2C and HLCM /Charm++ (known as Gluon++).

L 2 C (http://hlcm.gforge.inria.fr ) is a Low Level Component model implementation targeting at use-cases where overhead matters such as High-Performance Computing. L 2 C does not offer network transparency neither language transparency. Instead, L 2 C lets the user choose between various kinds of interactions between components, some with ultra low overhead and others that support network transport. L 2 C is extensible as additional interaction kinds can be added quite easily. L 2 C currently supports C++, MPI and CORBA interactions. FORTRAN will be added in 2013.

L 2 C and Gluon++ are implemented in the LLCMc++ framework (http://hlcm.gforge.inria.fr ). It is distributed under a LGPL licence and represents 6400 lines of C++.