-
Notifications
You must be signed in to change notification settings - Fork 23
Multithreaded Unittests for ABM #786
Copy link
Copy link
Closed
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityloc::continuous integrationThis issue concerns any problem of continuous integration.This issue concerns any problem of continuous integration.model::abmThis issue concerns any kind of agent-based model.This issue concerns any kind of agent-based model.prio::moderateThe priority of this task is moderate.The priority of this task is moderate.
Metadata
Metadata
Assignees
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityloc::continuous integrationThis issue concerns any problem of continuous integration.This issue concerns any problem of continuous integration.model::abmThis issue concerns any kind of agent-based model.This issue concerns any kind of agent-based model.prio::moderateThe priority of this task is moderate.The priority of this task is moderate.
Type
Projects
Status
Done (Total) 💯
Motivation / Current Behaviour
The ABM is parallelized using OpenMP but the Unit Tests are only executed single threaded. So there is no test that parallelized ABM produces the same results as sequential.
Enhancement description
Additional context
No response
Checklist