preCICE has to be installed using the provided binaries or built using CMake! Otherwise this approach does not work. For more information refer to our documentation
You can use the provided CMakeLists.txt to build with CMake.
- run
cmake .in this folder - run
make
You can now run the test with ctest -V.
You can test the dummy solver by coupling two instances with each other. Open two terminals and run
./solverdummy ../precice-config.xml SolverOne./solverdummy ../precice-config.xml SolverTwo
If you want to couple any other solver against the dummy solver be sure to adjust the preCICE configuration (participant names, mesh names, data names etc.) to the needs of your solver, compare our step-by-step guide for new adapters.