Skip to content
Snippets Groups Projects
  1. Dec 11, 2020
  2. Dec 07, 2020
  3. Nov 24, 2020
  4. Nov 18, 2020
  5. Nov 13, 2020
  6. 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
  7. 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
  8. 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
  9. Oct 15, 2020
  10. Oct 12, 2020
  11. Oct 08, 2020
  12. Sep 30, 2020
  13. Sep 24, 2020
  14. Sep 16, 2020
  15. Sep 03, 2020
  16. Sep 01, 2020
  17. Aug 31, 2020
  18. 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
  19. Aug 06, 2020
  20. Jul 27, 2020
  21. Jul 23, 2020
  22. Jul 20, 2020
  23. Jul 17, 2020
  24. Jul 14, 2020
  25. Jul 13, 2020
  26. Jul 02, 2020
  27. Jul 01, 2020