Parallel execution of Chi2 resampling
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
Showing
- CUtils/CUtils.xs 9 additions, 2 deletionsCUtils/CUtils.xs
- CUtils/Makefile.PL 1 addition, 1 deletionCUtils/Makefile.PL
- CUtils/c_sources/mt19937ar.c 214 additions, 0 deletionsCUtils/c_sources/mt19937ar.c
- CUtils/c_sources/mt19937ar.h 86 additions, 0 deletionsCUtils/c_sources/mt19937ar.h
- CUtils/c_sources/myrand.c 35 additions, 9 deletionsCUtils/c_sources/myrand.c
- CUtils/c_sources/myrand.h 1 addition, 0 deletionsCUtils/c_sources/myrand.h
- CUtils/c_sources/resampling.c 193 additions, 22 deletionsCUtils/c_sources/resampling.c
- CUtils/c_sources/resampling.h 3 additions, 2 deletionsCUtils/c_sources/resampling.h
- progs/altree 1 addition, 1 deletionprogs/altree
Loading
Please register or sign in to comment