search for: tpa

Displaying 17 results from an estimated 17 matches for "tpa".

Did you mean: pa
2009 Apr 02
2
[LLVMdev] GSoC 2009: An LLVM Backend for TPA
Hi all, I'd like to write an LLVM backend for TPA processor architecture as part of 2009's Google Summer of Code program. TPA processor is a new architecture that offers the possibility of high instruction-level parallelism with energy efficiency. TPA architecture partitions the work between the compiler and the hardware differently from RISC...
2009 Apr 02
0
[LLVMdev] GSoC 2009: An LLVM Backend for TPA
On Apr 1, 2009, at 9:53 PM, lu lu wrote: > Hi all, > I'd like to write an LLVM backend for TPA processor architecture as > part of 2009's Google Summer of Code program. Who is using the TPA processor? Is this generally useful, or specific to your research program? -Chris > > > TPA processor is a new architecture that offers the possibility of > high instruction-l...
2004 Mar 26
4
multicolumn sort on dataframe?
I couldn't find any reference to this in the FAQ, but is it possible to sort a dataframe by multiple columns? I've created some code, similar to the following: nspr.code <- sp.results$sp.code[order( sp.results$sp.code )] nspr.tpa <- sp.results$tpa[order( sp.results$sp.code )] nspr.code <- as.character( levels( nspr.code ) )[nspr.code] nspr.tpa <- as.numeric( levels( nspr.tpa ) )[nspr.tpa] hope <- as.data.frame( cbind( nspr.code, as.numeric(nspr.tpa) ) ) and it seems to work, but I have dataframes that I would...
2005 Apr 21
0
Problem with groups & joining domain.- LDAP
...at group lookups are failing somehow, but I'm not sure. Also If I browse through network neighborhood to the samba PDC server, I can authenticate with an ordinary user and get the users home dir. So Users seem to be working. Here is my smb.conf, my smblap.conf and my ldap.conf serf# testparm -s Load smb config files from /usr/local/etc/smb.conf Processing section "[homes]" Processing section "[netlogon]" Processing section "[Profiles]" Processing section "[printers]" Loaded services file OK. # Global parameters [global] dos charset = 85...
2005 May 05
2
Fwd: Follow Up - Problem with groups & joining domain.- LDAP
...s that group lookups are failing somehow, but I'm not sure. Also If I browse through network neighborhood to the samba PDC server, I can authenticate with an ordinary user and get the users home dir. So Users seem to be working. Here is my smb.conf, my smblap.conf and my ldap.conf serf# testparm -s Load smb config files from /usr/local/etc/smb.conf Processing section "[homes]" Processing section "[netlogon]" Processing section "[Profiles]" Processing section "[printers]" Loaded services file OK. # Global parameters [global] dos charset = 85...
2007 Jan 24
4
Replace missing values in lapply
I have some matrices stored as elements in a list that I am working with. On example is provided below as TP[[18]] > TP[[18]] level2 level1 1 2 3 4 1 79 0 0 0 2 0 0 0 0 3 0 0 0 0 4 0 0 0 0 Now, using prop.table on this gives > prop.table(TP[[18]],1) level2 level1 1 2 3 4 1 1 0 0 0 2 3
2005 May 31
1
read.delim2 regarding "#"
Hello R experts: When I tried to read my data into R, it does not take # sign A subset of Exp.txt is: Experiment name assay id Varname (A1)DBA TPA 6h/DBA Acetone rep1(A1) #3 4090 A90C1 (A2)DBA TPA 6h/DBA Acetone rep2(A2) #3 4091 A91C1 The command is: Exp <- read.delim2("Exp.txt",check.names=F,as.is=T) It is excuted but gave me all the NAs. Can you all drop me a hint? Thanks in advance. Kevin
2013 Oct 08
1
Address family not supported by protocol
...S-1-5-32 [2013/10/08 13:12:18.910710, 2] ../source3/winbindd/winbindd_util.c:233(add_trusted_domain) Added domain PX6-300D-2 S-1-5-21-708518427-1519073636-3845024023 [2013/10/08 13:12:18.911045, 2] ../source3/winbindd/winbindd_util.c:233(add_trusted_domain) Added domain DISNEY DISNEY.LLTEST.TPA-ELD.LOCALDOMAIN S-1-5-21-4076496208-838745998-1713212659 [2013/10/08 13:12:21.055469, 2] ../source3/winbindd/winbindd_util.c:233(add_trusted_domain) Added domain WARNER warner.lltest.tpa-eld.localdomain S-1-5-21-1979576062-4034259065-1511044526 Any ideas on why that error occurred ? I compiled...
2007 May 16
2
strange winbind connection
...;server-DC1" : winbind separator = / winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum groups = yes winbind use default domain = Yes security = domain password server = server-dc1 netstat -tpa displayed this: tcp 0 0 server-A:44539 server-B.:microsoft-ds VERBUNDEN 27631/winbindd After a restart of winbindd and samba, the connectin was gone but appeared again shortly after the restart. Now I would really like to know, why this connection is made if I explicitly tell winbind to...
2010 May 03
0
Labels in GLMNET
...ix(rnorm(100*9),100,9) y=rnorm(100) g2=sample(1:2,100,replace=TRUE) g4=sample(1:4,100,replace=TRUE) fit1=glmnet(x,y) predict(fit1,newx=x[1:5,],s=c(0.01,0.005)) predict(fit1,type="coef") labs=cbind("sbp","tob","ldl","adi","fam","tpa","oby","alc","age") par(mfrow=c(1,1)) plot(fit1, label=TRUE) How can I replace the numbers in the margin with labels in labs? Was this ability only available in GLMpath (no longer available/working)? Thank you! RS PS I've been searching for an a...
2012 Aug 10
3
Boot.log Issue
I everybody... i need help to enable boot.log at CentOS 5... i have a old server running for a few months, and sometimes when system boots up, a can see FAIL status, but the screen scrools fast and i cant determine which service can not boot up properly... Best Regards Cleiton Cipriani
2008 Feb 28
7
[PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsics paravirtualization
Hi. Thank you for comments on asm code paravirtualization. Its direction is getting clear. Although it hasn't been finished yet, I'd like to start discussion on ia64 intrinsics paravirtualization. This patch set is just for discussion so that it is a subset of xen Linux/ia64 domU paravirtualization, not self complete. You can get the full patched tree by typing git clone
2008 Feb 28
7
[PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsics paravirtualization
Hi. Thank you for comments on asm code paravirtualization. Its direction is getting clear. Although it hasn't been finished yet, I'd like to start discussion on ia64 intrinsics paravirtualization. This patch set is just for discussion so that it is a subset of xen Linux/ia64 domU paravirtualization, not self complete. You can get the full patched tree by typing git clone
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2003 Nov 06
2
idmap + ldap + nsswitch +winbindd
Hello, I have a couple of questions regarding group mapping. I am working on configuring Samba 3.0.0 on FreeBSD with LDAP support. 1. Am I correct in that winbindd needs nsswitch to work? If so I would need to run FreeBSD 5.1 and not FreeBSD 4.x so that I had NSSwitch support. 2. If I am correct in question 1 is anybody running FreeBSD 5.1 with nsswitch with Samba 3.0.0 +LDAP successfully? 3.
2003 Nov 03
1
HowTo Chapter12 Group Mapping and LDAP
Hello, I have a question about the documentation of the Samba Howto's. Specifically, I am not able to understand how group mapping ties into LDAP. I believe I understand the concept of unix to windows group mapping as laid out in chapter 12 as it relates a tdbsam, but get confused when dealing with a ldapsam back-end. There is a note listed " When the passdb back-end uses LDAP