Skip to content

Releases: hpcsi/grvy

v0.38.0 (12 July 2023)

12 Jul 17:01
Compare
Choose a tag to compare
  • timer comparison fix to support compilation with gcc v12

v0.37.0 (20 January 2022)

21 Jan 02:04
Compare
Choose a tag to compare
  • update boost.m4 macro to only check for desired libraries in path
    specified with BOOST_ROOT
  • update GetPot to support compilation with intel compilers
  • update hdf5 routines to be compatible with current GetPot version

v0.36.0 (07 January 2022)

07 Jan 15:04
Compare
Choose a tag to compare
  • extend C++ parsing API to include a Load() function to read from a
    std::stringstream. Function is intended for use by distributed MPI
    applications where only one task reads the file, and then broadcasts contents to
    the remaining children so that all tasks can access input vars.

v0.35.0 (29 November 2021)

29 Nov 23:24
Compare
Choose a tag to compare
  • update smart pointer usage: prefer unique_ptr over auto_ptr
  • updated boost macro version
  • add build option to separate out MPI out-of-core functionality (#4)
  • migrate CI from Travis -> GitHub actions (#5)
  • update Doxygen configuration and publish with GitHub pages
  • update input parsing to use newer version of GetPot to resolve compiler warnings

v0.34.0 (31 October 2018)

01 Nov 04:20
Compare
Choose a tag to compare
  • move source code hosting to GitHub
  • fix several compiler warnings (#1)
  • strip out old svn references in header comments (#2)