Closed litvinen closed 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.
Usually I run this command ./echo_test_cmd_new.py -tries 12 -multi True | parallel -j12 What is going on here?