Draco-7_9_1 released
KineticTheory
released this
13 Jan 22:04
·
1160 commits
to develop
since this release
- Release draco-7_9_1. This is a patch release. This release is tied to the release of Jayenne-8_7_0 and Capsaicin-1_7_0.
Summary of changes:
- Fix bug in ofpstream for corner case of one processor having no output. The code failed to account correctly for this possiblity, which led to the output from the previous processor being duplicated. (PR #1008)
- While releasing Draco-7_9_0, a couple of tests were spitting out warnings from
lrun
. I worked with LLNL's admins to isolate the issue. For the updatedlrun
, we need to use--bind=none
instead of--pack
in our testing system. (PR #1011) - Fix warnings reported by Intel ifort 19.1.3. (PR #1012)