KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
991 stars 244 forks source link

Making the for_each catch definition consistent with KRATOS_NO_TRY_CATCH #12362

Closed roigcarlo closed 2 months ago

roigcarlo commented 2 months ago

📝 Description Since KRATOS_TRY definition is conditional KRATOS_CATCH_THREAD_EXCEPTION must have the same switch.

Would be good that in the future we keep the block macros in the same file.

roigcarlo commented 2 months ago

nobody 🤫