← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-dev/yade/trunk] Rev 2710: 1. Add plot.autoAddData with docs. A limitation is that "=" should not be in names of data column...

 


pprint(plot.data)   #doctest: +ELLIPSIS
+       {'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...]}

As it is failed with last commits.
Can someone reproduce the failure locally? It works perfectly here (w/ clang, without OpenMP). The values from the buildbot are some garbage numbers (like-9.881926876257279e+166 from https://www.yade-dem.org/buildbot/builders/yade-full/builds/326/steps/test/logs/stdio), so it is either OpenMPArrayAccumulator initialization issue, or something else.

 Cheers, v.



Follow ups

References