Skip to content
Snippets Groups Projects
  • Mark Olesen's avatar
    453efa7c
    COMP: minor changes for gcc-15 · 453efa7c
    Mark Olesen authored
    COMP: unresolved pTraits<long int> for reductions on i586 systems
    
    - now always just use int64_t instead of off_t and time_t
      for master reductions.
    
      Note that this is not the only place where the off_t definition
      causes compilation issues (cf. fileOperation::broadcastCopy)
    453efa7c
    History
    COMP: minor changes for gcc-15
    Mark Olesen authored
    COMP: unresolved pTraits<long int> for reductions on i586 systems
    
    - now always just use int64_t instead of off_t and time_t
      for master reductions.
    
      Note that this is not the only place where the off_t definition
      causes compilation issues (cf. fileOperation::broadcastCopy)