similar to: [LLVMdev] Unsubscribe attempt

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Unsubscribe attempt"

2012 Jan 19
4
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
Hello folks, I have a compiler written with LLVM 2.6 by a student that produces .ll files, It behaved fine at the time. Trying to take the work over using version 3.0, I run into the problem that "malloc" in the IR is no longer valid: semac1 menu > llvm-as Carre.ll llvm-as: Carre.ll:68:14: error: expected instruction opcode %_malloc = malloc i8, i32 %2 ;
2012 Jan 19
0
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
Hi Jacques, > I have a compiler written with LLVM 2.6 by a student that produces .ll files, It behaved fine at the time. > > Trying to take the work over using version 3.0, I run into the problem that "malloc" in the IR is no longer valid: > > semac1 menu> llvm-as Carre.ll > llvm-as: Carre.ll:68:14: error: expected instruction opcode > %_malloc = malloc i8,
2007 Oct 26
3
SOLUTION - Compiled Kernel and modules for XEN3.1 on PowerEdge 1950
Dear all, since it could be of interest for the list, here I post a link to compiled kernel for XEN 3.1 on a DELL PowerEdge 1950 compiled with gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) on a Debian4 distribution. This is provided AS IS AND WITHOUT ANY SUPPORT AND/OR ANY RESPONSIBILITY :-) The first link (7 MB) pack all the files you should have in /boot. The second link (12 MB)
2008 Nov 10
1
R 2.8. and languageR
Hi, I have been using the library languageR in R2.6.0 for some while. I now would like to use new functions of this library (especially plotLMER.fnc) and have downloaded R 2.8.0. Error messages appear when I load the languageR library (I have tried several times on different computers but this doesn't help.: Attachement du package : 'Matrix' The following object(s)
2005 Jan 27
1
parameter "ldap user suffix" ignored?
Hello, It seems that the smb.conf parameter "ldap user suffix" has no effect when searching for users. When searching for a user in the LDAP server samba uses the simple "ldap suffix" without prepending the "ldap user suffix". But it works for "ldap group suffix". The description of these two parameters are similar in the manual for smb.conf. Here are
2007 Nov 08
1
XEN HVMs on LVM over iSCSI - test results, (crashes) and questions
Hi all, some results from my configuration. I''ve this configuration (I''m not interested in raw top performances but in reliability.. so, I can accept slow MB/sec and prefer to rely on a RAID6, for example): 1 Infortrend iSCSI Array A16E-G2130-4 with: - 1GB DDR cache - RAID6 - 7 x 500GB sataII Seagate ST3500630NS with 16mb (no budget for SAS) - one of the logic volumes (about
2005 Jan 27
0
avoiding the use of an LDAP entry for the samba domain?
Hello, - Is there a way to avoid that samba tries to search for an LDAP record for the domain, and for that matter to try to add the missing record? I noticed the following messages in the LDAP server log: SRCH base="dc=unige,dc=ch" \ scope=2 \ filter="(&(sambaDomainName=VPNGROUP)(objectClass=sambaDomain))" \ attrs="sambaDomainName sambaNextRid
2007 Oct 26
4
BROADCOM 5708 ON POWER EDGE 1955
Hello, I''ve this strange problem. When Xen kernel start and it try to start eth devices, network doesn''t work. It seems to be a problem with NICs firmware. Anyone had this problem? Do you know where I can download firmware upgrade? (on DELL''s site I''ve just searched...) Thanks, Carlo No virus found in this outgoing message. Checked by AVG Free Edition.
2005 Jan 27
1
How to use ldapsam backend without storing any user SID?
Hello, When Samba is configured to use smbpasswd as a backend, it uses an algorithm to construct SIDs from uid/gids. The SIDs are not stored anywhere. But when ldapsam is used as a backend, without changing anything else to the configuration, a SID *has to* be stored in the entry of each user. I don't need nor want that. - Is it possible to have a LDAP backend but still use the algorithm to
2008 Oct 23
3
xy.coords in text
Hello, I want to add text annotation about correlation on "pairs" plots. I found that I could pass a function to the "panel" argument of pairs : panel.annot <- function(x, y, ...) { points(x, y, ...) c <- cor.test(x, y) legend("topleft", legend=substitute(rho == r, list(r=sprintf("%.2f", c$estimate))), bty="n") } And then :
2020 Mar 23
2
Attempting to get BLF working with linphone
So I've got a bit further with my  project to get BLF working between asterisk and linphone. Initially asterisk was rejecting linphone's SUBSCRIBE messages because they didn't have an Accept: header. I've fixed that and now the initial SUBSCRIBE messages work and I see all my online contacts in green. But after a few minutes linphone attempts to renew the subscriptions and
2007 May 25
1
testing difference (or similarities) between two distance matrices (not independent)
Hi, i'm looking to test if two distance matrices are statistically different from each others. These two matrices have been computed on the same set of data (several population samples) 1. using a particular genetic distance 2. weighting that genetic distance with an extra factor (we can look at this as one set is computed before applying a treatment and the second one after applying
2005 Sep 29
0
New family for gam in the mgcv library
Hi! I'm using R 2.0.1 on a Sun, with mgcv library version 1.3-1. I would like to implement a new family for the function gam in mgcv (truncated Poisson family as defined in Barry & Welsh (2002), Ecological Modelling). I therefore defined a family function with all the necessary components (linkfun, linkinv, variance, etc). But then I run into problems because my link function is not
2010 Aug 26
0
TraMineR version 1.6-1
Dear R users, The TraMineR package for mining, describing and visualizing sequences of states or events, and more generally discrete sequential data has been updated to version 1.6-1. Its primary aim is the analysis of biographical longitudinal data in the social sciences, such as data describing careers or family trajectories. Most of its features apply however also to non temporal data
2010 Aug 26
0
TraMineR version 1.6-1
Dear R users, The TraMineR package for mining, describing and visualizing sequences of states or events, and more generally discrete sequential data has been updated to version 1.6-1. Its primary aim is the analysis of biographical longitudinal data in the social sciences, such as data describing careers or family trajectories. Most of its features apply however also to non temporal data
2012 Jul 26
2
Passing arguments to SQL Query in R
Hello all, I am a newbie at R, with some experience in PERL. I have a database table that contains the following data: Name | Score ======= | ===== Sachin T | 25 Sachin T | 53 Sachin T | 57 Sachin T | 34 Rahul D | 38 Rahul D | 31 Rahul D | 53 Ricky P | 7 Ricky P | 45 Ricky P | 27 Ricky P | 17 Ricky P | 86 Ricky P | 48 Jacques K | 23 Jacques K | 86 Jacques K | 32 I
2010 Mar 09
2
ctree - party package multivariate response variables
Hi, I have a problem with ctree of party package. I have data on distribution of more than one species (about 50 species) and I would like identify the relation of this multivariate object (species distribution) with a number of explanatory variables. rs is the name of my dataframe containing the species (columns from 2 to 51) and the explanatory variables (columns 52 and 53). Rows are my
2016 Feb 09
2
[RFC] Lanai backend
Do you MC support? Cheers, Rafael On Feb 9, 2016 1:12 PM, "Jacques Pienaar via llvm-dev" < llvm-dev at lists.llvm.org> wrote: > > > On Tue, Feb 9, 2016 at 10:05 AM, Chandler Carruth <chandlerc at google.com> > wrote: > >> On Tue, Feb 9, 2016 at 9:58 AM Hal Finkel via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>>
2011 Jan 25
3
Integration of two lines
Hello, I need to integrate the absolute difference between two lines measured on different points. # For example : x <- seq(0, 1, 1/100) f_x <- runif(101) + x y <- seq(0, 1, 1/23) f_y <- runif(24) + (1 - y) plot(x, f_x, type="l") lines(y, f_y) Then I would like to compute Integral( | f_x - f_y | )dx. (This is not the same as | Integral(f_x)dx - Integral(f_y)dx |.)
2007 Feb 20
0
Standardized residual variances in SEM
Hello, I'm using the "sem" package to do a confirmatory factor analysis on data collected with a questionnaire. In the model, there is a unique factor G and 23 items. I would like to calculate the standardized residual variance of the observed variables. "Sem" only gives the residual variance with the "summary" function, or the standardized loadings with the