blueCFD / Core

Coordination repository for the blueCFD-Core: Issue tracking, Wiki, project webpage and miscellaneous scripts
http://bluecfd.github.io/Core
53 stars 10 forks source link

Allowing for debug data in src/thermophysicalModels/reactionThermo #157

Closed wyldckat closed 3 months ago

wyldckat commented 4 years ago

As noted in issue #153, src/thermophysicalModels/reactionThermo has to be built without the -gdwarf option, due to a massive number of strings reaching the assembler and quitting midway.

There are several possible solutions, none of which were tried past removing this option, namely:

  1. Changing how we do stack tracing.
  2. Attempting to split the relevant file rhoReactionThermo/rhoReactionThermos in hopes that it would circumvent the problem.

Either way, this issue is left here as a future task.

wyldckat commented 3 months ago

While building OpenFOAM 12:

  1. chemistryModel is now building without this issue.
  2. multicomponentThermo also built without issue.
wyldckat commented 3 months ago

Fixed in commits: