Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • dune-tkr-article
  • p/lh188/test-assembler-bug
  • mention-makefunction
  • temp/test-CI-with-subgrid-enabled
  • releases/2.5-1
  • releases/2.4-2
  • improve_grid
  • experimental/test-core-ci
  • feature/dune-functions-assemblers
  • feature/DG-Transferoperator-Assembler
  • debug/functionspacebasistest
  • releases/2.4-1
  • feature/dune-functions-assembler-with-skeleton
  • feature/elastictensor-interface
  • releases/2.3-2
  • maxka/conformingbasis
  • releases/2.3-1
  • subgridassembler-rework
  • releases/2.2-1
  • dune-tkr-article-patched
  • dune-tkr-article-base
  • subversion->git
23 results

singletonwriter.hh

Blame
  • Forked from agnumpde / dune-fufem
    362 commits behind the upstream repository.
    user avatar
    Elias Pipping authored
    Read-only: It's far too easy to corrupt an HDF5 file. Making it
    possible to open a file in read-only mode is an important step
    towards making that not quite as easy.
    
    SWMR: As explained in a comment, we can enable it in read-only mode by
    default; in read-and-write mode it can be enabled one the constructor
    returns, through the function swmrEnable().
    
    As a result of this change, the line
    
      HDF5::File file(filename, true);
    
    which was legal in the past but not used by anyone to the best of my
    knowledge, will no longer compile.
    42cea71b
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    singletonwriter.hh 3.57 KiB