- 13 Dec, 2013 2 commits
-
-
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...
-
- 30 Jun, 2013 1 commit
-
-
Vincent Danjean authored
See http://bugs.debian.org/578550 for errors fixed by this commit
-
- 23 Apr, 2013 1 commit
-
-
Claire Bardel authored
-
- 03 Nov, 2012 6 commits
-
-
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
-
- 02 Nov, 2012 8 commits
-
-
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
-
- 31 Oct, 2012 22 commits
-
-
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
-
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
-
Vincent Danjean authored
CamlCaseName for perl stubs underscore_name for C functions git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@455 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@454 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@453 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
Chi2 for double_permutation are computed separately git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@452 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@451 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@450 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@449 cf695345-040a-0410-a956-b889e835fe2e
-
Vincent Danjean authored
git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@448 cf695345-040a-0410-a956-b889e835fe2e
-