Skip to content

Allow multiple partitionings per execution & add a user-defined structure constructor

Choose a tag to compare

@rouson rouson released this 21 Sep 04:13
· 95 commits to main since this release
9f9411c

This release

  1. Facilitates multiple partitioning per execution by making the bin array a component of data_partition_t instead of a module variable,
  2. Updates the GitHuB CI script to use GCC 13 and OpenCoarrays 2.10.1,
  3. Updates README.md to document new dependency version requirements,
  4. Makes the data_partition_t define_partitions type-bound procedure pure, and
  5. Adds a pure user-defined data_partition_t generic structure constructor that calls define_partitions.

What's Changed

Full Changelog: 4.0.1...4.1.0