search for: leni

Displaying 12 results from an estimated 12 matches for "leni".

Did you mean: len
2015 Mar 25
2
nested parallel workers
...-randomly library(parallel) children <- parallel:::children while (TRUE) { n <- 8 ## n == dectectCores() jobs <- lapply(seq_len(n), function(i) mcparallel(Sys.sleep(20))) mccollect(children(jobs), FALSE) parallel:::mckill(children(jobs), tools::SIGTERM) leni <- length(mccollect(children(jobs))) message("leni: ", leni) } ~/tmp >R-dev --vanilla --slave -f test1.R leni: 6 leni: 7 leni: 7 leni: 7 leni: 7 leni: 7 leni: 7 leni: 7 leni: 8 leni: 7 leni: 7 leni: 7 ~/tmp > Thanks. Valerie > sessionInfo() R Under development (unst...
2015 Mar 30
2
nested parallel workers
...ldren >> >> while (TRUE) { >> n <- 8 ## n == dectectCores() >> jobs <- lapply(seq_len(n), function(i) mcparallel(Sys.sleep(20))) >> mccollect(children(jobs), FALSE) >> parallel:::mckill(children(jobs), tools::SIGTERM) >> leni <- length(mccollect(children(jobs))) >> message("leni: ", leni) >> } >> >> ~/tmp >R-dev --vanilla --slave -f test1.R >> leni: 6 >> leni: 7 >> leni: 7 >> leni: 7 >> leni: 7 >> leni: 7 >> leni: 7 >> leni: 7 &g...
2015 Mar 26
0
nested parallel workers
...t; children <- parallel:::children > > while (TRUE) { > n <- 8 ## n == dectectCores() > jobs <- lapply(seq_len(n), function(i) mcparallel(Sys.sleep(20))) > mccollect(children(jobs), FALSE) > parallel:::mckill(children(jobs), tools::SIGTERM) > leni <- length(mccollect(children(jobs))) > message("leni: ", leni) > } > > ~/tmp >R-dev --vanilla --slave -f test1.R > leni: 6 > leni: 7 > leni: 7 > leni: 7 > leni: 7 > leni: 7 > leni: 7 > leni: 7 > leni: 8 > leni: 7 > leni: 7 > leni:...
2015 Mar 30
0
nested parallel workers
...>> while (TRUE) { >>> n <- 8 ## n == dectectCores() >>> jobs <- lapply(seq_len(n), function(i) mcparallel(Sys.sleep(20))) >>> mccollect(children(jobs), FALSE) >>> parallel:::mckill(children(jobs), tools::SIGTERM) >>> leni <- length(mccollect(children(jobs))) >>> message("leni: ", leni) >>> } >>> >>> ~/tmp >R-dev --vanilla --slave -f test1.R >>> leni: 6 >>> leni: 7 >>> leni: 7 >>> leni: 7 >>> leni: 7 >>> leni...
2011 Jan 04
2
problems inserting dahdi modules using Debian Leni
Hi. I have a Debian Leni system with asterisk-1.8. I was trying to get meetme to work and it depends on dahdi, so I compiled dahdi-trunk and dahdi-tools-trunk, however, when trying to insert dahdi_dummy, it complained about symbol crc_ccitt_table, although the module was actually there in the kernel tree. So, I took the...
2006 Aug 11
2
Colour-coding intervals on a line
Hi, This is a simple version of something that I am trying to do. If I can sort the problem basically, I figure I should be able to sort it for the program I'm writing (which would take longer to explain). I need to know if there is any way of using different colours for different intervals of a line on a graph. Eg. If I plot the line y=x for x=1:10, and split this line into 106 intervals
2011 Sep 01
0
qqplot for count data
Dear list, I just tried to do the same thing, and did not find anything on a weighted qqplot. My weights are actually counts (positive integers). Here is a modification of qqplot, following Duncan Murdoch's suggestion. Any feedback would be welcome! Thanks, Jean-Christophe weighted.qqplot <- function (x, y, plot.it = TRUE, xlab = deparse(substitute(x)), ylab = deparse(substitute(y)),
2011 Jan 07
1
system lockup when going into conference
Hi. I have an asterisk system under Debian Leni using asterisk 1.8 with no Digium hardware -- and when I go into a meetme conference the system either locks up or is 100% cpu utilized or something -- I can't type anything and I have to physically reboot the system. The dahdi module is loaded and the last log entry is the playing of you are t...
2005 Jan 06
3
Problems when using cupsaddsmb
Hi! First of all, I have to admit that it is my first post on this list, so please be lenied toward me, if I don't obey some of the rules ;-) I'll try my best :-) I am just trying to get my samba-server work as a print server by using CUPS. The OS of the server is Gentoo Linux and I'm using samba-3.0.9-r1. The clients are win 2k/xp home. I can already see my shares (files...
2011 Feb 10
7
upgrade leny-squeeze, xen3.2-xen4.0, what''s wrong?
I am running a Debian Squeeze Xen 4.0.1 Hypervisor and 2.6.32-5-xen-amd64 dom0. My xen-tools.conf: lvm = vg00 size = 100Gb # Disk image size. memory = 2048Mb # Memory size swap = 2G # Swap size # noswap = 1 # Don''t use swap at all for the new system. fs = ext4 # use the EXT3 filesystem for the disk image. dist = `xt-guess-suite-and-mirror --suite` # Default
2010 May 07
4
looking for feedbacks on courier to dovecot
Manao ahoana, Hello, Bonjour, We currently run courier POP . We would like to switch to Dovecot. I encounter problems when migrating the UIDL because we have big Maildirs and POP re-downlading the data is not possible for most of the users. I tried the http://www.dovecot.org/tools/courier-dovecot-migrate.pl script but I still have the re-downloading event. What are your stories and advices
2004 Aug 13
0
TCNG + kernel 2.6
Has anyone compiled tcng with kernel 2.6 ? Any clue ?