search for: usu

Displaying 20 results from an estimated 133 matches for "usu".

Did you mean: use
2009 Dec 14
3
[LLVMdev] clang and static functions
...riple = "i386-pc-linux-gnu" > > define i32 @use() nounwind { > [...] > } > > define internal i32 @add(i32 %a, i32 %b) nounwind { > [...] > } > > Olivier. > > > On Mon, Dec 14, 2009 at 8:49 PM, Arvind Sudarsanam > <arvind.sudarsanam at aggiemail.usu.edu> wrote: >> >> Hi, >> >> I am trying to compile a single module (dgemm.c) using clang and >> generate dgemm.ll. >> Command: clang -emit-llvm dgemm.c -S -o dgemm.ll >> Some of the functions are declared as static and clang ignores these >> functi...
2009 Dec 14
0
[LLVMdev] clang and static functions
Ah ok. Sorry. :) I think that argument "-femit-all-decls" will help you. Olivier. On Mon, Dec 14, 2009 at 9:18 PM, Arvind Sudarsanam < arvind.sudarsanam at aggiemail.usu.edu> wrote: > Hi, > > Sorry for not being specific. I just wanted to know if there is any > way at all to force clang to generate intermediate code for static > functions when they are not being called anywhere inside the current > module. Other compilers seem to generate inte...
2009 Dec 14
2
[LLVMdev] clang and static functions
...a, const double* b, double* c, double beta) { *b = a*beta; return; } Is there any way to make clang generate llvm code for the static functions? Thanks Sincerely Arvind -- Arvind Sudarsanam Utah State University Phone: (435) 512-7769 E-mail: theonemorpheus at gmail.com Web-site: http://cc.usu.edu/~asudarsanam
2010 Mar 23
1
usuários não consegues acessar pastar compartilhadas após upgrade do samba
Oi F?bio. Pelo IP tamb?m n?o acessa. A minha suspeita de que era um problema ligado a interface est? errada. Aleat?riamente usu?rios nas duas interfaces perdem o acesso. Ainda assim, somente usu?rios com Windows XP tem esse problema. Vou testar suas indica??es. F?bio Rabelo wrote: > > > 2010/3/23 Leonardo Carneiro - Veltrac <lscarneiro at veltrac.com.br > <mailto:lscarneiro at veltrac.com.br>> &g...
2009 Dec 14
0
[LLVMdev] clang and static functions
...64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32" target triple = "i386-pc-linux-gnu" define i32 @use() nounwind { [...] } define internal i32 @add(i32 %a, i32 %b) nounwind { [...] } Olivier. On Mon, Dec 14, 2009 at 8:49 PM, Arvind Sudarsanam < arvind.sudarsanam at aggiemail.usu.edu> wrote: > Hi, > > I am trying to compile a single module (dgemm.c) using clang and > generate dgemm.ll. > Command: clang -emit-llvm dgemm.c -S -o dgemm.ll > Some of the functions are declared as static and clang ignores these > functions: > > One of the functions...
2010 Feb 25
1
read.table (trying one more time)
Hey listers, I've posted this doubt other day... But I am still having a hard time... I have a MAC and I am not getting how to use the read.table command... At the bottom of the FINDER application I have the following path: Macintosh HD>Usu?rios>User>Marcio>UdeM>Travail Dirig?>Data>MU284 Population.txt I didn't find out how I could copy and paste this path as it is possible to do with the Windows. But, it's ok, cause I am trying the following command with all possible choices, as below: file<-read.table(...
2010 Oct 14
5
R on a ma c
...ndicated that everyone he knows with a Mac has problems with R. What can you tell me about using R with a Mac. What do I need to download? I have downloaded the basic R package. Thanks, -- Tiffany Kinder MS Student Department of Watershed Science Utah State University tiffany.kinder@aggiemail.usu.edu [[alternative HTML version deleted]]
2004 Sep 15
0
well-known groups and i18n
...DOMAIN\Controladores de dom?nio:x:16777217: MYDOMAIN\Administradores de esquemas:x:16777218:MYDOMAIN\Administrador MYDOMAIN\Administra??o de empresa:x:16777219:MYDOMAIN\Administrador MYDOMAIN\Editores de certificados:x:16777220: MYDOMAIN\Admins. do dom?nio:x:16777221:MYDOMAIN\Administrador MYDOMAIN\Usu?rios do dom?nio:x:16777222: MYDOMAIN\Convidados dom?nio:x:16777223:MYDOMAIN\Convidado MYDOMAIN\Propriet?rios criadores de diretiva de grupo:x:16777224:MYDOMAIN\Administrador MYDOMAIN\Servidores RAS e IAS:x:16777225: MYDOMAIN\DnsAdmins:x:16777226: MYDOMAIN\DnsUpdateProxy:x:16777227: (...) Note that...
2010 Jul 15
2
[LLVMdev] Trying to access the user defined variable name
...ng in my approach? I feel that I have not understood the method to access metadata in llvm. Thanks Regards Arvind On Thu, Jul 15, 2010 at 2:07 PM, Devang Patel <devang.patel at gmail.com> wrote: > On Wed, Jul 14, 2010 at 3:03 PM, Arvind Sudarsanam > <arvind.sudarsanam at aggiemail.usu.edu> wrote: >> Dear all, >> >> I have the following source code: >> >> long f(long x, long y) >> { >>        long u; >> >>   u = x+y; >>   return u; >> }; >> >> After clang (with debug option set) and llvm opt using me...
2003 Jul 14
0
Expiração de Senha e Disk Quota no Samba
Algu?m sabe como posso fazer para controlar tamanho de espa?o em disco que o usu?rio pode utilizar? (Disk Quota) Gostaria que determinados usu?rios s? pudessem gravar at? um determinado tamanho em disco. Outra d?vida que tenho ? como posso fazer para que as senhas sejam alteradas de tempo em tempo. Existe alguma ferramenta que force o usu?rio trocar sua senha em determinado tem...
2003 Sep 24
1
Privileges of administrator
As I can obtain privileges of administrator in the client computer from where a user join in the Samba domain
2004 Aug 17
2
Samb a 3.0.5 LDAP Question
I already have LDAP setup fro other purposes and I'm using {MD5} passwords in ou=people,dc=mycompany,dc=com What are the correct settings in smb.conf? is is possible to use stored md5 passwords? Thanks in advance Jeff Saxton
2010 Jul 15
0
[LLVMdev] Trying to access the user defined variable name
On Thu, Jul 15, 2010 at 1:19 PM, Arvind Sudarsanam <arvind.sudarsanam at aggiemail.usu.edu> wrote: > Hi Devang, > > Thanks for your reply. You mentioned > " First parameter is the compiler generated temp. and 3rd parameter > provides info about the variable, including its name 'u'." > > I did manage to get this far. But, I am finding it diffi...
2004 Jul 02
5
htb: class 10007 isn''t work conserving ?!
...dwidth, so I don''t understand why this situation would invoke a warning message. Also -- is there some way to correlate this identifier "10007" with a classid? Thank you, Glen Mabey -- ****************************************************************** Glen W. Mabey Glen.Mabey@usu.edu http://mabeys.homelinux.com/glen/ ****************************************************************** _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2002 Feb 28
4
theoretical question
...copying the win98 cab files to this location and configuring an appropriate wine.conf file. however i wasnt able to get past the initial win98 intro screen. btw my partition was an ext3 filesystem or does /usr/win98 have to be a fat partition??...the guts of my config file is as follows...and im usuing redhat 7.2 with the latest wine 7.2 rpm it's no big deal.....but it be cool to stick it up some obnoxious windows users by having their pathetic little operating system running on my linux desktop for show :P [Drive A] "Path" = "/mnt/floppy" "Type" = "fl...
2008 Jul 07
1
SIGPIPE in assorted apps after "yum update"
...wait4(24068, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGPIPE}], 0, NULL) = 24068 close(4) = 0 write(2, "No Permission.\n", 15No Permission. ) = 15 write(2, "qstat: cannot connect to server "..., 63qstat: cannot connect to server moab.hpc.usu.edu (errno=15007) ) = 63 exit_group(-1) = ? Once again, the app dies after it attempts to fork into the background. There are other things running on these systems that can successfully fork and I have been unable to figure out any pattern, other than if I don't use ad...
2008 Jan 17
6
Problems with sqlserver 2000 and ActiveRecord
...etting some trouble in connecting to a sql server 2000 database with ActiveRecord-2.0.1 and ruby 186-26, from win XP. Using the next conenction config: ActiveRecord::Base.establish_connection( :adapter => "sqlserver", :database => "nombre_bd", :username => "usu", :password => "contra" ) I have the next error: C:/ruby/lib/ruby/site_ruby/1.8/dbi.rb:329:in `load_driver'': Unable to load driver ''ADO'' (DBI::InterfaceError) I don''t understand whre''s the matter, i have installed the client tools...
2006 Nov 27
2
Problema ao Logar no Dominio
...rde, Estou com problemas para autentica??o de meus computadores no dominio samba. Quando tento pelo pr?prio windows ou na m?o pelo console adicionar uma m?quina ao dominio, ela ? cadastrada com sucesso, ela fica em ou=Computers,dc=xxx,dc=xxx por?m o smbd a procura em people o que resulta que meus usu?rios n?o conseguem logar... assim ... ao inves de o sambra procurar em ou=Computers ele procura em ou=People. Alguem tem alguma dica para me ajudar ??? Veja um trecho do LOG Nov 27 12:55:50 xxxxx slapd[8298]: conn=178 op=24 SRCH base="ou=People,dc=xxx,dc=xxx" scope=2 deref=0 filter=&...
2004 Jul 09
5
RE: the "cisco vs. Linux" thread
FYI this topic has been covered on the Zebra and Quagga lists - hardware processors, memory, NICs, etc - software OS (Linux, *BSD), drivers, etc I''ve been running a couple of Linux routers for about 2 years now, I''m using them as core routers so I bought a couple of rackmount "server" boxes with redundant PSUs and h/w RAID (1) for hotswap disks. I''m using
2009 Dec 04
2
[LLVMdev] regarding getelementptr
...[#uses=1] I am unable to get a handle on the second "getelementptr" in this instruction. Can anyone plee let me know if I am missing something here? Thanks Arvind -- Arvind Sudarsanam Utah State University Phone: (435) 512-7769 E-mail: theonemorpheus at gmail.com Web-site: http://cc.usu.edu/~asudarsanam