Skip to content

v1.4.0

Compare
Choose a tag to compare
@shahmoradi shahmoradi released this 29 Oct 08:01
· 543 commits to master since this release

Version 1.4.0 -- October 29, 2020

Enhancements

  • The IO debugging info of all ParaMonte samplers have been enhanced.
    In cases of wrong syntax or syntax-breaking input values in the simulation
    output files, the error messages are now more informative and point directly
    to the exact location of of error in the input file.

  • The Integrated Autocorrelation (IAC) for sample refinement in ParaDRAM
    sampler of ParaMonte is now set to the average of all variables' IAC values
    instead of the maximum IAC value. This will lead to less aggressive decorrelation
    of the final sample, which means significantly larger final sample sizes, without
    compromising the i.i.d. property of the final refined sample. This behavior can
    be reversed back to the original by specifying "max" or "maximum" along with
    the requested refinement method, SampleRefinementMethod = "batchmeans max"
    or SampleRefinementMethod = "BatchMeans-max" (case-insensitive).

Compiler support

Compiler Suite Linux macOS Windows (64bit)
GNU Compiler Collection > 7.1
Intel Parallel Studio > 18.0.0

Compiler / MPI library used for this binary release

  • Windows: Intel Parallel Studio Version 19.0.4.245 Build 20190417 / Intel(R) MPI Library 2019 Update 4 for Windows
  • Linux: Intel Parallel Studio Version 18.0.2 20180210 / Intel(R) MPI Library for Linux OS, Version 2018 Update 2 Build 20180125
  • Linux: GNU 9.1 / MPICH 3.2
  • macOS: Intel Parallel Studio Version 19.1.0.216 20200306
  • macOS: GNU 10.2.0 / Open-MPI 4.0.5