yade:32bitdebiantest

Last commit made on 2020-12-17
Get this branch:
git clone -b 32bitdebiantest https://git.launchpad.net/yade

Branch merges

Branch information

Name:
32bitdebiantest
Repository:
lp:yade

Recent commits

a4b635d... by Robert Caulk

using original #pragma parallelization and null body pointer checks

0fee530... by Robert Caulk

32bit debian test

3c49f39... by Janek Kozicki

add multicore checks to CI in .gitlab-ci.yml (yade -j5 --check)

7b82856... by Janek Kozicki

checkList.py : make possible multicore yade --check

714a723... by Bruno Chareyre

fix authors in *.bib

26173b3... by Bruno Chareyre

+recent publications

04a3d5c... by Bruno Chareyre

Revert "keep default seed=0 uniformly" --> it was doing the opposite...

This reverts commit 25e0d45d7a9d95cfe7f014dff15807858b901001.

02cb990... by Janek Kozicki

Other floating point parameters use native Real precision in checkGravityRungeKuttaCashKarp54.py, for good measure. Although they do not affect simple 'fall down' test

25bce02... by Janek Kozicki

yade.math.radiansHP1(…) function works similarly as 'import math ; math.radians(…)', but uses yade native Real precision.

bed6cc4... by Janek Kozicki

toHP1(string) always wants a string argument. Just to be safe. Will make debugging easier even if someone uses Real being double.