-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
An error such as the following can appear:
./bin/reframe: unexpected error: math domain error
Traceback (most recent call last):
File "/scratch/shared/leone/jenscscs/reframe-ci-leone-5d81168/reframe/frontend/cli.py", line 413, in main
runner.runall(checks_matched, system)
File "/scratch/shared/leone/jenscscs/reframe-ci-leone-5d81168/reframe/frontend/executors/__init__.py", line 176, in runall
self._runall(checks, system)
File "/scratch/shared/leone/jenscscs/reframe-ci-leone-5d81168/reframe/frontend/executors/__init__.py", line 246, in _runall
self._policy.exit()
File "/scratch/shared/leone/jenscscs/reframe-ci-leone-5d81168/reframe/frontend/executors/policies.py", line 288, in exit
desired_rate = pollrate(t_elapsed, real_rate)
File "/scratch/shared/leone/jenscscs/reframe-ci-leone-5d81168/reframe/frontend/executors/policies.py", line 88, in __call__
self._init_poll_fn(init_rate)
File "/scratch/shared/leone/jenscscs/reframe-ci-leone-5d81168/reframe/frontend/executors/policies.py", line 82, in _init_poll_fn
self._c = math.log(self._a / (self._thres*self._b)) / self._decay
ValueError: math domain error
Problem can be reproduced on Leone.
Internal issue: https://madra.cscs.ch/scs/reframe/issues/580