-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
class::bugBugs found in the softwareBugs found in the softwareloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::abmThis issue concerns any kind of agent-based model.This issue concerns any kind of agent-based model.prio::lowThe priority of this task is low. It is an interesting item but with low priority.The priority of this task is low. It is an interesting item but with low priority.
Description
Bug description
When we run certain tests, for example TestGraphSimulation.consistencyStochasticMobility, on the mac m1 we use the runga kutta method of boost.
There, while having the same input, the output starts to differ in the later digits after 2 iterations, this adds up iteration after iteration. This can be debugged in the try_step of the file controlled_runge_kutta.hpp.
Version
Mac
To reproduce
git clone git@github.com:DLR-SC/memilio.git
cd memilio
mkdir build
cd build
cmake ../cpp
make -j
cd bin
./memilio-test --gtest_filter=TestGraphSimulation.consistencyStochasticMobility
Relevant log output
No response
Add any relevant information, e.g. used compiler, screenshots.
No response
Checklist
- Attached labels, especially loc:: or model:: labels.
- Linked to project
Metadata
Metadata
Assignees
Labels
class::bugBugs found in the softwareBugs found in the softwareloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::abmThis issue concerns any kind of agent-based model.This issue concerns any kind of agent-based model.prio::lowThe priority of this task is low. It is an interesting item but with low priority.The priority of this task is low. It is an interesting item but with low priority.
Type
Projects
Status
Done (Total) 💯