yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #07024
[Bug 715739] [NEW] Regression tests are failed due to openmp-feature enabled
Public bug reported:
r2710 and later do not pass regression tests.
If the binary is compiled without openmp support, all tests are working well.
This test is temporarily disabled in r2721.
build/lib/yade-cleanCompNew/py/yade/plot.py", line 144, in yade.plot.addAutoData
Failed example:
pprint(plot.data) #doctest: +ELLIPSIS
Expected:
{'gravWork': [0.0, -25.13274...],
'i': [0, 1],
'kinRot': [0.0, 0.0],
'kinTrans': [0.0, 7.5398...],
'nonviscDamp': [0.0, 10.0530...],
'total energy': [0.0, -7.5398...]}
Got:
{'gravWork': [2.4895177388907067e-316, -25.132741228718356],
'i': [0, 1],
'kinRot': [6.9418345563703806e-310, 0.0],
'kinTrans': [6.9418366609686893e-310, 7.5398223686155061],
'nonviscDamp': [1.0676482423933313e-316, 10.053096491487342],
'total energy': [1.3883674774505051e-309, -7.5398223686155079]}
** Affects: yade
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yade
developers, which is the registrant for Yade.
https://bugs.launchpad.net/bugs/715739
Title:
Regression tests are failed due to openmp-feature enabled
Status in Yet Another Dynamic Engine:
New
Bug description:
r2710 and later do not pass regression tests.
If the binary is compiled without openmp support, all tests are working well.
This test is temporarily disabled in r2721.
build/lib/yade-cleanCompNew/py/yade/plot.py", line 144, in yade.plot.addAutoData
Failed example:
pprint(plot.data) #doctest: +ELLIPSIS
Expected:
{'gravWork': [0.0, -25.13274...],
'i': [0, 1],
'kinRot': [0.0, 0.0],
'kinTrans': [0.0, 7.5398...],
'nonviscDamp': [0.0, 10.0530...],
'total energy': [0.0, -7.5398...]}
Got:
{'gravWork': [2.4895177388907067e-316, -25.132741228718356],
'i': [0, 1],
'kinRot': [6.9418345563703806e-310, 0.0],
'kinTrans': [6.9418366609686893e-310, 7.5398223686155061],
'nonviscDamp': [1.0676482423933313e-316, 10.053096491487342],
'total energy': [1.3883674774505051e-309, -7.5398223686155079]}
Follow ups
References