Skip to content

Testing of different methods for exchanging data across processes

License

Notifications You must be signed in to change notification settings

philbucher/communication-tests

Repository files navigation

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

About

Testing of different methods for exchanging data across processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published