Skip to content
Snippets Groups Projects
  1. Apr 14, 2021
  2. Feb 25, 2021
  3. Feb 15, 2021
  4. Jan 22, 2021
  5. Jan 13, 2021
  6. Dec 11, 2020
  7. Dec 07, 2020
  8. Nov 24, 2020
  9. Nov 18, 2020
  10. Nov 13, 2020
  11. Nov 04, 2020
    • Mark OLESEN's avatar
      CONFIG: ptscotch header not found on RedHat/Fedora (fixes #1904) · 5e660c36
      Mark OLESEN authored
      - no limit to the number of ways of filing ptscotch libraries.
        RedHat/Fedora/CentOS should look for these directories:
      
            ptscotch include=/usr/include/openmpi-x86_64
            ptscotch library=/usr/lib64/openmpi/lib
      
        when MPI_ARCH_PATH=/usr/lib64/openmpi
        and mpicc --showme:compile yields -I/usr/include/openmpi-x86_64
      5e660c36
  12. Oct 29, 2020
    • Mark OLESEN's avatar
      BUG: extraneous brackets after Fluent cell types (fixes #1872) · bed1305d
      Mark OLESEN authored
      ENH: limit output to 25 cell types per line for readability
      
      - makes it easier to trace potential format errors etc
      
      STYLE: downgrade warning about polyhedrals to a simple info message
      
      - can assume that polyhedral support is widespread enough to not
        warrant a warning.
      bed1305d
  13. Oct 23, 2020
    • Mark OLESEN's avatar
      BUG: incorrect boundary type for expressions variables (fixes #1889) · 9dc4f76b
      Mark OLESEN authored
      - had calculated boundaries (default) for the evaluated variables,
        which meant they retained their initialized values (usually Zero).
      
        This normally goes unnoticed, since the boundary values are largely
        irrelevant in the volField expressions. However, when applying
        functions that balk at a zero value - eg, log() - this raises a
        floating point exception.
      
        These boundary should be zeroGradient, since the evaluated variables
        correspond to the internalField only. Could continue to use
        calculated, but then need to set the calculated boundary values from
        the patch internal field manually.
      9dc4f76b
    • Mark OLESEN's avatar
      BUG: using FatalIOErrorInLookup with incorrect exit type (fixes #1898) · 3e4d9e15
      Mark OLESEN authored
      - two occurrences where FatalIOErrorInLookup used exit(FatalError)
        instead of exit(FatalIOError), which caused the error messages
        to be lost.
      3e4d9e15
  14. Oct 15, 2020
  15. Oct 12, 2020
  16. Oct 08, 2020
  17. Sep 30, 2020
  18. Sep 24, 2020
  19. Sep 16, 2020
  20. Sep 03, 2020
  21. Sep 01, 2020
  22. Aug 31, 2020
  23. Aug 12, 2020
    • Mark OLESEN's avatar
      COMP: wmake findObjectDir fails for non-project directories (fixes #1807) · dd1c2edb
      Mark OLESEN authored
      - experienced while reusing src/Pstream/Allwmake-mpi to create
        additional mpi-layers after installation. Since the copied sources
        are not located within the OpenFOAM source-tree (and/or the
        source-tree is non-writable), it should not and does not use the
        central build/WM_OPTIONS directory.
      
        However, when exploring for the appropriate local Make directory, it
        searched for the current '.' directory instead of checking for the
        resolved directory.
      
        This fails, since there is no src/Pstream/Make directory.
        Must check for src/Pstream/mpi/Make directory first!
      
      - Adjust wclean to always remove a local build directory
        (Make/WM_OPTIONS) for additional safety.
        After which, attempt to remove central build/WM_OPTIONS version too.
      dd1c2edb
  24. Aug 06, 2020
  25. Jul 27, 2020