An open API service indexing awesome lists of open source software.

https://github.com/spirali/kaira

Main repository of project Kaira
https://github.com/spirali/kaira

Last synced: 12 months ago
JSON representation

Main repository of project Kaira

Awesome Lists containing this project

README

          

Kaira
=====

Website: http://verif.cs.vsb.cz/kaira/

Kaira is as an open-source development environment for MPI (Message Passing
Interface) applications. We try to provide an unified environment for
activities for development: prototyping, programming, testing, debugging,
profiling, performance prediction and verification.

The main idea is to use visual models inspired by Coloured Petri Nets.
This model is designed to catch parallel aspects and communication inside of
the developed application. We do not want to program applications completely
in a visual way, so our models can be enriched by any sequential C++ code.
With such model, a user can generate MPI applications, run simulations
or start a state-space analysis.