search for: lecuyer

Displaying 11 results from an estimated 11 matches for "lecuyer".

Did you mean: rlecuyer
2012 Mar 02
0
c/c++ Random Number Generators Benchmarks using OpenMP
...use the exact same computation method, using a template argument for the RNG, and providing wrappers for the different available RNGs, except for the rngOpenMP that is not instantiable, so I adapted specifically the code. I included in the benchmark: - the c implementation used by the R package Rlecuyer - the (GNU) random_r RNG available on GNU/linux systems and that is reentrant - my RcppRandomSFMT,wrapping a modified version of the SIMD-oriented Fast Mersenne Twister (SFMT) Random Number Generator provided by http://www.agner.org/random Randomc - rngOpenMP I tried to include the rsprng RN...
2007 Oct 11
1
problem installing MCMCpack
...ieeefp.h... no checking for trunc... no configure: creating ./config.status config.status: creating src/Makevars ** libs g++ -I/usr/local/stow/R-2.5.1/lib/R/include -I/usr/local/stow/R-2.5.1/lib/R/include -DSCYTHE_COMPILE_DIRECT -DSCYTHE_DEBUG=0 -DHAVE_TRUNC -I/usr/local/include -fpic -g -O2 -c lecuyer.cc -o lecuyer.o In file included from lecuyer.h:63, from lecuyer.cc:4: rng.h: In member function `scythe::Matrix<double, O, Concrete> scythe::rng<RNGTYPE>::rdirich(const scythe::Matrix<double, O, S>&)': rng.h:1314: syntax error before `;' token make...
2014 Apr 02
1
RJAGS Installation Issues
...d.la /usr/lib64/JAGS/modules-2.2.0/basemod.so /usr/lib64/JAGS/modules-2.2.0/bugs.la /usr/lib64/JAGS/modules-2.2.0/bugs.so /usr/lib64/JAGS/modules-2.2.0/dic.la /usr/lib64/JAGS/modules-2.2.0/dic.so /usr/lib64/JAGS/modules-2.2.0/glm.la /usr/lib64/JAGS/modules-2.2.0/glm.so /usr/lib64/JAGS/modules-2.2.0/lecuyer.la /usr/lib64/JAGS/modules-2.2.0/lecuyer.so /usr/lib64/JAGS/modules-2.2.0/mix.la /usr/lib64/JAGS/modules-2.2.0/mix.so /usr/lib64/JAGS/modules-2.2.0/msm.la /usr/lib64/JAGS/modules-2.2.0/msm.so /usr/lib64/libjags.la /usr/lib64/libjags.so.2 /usr/lib64/libjags.so.2.0.2 /usr/lib64/libjrmath.la /usr/lib6...
2010 Jun 21
3
NFS performance - default rsize
Hi list, We've had an interesting NFS performance issue with the following setup. Clients : CentOS 5.5, kernel 2.6.18-194.el5 Server : Solaris 10 kernel Generic_142901-08 Reading a file (not cached) with dd : dd if=file1 of=/dev/null bs=1024k count=100 performance is around.. 700 kB/s ! /proc/mounts shows rsize has been negotiated to 1mB If we force rsize to a smaller value, 32kB, the
1999 Oct 08
0
FW: lsa query failing
...> > #rgrep 445 docs > > > no result ! > > > > > > I use ./configure --with-syslog --with-quota > > > > > > May I miss a doc ? > > > does I forget --with-profile ? (I use [Profile] in my smb.conf) > > > > > > Alexandre Lecuyer wrote (a ecrit) : > > > > > > > > Hi all, > > > > > > > > We've been using a cvs from mid-july until now without > > > > problems, except sometimes when saving word documents.. I > > > > have read in the list archive that...
2005 Sep 02
1
source package linking problem under linux
...for trunc... no configure: creating ./config.status config.status: creating src/Makevars ** libs g++ -I/usr/lib/R/include -DSCYTHE_COMPILE_DIRECT -DSCYTHE_NO_RANGE -c distributions.cc -o distributions.o [...etc. etc. All compilations are ok] g++ -o MCMCpack.so distributions.o ide.o la.o lecuyer.o MCMCdistn.o MCMCdynamicEI.o MCMCfactanal.o MCMCfcds.o MCMChierEI.o MCMCirt1d.o MCMClogit.o MCMCmetrop1R.o MCMCmixfactanal.o MCMCmnlMH.o MCMCmnlslice.o MCMCoprobit.o MCMCordfactanal.o MCMCpanel.o MCMCpoisson.o MCMCprobit.o MCMCprobitres.o MCMCregress.o MCMCrng.o MCMCtobit.o mersenne.o optimize.o r...
1999 Nov 03
1
NIS, Samba
Hi, I have samba 2.1 (last month cvs) working as a PDC on a linux machine. Everything works fine except for the connection (opening a session), which is very slow. Login could take up to 5minutes. Making the samba server a slave NIS server helped a lot, however it still gets extremely slow when several (>20) users try to login at the same time. This problem occurs only when there are many
2012 Feb 14
0
New version: dclone 1.7-1 and dcmle 0.1-4 rolled out
...oning algorithm can exploit various types of parallelism (parallel chains, 'size' balancing or the two combined) through the dc.parfit function using JAGS, WinBUGS or OpenBUGS. - JAGS related parallel functions can safely handle RNGs even for large numbers of parallel chains using the "lecuyer" JAGS module. The *dcmle* package defines S4 classes around infrastructure provided by the dclone package to make package development with data cloning for hierarchical models easy as a breeze. The testing suite of the two packages now includes 30 examples (see listDcExamples() ). library(d...
2012 Feb 14
0
New version: dclone 1.7-1 and dcmle 0.1-4 rolled out
...oning algorithm can exploit various types of parallelism (parallel chains, 'size' balancing or the two combined) through the dc.parfit function using JAGS, WinBUGS or OpenBUGS. - JAGS related parallel functions can safely handle RNGs even for large numbers of parallel chains using the "lecuyer" JAGS module. The *dcmle* package defines S4 classes around infrastructure provided by the dclone package to make package development with data cloning for hierarchical models easy as a breeze. The testing suite of the two packages now includes 30 examples (see listDcExamples() ). library(d...
2011 Feb 02
4
testing randomness of random number generators with student t-test?
Hi, subject more or less says it all. I freely admit to not having bothered to find some of the online papers about method of testing the quality of random number generators -- but in an idle moment I wondered what to expect from something like the following: randa<-runif(1000) randb<-runif(1000) t.test(randa,randb)$p.value var.test(randa,randb)$p.value [repeat ad nauseum] Is the
2004 Jun 17
0
Can't print with CUPS using samba's printer share
Greetings, My help request is about samba that can't print using CUPS from windows. I tryed to search for help on mailing-lists archives all around, and with the great Samba-HOWTO-Collection.pdf but didn't found a clue about my problem. I can print the CUPS test page, but can't print anything from windows using samba's share. I use samba-3.0.2a I compiled myself. It has been