- Sep 17, 2021
-
-
Vincent Danjean authored
-
Vincent Danjean authored
-
Vincent Danjean authored
- new ppport.h file - xs and inc files patched as suggested by ppport.h
-
Vincent Danjean authored
-
Vincent Danjean authored
Bug-Debian: https://bugs.debian.org/898989 Author: Dominic Hargreaves <dom@earth.li>
-
Vincent Danjean authored
Author: Mo Zhou <lumin@debian.org> Bug-Debian: https://bugs.debian.org/943828 See also: https://bugs.debian.org/943712
-
Vincent Danjean authored
Bug-Debian: https://bugs.debian.org/963418 Author: Andreas Tille <tille@debian.org>
-
- Mar 30, 2014
-
-
Vincent Danjean authored
llvm (clang) does not support them. Instead, use a global function with a context created in the external function instead of a nested function. See http://bugs.debian.org/742843 for the initial report.
-
- Dec 13, 2013
-
-
Vincent Danjean authored
* update MANIFEST * fix make-release
-
Vincent Danjean authored
If there are more processors than requested permutations, some processor must do nothing. Before, all processors did something, sometimes corrupting memory...
-
- Jul 01, 2013
-
-
Vincent Danjean authored
See http://bugs.debian.org/578550 for errors fixed by this commit
-
- Apr 23, 2013
-
-
Claire Bardel authored
-
- Nov 03, 2012
-
-
Vincent Danjean authored
-
Vincent Danjean authored
-
Vincent Danjean authored
-
Vincent Danjean authored
-
Vincent Danjean authored
-
Vincent Danjean authored
These modules are not used anymore. The corresponding calls after the rewrite are done directly in C
-
- Nov 02, 2012
-
-
Vincent Danjean authored
We do not need to get several values with the same parameters So, we avoid to check and store the previous state
-
Vincent Danjean authored
-
Vincent Danjean authored
This function need to be tested on another plateform than linux, mainly MacOS X.
-
Vincent Danjean authored
This will give us a factor about 2.5 The r-code is improved : - use exact values for afc until 1754 (max that can be computed with "long double") - use per-thread static variables to allow parallel run in different threads
-
Vincent Danjean authored
No need to define our own. But we still need to initialize the random generator in each thread
-
Vincent Danjean authored
-
Vincent Danjean authored
The code is deactivated with "#if 0" to allow ALTree compilation
-
Vincent Danjean authored
-
- Nov 01, 2012
-
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@469 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@468 cf695345-040a-0410-a956-b889e835fe2e
-
- Oct 31, 2012
-
-
Vincent Danjean authored
ResamplingChi2 accepts as last parameter the level of parallelism to use: - 0 => do not use threaded code - >0 => use this number of threads (ie 1 is not really usefull unless you want to test the threaded code without real parallelism) Note that this parameter is *OVERWRITTEN* by the ALTREE_PARALLEL environment variable as soon as it is defined. The random generator has been changed: the one from the system was a real bottleneck. git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@467 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
outer functions can choose to allocate memory with malloc or on their stack git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@466 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@465 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@464 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@463 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@462 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@461 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@460 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
ALTree/Chi2.pm contains stub to CUtils functions git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@459 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@458 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@457 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@456 cf695345-040a-0410-a956-b889e835fe2e
-