ParaMonte C++ 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Critical Priority: The current tests for long double
interface fail with Intel LLVM Fortran Compiler ifx
and Intel LLVM C/C++ Compiler icx
compilers.
Apparently, there is a mismatch between long double
and c_long_double
storage.
This issue does not exist with GNU compilers, although the GNU definition of long double
appears to yield incorrect values in some calculations, e.g., in isFailedGeomCyclicFit()
of the ParaMonte library.
Normal Priority: This C-style interface should be ideally wrapped in a C++ template.