We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Generation of a wrapper library for MPI - MeDiPack

Formale Metadaten

Titel
Generation of a wrapper library for MPI - MeDiPack
Serientitel
Anzahl der Teile
60
Autor
Mitwirkende
Lizenz
CC-Namensnennung 3.0 Deutschland:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
The wrapping of libraries like MPI requires an approach that is flexible in multiple aspects. Changes and additions to the library, updates to the wrapper logic, and bugfixes need to be handled. Problems will arise if the wrapper is hard coded: any required change to the wrapping logic would affect the whole implementation. The maintenance of such an approach is usually not feasible. The approach for in the code is to write a code generator. Changes to the wrapper logic only need to be made at one place and additions to the wrapped library can either be handled automatically or by updating a definition file. This talk will show the challenges of writing the generator, the tools used for the generation and the reasons why a wrapper is requi