Skip to content

Releases: ECP-VeloC/rankstr

v0.4.0

27 Jun 18:56
9a619f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Apr 21:43
e78c539
Compare
Choose a tag to compare

New Features:

  • added cmake config support
    • new minimum cmake version: v2.8 v3.14
  • added gitignore
  • update GitHub Actions
    • add static and shared build tests
    • split build into configure/build/test steps

v0.2.0

15 Feb 03:26
Compare
Choose a tag to compare

New features:

  • switch build tests from travis to github actions

Bug fixes:

  • cmake: remove generated false for config.h.in
  • require MPI when -DMPI=ON
  • replace strcpy with strncpy to avoid uninitialized memory

v0.1.0

06 Oct 20:52
Compare
Choose a tag to compare

Release Notes

Release to support SCR v3.0rc2

  • Static build
  • Optionally build tests

Config Option Changes

  • New BUILD_SHARED_LIBS cmake option to build shared libraries or use static linking
  • New ENABLE_TESTS cmake option
  • Drop MPI option (MPI always required)

v0.0.3

02 Apr 21:02
ba035d9
Compare
Choose a tag to compare

Release Notes

  • Add description to README
  • Implemented str == NULL check in rankstr_mpi() function of rankstr_mpi.c
  • Set Linux rpath settings
  • Set up testing
    • Enable CTest
    • Add support for various resource managers for MPI testing
    • Add RANKSTR_ADD_TEST() cmake function
    • Set up Travis CI and GitLab CI infrastructure
    • Update reporting output of tests
  • Add Doxygen-style comments
  • Establish Code of Conduct and Contributing Guidelines and add associated markdown files
  • Add version number to rankstr_mpi.h for rolling releases

Config option changes

  • New VELOC_RESOURCE_MANAGER cmake option for running tests

0.0.1

20 Jun 22:51
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Alpha release for Spack package and VELOC version 1.0