search for: loook

Displaying 20 results from an estimated 31 matches for "loook".

Did you mean: look
2012 Nov 09
0
[LLVMdev] translating from OpenMP to CUDA
The PTX back-end is robust (it's based on the sources used by nvcc), but I'm not sure about the OpenMP representation in LLVM IR. I believe the OpenMP constructs are already lowered into libgomp calls before leaving DragonEgg. It's been awhile since I've loooked at it though. If you use the PTX back-end and have any issues, please don't hesitate to post to the list and cc: me at jholewinski at nvidia.com On Thu, Nov 8, 2012 at 8:05 AM, Apala Guha <aguha at uchicago.edu> wrote: > Hi,**** > > ** ** > > Is it possible to transl...
2012 Nov 08
3
[LLVMdev] translating from OpenMP to CUDA
Hi, Is it possible to translate an OpenMP program to CUDA using LLVM? I read that dragonegg has a OpenMP front-end and LLVM has a PTX back-end. I don't know how mature these tools are. Please let me know. Thanks. -Apala Postdoctoral Scholar Department of Computer Science, University of Chicago Computation Institute, Argonne National Laboratory http://sites.google.com/site/apalaguha/home/
2007 Mar 02
1
Some question about "auth default", "auth default_with_listener" and others
Hello, Trying to set in dovecot.conf more than one auth section found that imap and pop3 auth process use bose of them. Loooks like thay do in round-robin way or maybe another way. Example of config: auth default { mechanisms = plain passdb sql { args = /usr/local/etc/dovecot-mysql.con...
2004 Oct 19
1
WINEDEBUG for a non-descript segfault
Hi, I'm loooking at a Linux program that calls WIne and then segfaults without any real information. Are there any debug channels that make most sense to try and trap in this specific case? Thanks, Mark
2008 Aug 20
4
Conversion - lowercase to Uppercase letters
I would like to know how to convert a string with characters to all uppercase or all lowercase? If anyone could let me know if there exists a function in R for the conversion, that will be very helpful. Regards, Suman [[alternative HTML version deleted]]
2011 Apr 24
1
merge with origin information in new variable names
...10,var.A=sample(letters[5:8],10,TRUE)) Now; I would like to merge the three dataframes into one, but append a suffix to the individual variables names about thir origin. DF.wave.all <- merge(DF.wave.1,DF.wave.2,DF.wave.3,by="id", [what to do here]) In other words, I would like it to loook like this. DF.wave.all id var.A.wave.1 var.M.wave.2 var.A.wave.3 1 1 c h j 2 2 c e j 3 3 c g k 4 4 c e j 5 5 c g i 6 6...
2005 Feb 14
2
Wishlist: simple legend options (PR#7400)
Hello! I was loooking in R-bugs and found under wishlist-fullfilled wish for "smart" placement of a legend. This has already been done in package gplots in function smartlegend. One question. This "bug-report" is under wishlist-fullfilled. Is it really fullfilled? Mail from Elizabeth ---------...
2014 May 13
1
dovecot shared folder
I try to create a shared directory in dovecot. When accessing ( from roundcube) i can't subscribe or list the namespace. It looks like I don't have rights. This is an extract from debug log: When I try to create a new folder in "Public" (i don't have rights, but i can try) loooks like the process crash: May 12 23:10:07 imap: Debug: Module loaded: /usr/lib/dovecot/lib01_acl_plugin.so May 12 23:10:07 imap: Debug: Module loaded: /usr/lib/dovecot/lib02_imap_acl_plugin.so May 12 23:10:07 imap: Debug: Added userdb setting: plugin/ mail=Mihai.Badici May 12 23:10:07 imap(Mihai....
2009 Feb 17
1
[LLVMdev] ARM backend playing with alternative jump table implementations
Hi list: I have been trying to get my feet wet with the ARM backend. As a warmup exercise I wanted to be able to move jumptables especially large ones out of the code section. Currently the idiom for jump tables loooks like this // .set PCRELV0, (.LJTI9_0_0-(.LPCRELL0+8)) // .LPCRELL0: // add r3, pc, #PCRELV0 // ldr pc, [r3, +r0, lsl #2] // .LJTI9_0_0: // .long .LBB9_2 // .long .LBB9_5 // .long .LBB9_7 // .long .LBB9_4 // .lon...
2009 Dec 24
12
no such file to load -- ferret
Hi there, I''m just trying to deploy my app to my vhost, and i''m getting an error on the phusion passenger page: no such file to load -- ferret now everything worked fine in development. DO i need to reinstall the plugin and gem again? if so - would these be in domain.com/public? or should it be installed at domain.com? ANy advice would be great! THank you. -- You received
2006 May 02
1
backup strategie - any ideas and tips
Hi, we run a dovecot mail-server with about 50GB of e-mail and at the moment users are responsebil for macking ther own backup of e-mails. But I'd like to have also a backup of the mail, beckause not all users do ther backups ... We use mbox-format-mailboxes. Any ideas how to backup the mailboxes without stopping the server, doing a backup to disk/tape/...? Thanks for any ideas ant
2008 Mar 16
0
cordless usb handsets: Uniden Win1200?
I'm looking for a usb cordless handset to pair with a softphone ( probably ekiga) on a pc linked to an asterisk server. I've loooked at the bluetooth headsets, but they seem overkill for just home phone extensions. I've found a number of handsets that work with skype, but they seem locked into skype. I've also found the Uniden WIN1200, which works with MS Messenger. It doesn't appear to be locked in like as t...
2008 Mar 11
1
net file close
Howdy, Please forgive me if this is a stupid question, but I have searched the lists and can not find an answer for something that should be pretty simple. I am loooking to perform a net file close on a samba shared file that is open from a windows machine. I can not get it to work in on my mac, or from a bsd based clustered file system. The closest I can get to it is performing an smbstatus to find the process id, and kill -15 {pid} to release the file..... whi...
2008 Mar 07
0
ActiveRecordStore: cleanup & avoiding duplication
...false) redirect_back_or_default(''/'') end FINDING SESSIONS @online_sessions = CGI::Session::ActiveRecordStore::Session.find( :all, :conditions => [ "updated_at > ? and user_id is not null", Time.now() - 10.minutes ], :limit => 50 ) ------------ Everything loooks quite ok. I can login logout and I see how sessions come and go. After 10 minutes the sessions are not shown as active. MY QUESTIONS 1- How should I avoid duplicate sessions for users with an active session? Where do I need to do the check? Any good example? 2- If I got it right I need to clea...
2008 Mar 20
0
Fwd: ath_pci in modprobe.conf on Centos/Fedora
...obably dead, as they are not giving me any reply . Thanks D. ---------- Forwarded message ---------- From: David Hl??ik <david at hlacik.eu> Date: Wed, Mar 19, 2008 at 11:39 AM Subject: ath_pci in modprobe.conf on Centos/Fedora To: madwifi-users at lists.sourceforge.net Hi friends, i am loooking for help as i am unable to solve it by myself Scenario is following : I have two atheros cards, one works as AP (for local wifi network), second one as STA (connection to internet trought 13dB wifi anthena) My current scenario is that i am loading module with autocreate=none i have in modprobe....
2008 Jun 20
5
Solaris N90 on RedHat RHEL5
Hi There is a problem when creating a domU. I intend to install Solaris N90 on RedHat RHEL5 in paravirtualized(I''ve tried fully virtualized method, that''s no problem). #xm info release : 2.6.18-53.el5xen machine : i686 xen_caps : xen-3.0-x86_32p My steps are as follow(install via NFS): 1 mkdir disk and mkdir Solaris 2 mount /dev/cdrom /disk/Solaris, it tell me that disk
2004 May 24
2
routing with multiple uplinks problem
Hello all, I''m writing to the list, because I have a problem setting up my routing that I''m unable to overcome. 1. The situation: +-------------+ +-------------+ | actaea | eth0 | ilex | | 192.168.1.4 |------ localnet ------| 192.168.1.1 | +-------------+ 192.168.1.0/24 +-------------+
2009 Jan 02
2
Wine is not running at some installers
Hi all, i'll first have to say sorry my erratic odd english, that even when is understandable , is... quite strange, i'm from other country.. you know... Now, i have been looking at the post of Wine looking for a solution for one problem i'm having. sadly but kind of funny for me, i'm always ending in a problem trying to solve another problem which cause was looking for a solution
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
Ooff! I am using ices2. Well that explains it then! I am new to linux and I thank you very much for your help and patience. Please just some clarification. To get cvs version of ices for mp3 streaming compatibilty with Icecast2: cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice login pw:anoncvs cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice -z 9 co ices or cvs -d
2013 Nov 11
0
Error in snapshot create in libvirt 1.1.4
...ame='vme'/> </cpu> So for what ever reason the model and vendor tag are not copied inside the snapshot metadata xml when using cpu mode cpu-passthrough. virsh dumpxml with --update-cpu flag reports the correct cpu node with model and vendor tags. After a stop of libvirtd and loooking inside the xml file the cpu tag looks the following: <cpu mode='host-passthrough' match='minimum'> <model>SandyBridge</model> <vendor>Intel</vendor> <feature policy='require' name='pdpe1gb'/> <fea...