search for: clued

Displaying 20 results from an estimated 114 matches for "clued".

Did you mean: clue
2018 Mar 14
2
clusterApply arguments
Hi! I recognized that the argument matching of clusterApply (and therefore parLapply) goes wrong when one of the arguments of the function is called "c". In this case, the argument "c" is used as cluster and the functions give the following error message "Error in checkCluster(cl) : not a valid cluster". Of course, "c" is for many reasons an unfortunate
2018 Mar 15
2
clusterApply arguments
Thank you for your answer! I agree with you except for the 3 (Error) example and I realize now I should have started with that in the explanation. >From my point of view parLapply(cl = clu, X = 1:2, fun = fun, c = 1) shouldn't give an error. This could be easily avoided by using all the argument names in the custerApply call of parLapply which means changing, parLapply <-
2018 Mar 15
1
clusterApply arguments
On 03/15/2018 05:25 PM, Henrik Bengtsson wrote: > On Thu, Mar 15, 2018 at 3:39 AM, <FlorianSchwendinger at gmx.at> wrote: >> Thank you for your answer! >> I agree with you except for the 3 (Error) example and >> I realize now I should have started with that in the explanation. >> >> From my point of view >> parLapply(cl = clu, X = 1:2, fun = fun, c =
2018 Mar 15
0
clusterApply arguments
On Thu, Mar 15, 2018 at 3:39 AM, <FlorianSchwendinger at gmx.at> wrote: > Thank you for your answer! > I agree with you except for the 3 (Error) example and > I realize now I should have started with that in the explanation. > > From my point of view > parLapply(cl = clu, X = 1:2, fun = fun, c = 1) > shouldn't give an error. > > This could be easily avoided by
2018 Mar 14
0
clusterApply arguments
This is nothing specific to parallel::clusterApply() per se. It is the default behavior of R where it allows for partial argument names. I don't think there's much that can be done here except always using fully named arguments to the "apply" function itself as you show. You can "alert" yourself when there's a mistake by using: options(warnPartialMatchArgs =
2009 Jun 11
3
deSolve question
Dear All, I like to simulate a physiologically based pharmacokinetics model using R but am having a problem with the daspk routine. The same problem has been implemented in Berkeley madonna and Winbugs so that I know that it is working. However, with daspk it is not, and the numbers are everywhere! Please see the following and let me know if I am missing something... Thanks a lot in advance,
2005 Dec 22
1
Problems with passing ... to a function
Dear useRs! I have written a function that should pass argument "m" to the next function, however it does not! Please have a look at the function below that shows a problem and tell me what I am missing. As you can see, the "blocks" argument is passed corectly, while "m" is not. Best, Ales Ziberna opt.par.new<-function( #function for optimizig
2008 Jan 23
4
Synchronous scrub?
...a mirror comprising of a smaller disk and a subset of a larger disk. The other pool is the remainder of the larger disk. I see no documentation mentioning how to scrub, then wait-until-completed. I''m happy to be pointed at any such documentation. I''m also happy to be otherwise clued-in if no such documentation exists, or if no such feature exists. Thanks! Dan McD. This message posted from opensolaris.org
2010 Dec 03
1
Passing par()-parameters to many plot()s in a function
Hi, I am implementing a function which generates about 10 .pdf plots in the current directory. I need the graphic to fit into a LaTeX-Presentation-slide, so the outer margin should be removed (this is the way to do it, right?): I am having trouble finding out where to put the par command(s). Is one enough or should I put them before and after /every/ plot() command? This is how I tried to do
1999 Jun 10
1
NEWsamBIE
...d the Samba server. Question 1: Does the latest version (as of 6-9-99) include encrypted password for the newer Win clients? Question 2: Why does my NT box not even see the Samba server. It only seems to show other NT boxes and not the Win9x boxes, which seems like a fairly large clue to someone clued in. Any help would be greatly appreciated. Regards, TR.a
2020 Jul 17
3
[FileCheck] RFC: Add support for line anchors.
...ility and maintainability. Using this new system one could append a line of interest with an anchor-comment and refer back to it inside FileCheck. I have created a basic patch that implements this here https://reviews.llvm.org/D84037 but it definitely needs a few looks over by people who are more clued up on the internal of FileCheck. The current syntax, based off this patch, is as follows: - Added a command line option called `anchor-prefix` which is a comma-seperated list of prefixes to be used when declaring anchors. This is defaulted to `LINE-ANCHOR` - To declare a anchor in the test fil...
2006 Mar 13
1
Building help pages
Hello! I was just wondering, why only one of my "Rd" files is converted in "chm" format (REGE) and the other are not when installing a package? The output from installing a package on WinXp is below. I tried to find more information about what "chm" format actually is, however have found none. Best regards and thaks for any replies, Ales Ziberna
2005 May 07
3
passwordless ssh
Hi, I am just migrating to Centos from fedora core 3. I have 3 boxes involved here: Box A --Fedora 3 (doing the dns, http, sendmail serving duties) Box B --CentOS Box C --CentOS I used to run root passwordless ssh both ways from boxes A and B mainly set up to keep the 2 boxes in sync w/rsync ... these 2 boxes normally ran one being the slave and the other being the master...the master did all
2010 Jan 04
1
[LLVMdev] ASM output with JIT / codegen barriers
...ng. Side note: I regret greatly that I didn't know enough of the sequential consistency concerns here to address them more fully when I was working on this. =/ Even explicit fencing has subtle problems with it as currently specified. Is this causing problems for people (other than jyasskin who clued me in on the whole matter)?
2015 Jul 17
3
[Bug 3099] Please parallelize filesystem scan
https://bugzilla.samba.org/show_bug.cgi?id=3099 --- Comment #8 from Chip Schweiss <chip at innovates.com> --- I would argue that optionally all directory scanning should be made parallel. Modern file systems perform best when request queues are kept full. The current mode of rsync scanning directories does nothing to take advantage of this. I currently use scripts to split a couple
2017 Mar 03
2
How do you exclude a directory that is a symlink?
...itting the mailing list. >To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync >Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html -- Ken Chase - ken at heavycomputing.ca skype:kenchase23 +1 416 897 6284 Toronto Canada Heavy Computing - Clued bandwidth, colocation and managed linux VPS @151 Front St. W.
2012 Feb 10
1
Out of date instructions to build R using MKL
...onsequence, the instructions for dynamic linking no longer work with the last version (2011-sp1). This is also the case of what is explained on several sites like [3] or [4]. The manual's instructions to link statically to MKL still work fine, though. I'm merely signaling this fact to more clued people, since I've not been able to get R to dynamically link to MKL. I'm always getting this notice during ./configure: > checking whether double complex BLAS can be used... no Anyways, one of the problems is also that it's no longer possible to make libRblas.so and libRlapack.so s...
2009 Dec 27
7
[osol-help] zfs destroy stalls, need to hard reboot
...ed this, as we create and destroy large ZFS filesystems very frequently. So it seems the original issue I reported many months back has actually gained some new negative impacts :( I''ll try to escalate this with my Sun support contract, but Sun support still isn''t very familiar/clued in about OpenSolaris, so I doubt I will get very far. Cross posting to ZFS-discuss also, as other may have seen this and know of a solution/workaround. -- Brent Jones brent at servuhome.net
2015 Jul 17
0
[Bug 3099] Please parallelize filesystem scan
...list. > >To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync > >Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > >-- >Ken Chase - ken at heavycomputing.ca skype:kenchase23 Toronto Canada >Heavy Computing - Clued bandwidth, colocation and managed linux VPS @151 Front St. W. > >-- >Please use reply-all for most replies to avoid omitting the mailing list. >To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync >Before posting, read: http://www.catb.org/~esr/f...
2004 Aug 06
1
Ices issues
...ne at 22khz mono quality -1 and the other at 44.1 stereo quality 0. I was also saving the 44.1 stream to a file. My main concern is that it looks like ices was leaking memory. I heard my noisy removable hard drive (which has the swap and root FS on it) start to be accessed more than usual, which clued me into this. Here's the situation after the broadcast had been going for about 2 hours: root 9247 0.1 66.3 45476 20168 pts/0 S 14:53 0:11 [ices] root 9248 0.0 66.3 45476 20168 pts/0 S 14:53 0:00 [ices] root 9249 0.0 66.3 45476 20168 pts/0 S 14:53 0:00 [...