prisms-center / phaseField

PRISMS-PF: An Open-Source Phase-Field Modeling Framework
https://prisms-center.github.io/phaseField/
Other
229 stars 120 forks source link

Make debug mode run on single thread #289

Open fractalsbyx opened 2 weeks ago

fractalsbyx commented 2 weeks ago

Changed main.cc to set the maximum number of threads to 1 when compiled in debug mode. This makes using visual debuggers much easier .

closes #287