StochasticNumerics / mimclib

A software library for UQ methods
GNU General Public License v2.0
6 stars 8 forks source link

How to run? #116

Closed litvinen closed 6 years ago

litvinen commented 6 years ago

Usually I run this command ./echo_test_cmd_new.py -tries 12 -multi True | parallel -j12 What is going on here?

litvinen commented 6 years ago

My answer: In echo file you have -mimc_TOL 0.0177 and -mimc_max_TOL 0.5

The code decides (not you) in how many pieces divide this interval [0.0177 0.5] . Parameter -tries 12 defines not the number of tolerances TOLs, but how many instances CMLMC will be running. In the example above , it will be 12 instances of CMLMC.