openfoam/etc
Mark Olesen 2811c05444 ENH: lazier handling of dynamic libraries
- previously always called dlclose on opened libraries when destroying
  the dlLibraryTable. However, by force closing the libraries the
  situation can arise that the library is missing its own code that it
  needs on unload (#1524). This is also sometimes evident when closing
  VTK libraries for runTimePostProcessing (#354, #1585).

- The new default is to not forcibly dlclose any libraries, unless
  the dlcloseOnTerminate OptimisationSwitch specifies otherwise.

  - The dlLibraryTable::close() method can be used to explicitly close
    all libraries and clear the list.

  - The dlLibraryTable::clear() method now only clears the entries,
    without a dlclose.
2020-12-16 11:25:04 +01:00
..
caseDicts ENH: add treatment for PDRblockMesh outer region expansions (#1906) 2020-12-11 20:24:25 +00:00
codeTemplates ENH: Function1 and PatchFunction1 improvements (#1917) 2020-11-19 16:57:45 +01:00
config.csh CONFIG: increment to ADIOS-2.6.0, petsc-3.14.2 2020-12-14 15:20:36 +01:00
config.sh CONFIG: increment to ADIOS-2.6.0, petsc-3.14.2 2020-12-14 15:20:36 +01:00
templates REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
thermoData thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
bashrc CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
cellModels REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
colourTables REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
controlDict ENH: lazier handling of dynamic libraries 2020-12-16 11:25:04 +01:00
cshrc CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
openfoam CONFIG: support openfoam -init=FILE 2020-06-23 15:35:52 +02:00