We are pleased to announce the release of HPCC 1.3.1. This is a bug-fix release that fixes two bugs that were introduced in version 1.3.0. The bugs were in PTRANS and FFT components of the code. Please use this version of the code instead of 1.3.0.
Summary of changes
- Update version of HPL (import of HPL 2.0 source code)
- Replaced 32-bit Pseudo Random Number Generator (PRNG) with a 64-bit one.
- Removed 3 numerical checks of the solution residual with a single one.
- Added support for 64-bit systems with large memory sizes (before they would
overflow during index calculations 32-bit integers.)
- Introduction of limit on FFT vector size so they fit in a 32-bit integer
(only applicable when using FFTW version 2.)