Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 963 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 963 Bytes

Communication Tests

Small collection of tests for the data-exchange in CoSimulation of Kratos Multiphysics.

Tests can be executed by executing tests/run_all_tests.py with python

Currently the following methods are tested / planned:

  • File
  • Sockets (using Boost ASIO)
  • Interprocess (using Boost Interprocess)
  • MPI
  • MPI with RMA (remote memory access)

Reference

If you use this repository, please refer to the official GitHub repository:

@misc{communication-tests,
  author = "Philipp Bucher",
  title = "communication-tests",
  howpublished = "\url{https://github.com/philbucher/communication-tests}",
}

Used Libraries