yade:fix138shiftBy1

Last commit made on 2020-01-23
Get this branch:
git clone -b fix138shiftBy1 https://git.launchpad.net/yade

Branch merges

Branch information

Name:
fix138shiftBy1
Repository:
lp:yade

Recent commits

adef6bb... by Janek Kozicki

A different approach in fixing #138 : use j larger by 1. Change >= and v[j+1] accordingly.

b85110f... by Janek Kozicki

Revert "Or maybe exploit the fact that unsigned(0-1)==4294967295. And add a condition 'j != std::numeric_limits<decltype(j)>::max()' to while loop?"

9b0ce6b... by Janek Kozicki

Or maybe exploit the fact that unsigned(0-1)==4294967295. And add a condition 'j != std::numeric_limits<decltype(j)>::max()' to while loop?

95e2009... by Janek Kozicki

small fix in checkPerf.py

a880e71... by Janek Kozicki

Instead change type of j to long, so it is exactly the same like 40 lines below.

445eec5... by Janek Kozicki

Make note when j needed to be negative.

d94077f... by Janek Kozicki

Another fix for #138, avoid infinite loop.

53121ff... by Janek Kozicki

Revert "Fix yade --performance -j16 segfault by exemplifying the requested signedness"

20f4c09... by Janek Kozicki

yade --quickperformance a little quicker.

b6fd29c... by Janek Kozicki

Increase tolerated stddev to 2.0%