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
1.02k stars 244 forks source link

Revert "[Core] Making aplications deregistrable V3" #12437

Closed roigcarlo closed 3 months ago

roigcarlo commented 3 months ago

Reverts KratosMultiphysics/Kratos#12306 As seems its failing on win

roigcarlo commented 3 months ago

@sunethwarna @avdg81

I hope this turns back win to normal. I honestly can't find anything wrong but its the only PR merged in that time-frame that could be causing an error like that. if its the cause it should fix it until I discover what is happening.

roigcarlo commented 3 months ago

Update:

Seems that the exit codes for both unity and non-unity build ( Error 0xc0000005) suggest that the machine runs out of memory / access violation / or enters in an infinite recursion lopp.

roigcarlo commented 3 months ago

Closing, this was not the problem