8000 GitHub - philbucher/communication-tests: Testing of different methods for exchanging data across processes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
0