search for: cl

Displaying 20 results from an estimated 4648 matches for "cl".

2012 Apr 13
2
[LLVMdev] Make error of latest devel version of llvm and clang
Hi I am trying to use latest version of llvm and clang, and I have gotten them by svn. ./configure --enable-shared has run successfully, but make REQUIRES_RTTI=1 returns error: make[2]: Entering directory `/home/ryjiao/Downloads/llvm-dev/llvm/tools/llvm-config' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ryjiao/...
2006 Aug 02
10
[PATCH 0/6] htb: cleanup
The HTB scheduler code is a mess, this patch set does some basic house cleaning. The first four should cause no code change, but the last two need more testing. -- Stephen Hemminger <shemminger@osdl.org> "And in the Packet there writ down that doome" - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message...
2012 Apr 13
0
[LLVMdev] Make error of latest devel version of llvm and clang
...ot being able to create the shared library when enable-shared were passed through the configure script. I just had to realize that my default compiler was not being able to generate the binaries, probably because of its version (it was the stable llvm-gcc 4.1). Therefore, if I had compiled the llvm+clang from svn without the enable-shared flag, and installed it in some temp folder (configured in the PATH), I could use this one to configure and recompile the source with the flag enabled without this linkage error. I guess you could give it a try. I hope this work to you too. -- Cristianno Marti...
2006 Nov 23
1
DNS trouble (little, but i need some help)
HI , i have a DNS trouble , wish you could help me, maybe it's a bit mistake of mine, but i don't know what could it be, i'm trying to configure phpnuke, and i want the URL http://portal.misitio.cl points to /var/www/nuke, that's ok with apache virtualhost, but in DNS , i'm trying to do from anoother server $host portal.misitio.cl Host portal.misitio.cl not found: 3(NXDOMAIN) here its my 2 file 227.77.145.in-addr.arpa.hosts and /var/named/misitio.cl.hosts hope you could help me T...
2015 Jan 23
2
[LLVMdev] Using cl::ZeroOrMore more pervasively with the cl::opt class
All, Is there any particular reason we don't use cl::ZeroOrMore more pervasively with the cl::opt class of command-line options? 1. Some of llvm's optimizations are enabled/disabled by llvm command-line options. Passing these options to our build system via CFF and CXXF result in redundant CL options. If the CL option is a cl::opt which defau...
2013 Jul 05
0
[LLVMdev] Any suggestion for "Unknown instruction type encountered" error?
hacker cling wrote: > Hello all, > I was playing with LLVM pass. I changed the > lib/Transforms/Hello/Hello.cpp 's content to be my own pass. Then I make > install the pass and use an example test1.c to see whether it works or > not. When I run example using the following command: &g...
2013 Jul 05
2
[LLVMdev] Any suggestion for "Unknown instruction type encountered" error?
Hello all, I was playing with LLVM pass. I changed the lib/Transforms/Hello/Hello.cpp 's content to be my own pass. Then I make install the pass and use an example test1.c to see whether it works or not. When I run example using the following command: clang -emit-llvm test1.c -c -o test1.bc opt -load ../build_llvm/Debug+Asserts/lib/LLVMHello.so -hello < test1.bc > /dev/null It shows the following error: Unknown instruction type encountered! UNREACHABLE executed at include/llvm/InstVisitor.h:120! 0 opt 0x00000000014190b6 llvm::s...
2011 Sep 11
3
(no subject)
Dear all, Can anyone take a look at my program below? There are two functions: f1 (lambda,z,p1) and f2(p1,cl, cu). I fixed p1=0.15 for both functions. For any fixed value of lambda (between 0.01 and 0.99), I solve f1(p1=0.15, lambda=lambda, z)=0 for the corresponding cl and cu values. Then I plug the calculated cl and cu back into the function f2. Eventually, I want to find the lambda value and the corres...
2019 Mar 02
1
stopifnot
...lt;- function(exprs) eval.parent(substitute(stopifnot(exprs = exprs))) Looking at https://stat.ethz.ch/pipermail/r-devel/2017-May/074227.html , using sys.parent() may be not good. For example, in f <- function() stopifnot(exprs={FALSE}, local=FALSE); f() A revised patch (also with simpler 'cl'): --- stop.R 2019-02-27 16:15:45.324167577 +0000 +++ stop_new.R 2019-03-02 06:21:35.919471080 +0000 @@ -1,7 +1,7 @@ # File src/library/base/R/stop.R # Part of the R package, https://www.R-project.org # -# Copyright (C) 1995-2018 The R Core Team +# Copyright (C) 1995-2019 The R Core Team...
2008 Oct 25
1
Filling symbols in xyplot
...t;,"red","black","lightgrey")) in both the key and the xyplot function, that that was obviously not the answer. I would like the sybols to be filled with the same colors as the lines. Does anybody have an answer? In case you want to see the graph so far, I have included a ridiculously large dataframe for an example. It should work by copying and pasting everything below. Thanks, John ## Data for dataframe Per=c(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, 3,3,3,3,4...
2009 Jul 18
1
wcte12xp0: Missed interrupt
...r TE121, the system hang up and the last message from the system show this: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Jul 15 13:15:47 comunicacion01-cl kernel: [ ? ?0.000000] wcte12xp0: Missed interrupt. Increasing latency to 12 ms in order to compensate. Jul 15 13:15:47 comunicacion01-cl kernel: [ ? ?0.000000] wcte12xp0: Missed interrupt. Increasing latency to 11 ms in order to compensate. Jul 15 13:15:43 comunicacion01-cl kernel: [ ? ?0.000000]...
2009 May 28
3
String replacement in an expression
Dear R-experts, I need to replace in an expression the character "Cl" by "Cl+beta" But in the following case: form<-expression((Cl-(V *ka) ) +(V *Vm *exp(-(Clm/Vm) *t))) gsub("Cl","(Cl+beta)",as.character(form)) We obtain: [1] "((Cl+beta) - (V * ka)) + (V * Vm * exp(-((Cl+beta)m/Vm) * t))" the character &...
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 <- function(cl = NULL, X, fun, ...) { cl <- defaultCluster(cl) do.call(c, clusterApply(c...
2013 Jul 23
2
[LLVMdev] Analysis of polly-detect overhead in oggenc
...Detect: Optimize compile-time cost for log string > operations. > > String operatioins resulted by raw_string_ostream in the INVALID macro can lead > to significant compile-time overhead when compiling large size source code. > This is because raw_string_ostream relies on TypeFinder class, whose > compile-time cost increases as the size of the module increases. This patch > targets to avoid calling TypeFinder in normal case, so TypeFinder class is only > called in DEBUG mode with DEBUG macro or in PollyView mode. > > With this patch file, the relative compile-time...
2011 Jun 13
0
How to formulate an (effect-modifying) interaction with matching variable in a conditional logistic regression?
...,0,1, 1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0, 1,0,0,0,1,0,0,0,0,0,0,0,0) dataset<-data.frame(pair,low,age,lwt,race,smoke,ptd,ht,ui) library(survival) # model with all covariates mult.cl<-clogit(low~lwt+race+smoke+ptd+ht+ui+strata(pair),data=dataset) summary(mult.cl) # H&L drop race mult2.cl<-update(mult.cl,.~.-race) summary(mult2.cl) ###################### # check interactions # ###################### multi1.cl<-update(mult2.cl,.~.+age:lwt) summary(multi1.cl) anova...
2008 Apr 11
4
Can't run Active State perl .exe
I am having trouble running an exe that was written in Active State perl. In Windows, I would go to the CLI and type Code: C:\pager\pager.exe cl Passing "cl" as an arguement that passes the file "cl.config" to the pager.exe program. I have not had any success running this in Wine, and I do not know if it is a syntax problem or if Wine does not work with it. I have tried: Code:...
2013 Sep 17
11
[LLVMdev] [RFC] Internal command line options should not be statically initialized.
...have an immediate need to build LLVM as a library free of static initializers, but before brute-force fixing this problem, I'd like outline the incremental steps that will lead to a desirable long term solution. We want infrastructure in place to provide an evolutionary path. In the near term, clients who need llvm-the-library with no static initializers will build with LLVM_NO_STATICINIT. In this mode, existing users of cl::opt will default to being optimized away as constant initializers, and those options will not be available for command line parsing. A new option class will need be de...
2013 Jul 23
0
[LLVMdev] Analysis of polly-detect overhead in oggenc
...ib/RegisterPasses.cpp. Do you think I should translate these local variables into global variables or should I define another option like "-polly-dot-scop" in ScopDetection.cpp? > >You can define a new option -polly-detect-collect-errors that enables >the error tracking. Adding cl::location to this option allows you to >store the option value externally. You can use this to automatically >set this option, in case in lib/RegisterPasses.cpp in case -polly-show, >-polly-show-only, ... have been set. > >Cheers, >Tobias -------------- next part -------------- A...
2019 Mar 05
2
stopifnot
...opifnot(exprs=*) . - It allows shortcut ('assert') to have the same call in error message as stopifnot(exprs=*) . Another thing: Is it intended that do.call("stopifnot", list(exprs = expression())) evaluates each element of the expression object? If so, maybe add a case for 'cl', like ??? ? ? else if(is.expression(exprs)) ??? ??? as.call(c(quote(expression), exprs)) -------------------------------------------- On Mon, 4/3/19, Martin Maechler <maechler at stat.math.ethz.ch> wrote: Subject: Re: [Rd] stopifnot Cc: r-devel at r-project.org Date: Monday, 4 Marc...
2013 May 07
1
[LLVMdev] CommandLine: using cl::Positional with enum
Hi,I've been trying to code through CommandLine the options I want my tool accepts, but I find quite impossible to achieve robustly what I need .Look, I want the tool accepts a list of arguments in a particular order. For this goal, I know the cl::Positional flag. But, the problem is that the first argument must be one of a set of options (like a kind of subcommand of the tool). In my case, only the three next commands are possible:myTool option1myTool option2 arg1 arg2 myTool option3 arg1and I don't want a different order is possibl...