search for: ganesh

Displaying 20 results from an estimated 73 matches for "ganesh".

Did you mean: ganesha
2013 Apr 17
2
[LLVMdev] Request for compilers
...detect few memory access patterns like copy, transpose-copy, stride-copy etc. 4. Lastly, auto-vectorization and auto-openmp. Is there a LLVM tool(s) that addresses these optimizations? The target language is C or C++. The target architectures are Intel Xeon with AVX and Xeon Phi . Regards, Ganesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130417/340ba58c/attachment.html>
2013 Apr 17
0
[LLVMdev] Request for compilers
Hi Ganesh, Please have a look at: These core parts of LLVM: http://llvm.org/docs/doxygen/html/classllvm_1_1Loop.html#a72bbf45d2e00971f56bf8cfe4e1df01c http://llvm.org/docs/Vectorizers.html These research projects based on LLVM: http://polly.llvm.org http://aesop.ece.umd.edu I'm not sure what yo...
2004 Aug 11
2
unix password sync not working
Hi, I have a samba server configured with SECURITY=USER and am having trouble getting the UNIX PASSWORD SYNC to work. When I use smbpasswd to change a samba user password, everything goes well and the samba password is changed but the unix password is not changed. Per the manuals, samba trys to change the unix password first and if it fails, it will NOT change the samba password. However, the
2012 Jul 10
2
err: Could not request certificate: execution expired
...sl] debug: /File[/var/lib/puppet/ssl/certs]: Autorequiring File[/var/lib/puppet/ssl] debug: Finishing transaction 23595599384520 err: Could not request certificate: execution expired Exiting; failed to retrieve certificate and waitforcert is disabled How to resolve this, please guide me guys. -Ganesh. Did I learn something today? If not, I wasted it. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscri...
2018 May 11
2
Query on unswitching + vectorization
...,tmp; void fn() { for (i = 0; i < 1000; i++) { if (w==1) { y[i] = 1; tmp = i*2; } else if (w==2) { y[i] = 2; tmp = i*4; } x[i] += y[i] + tmp; } } GCC vectorizes the loop after unswitching/if conversion. Request your help in vectorizing this loop. Regards Ganesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180511/2f491824/attachment.html>
2012 Jul 10
2
How to create user with using puppet?
Hi Guys, I am new to puppet world, Guys I want create a user with password, with affect all mentioned hosts, how to do it, please guide me guys. -Ganesh, Did I learn something today? If not, I wasted it. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscrib...
2018 May 11
0
Query on unswitching + vectorization
On 5/10/2018 10:44 PM, Gopalasubramanian, Ganesh via llvm-dev wrote: > > Hi, > > I am going through analysis on unswitching + vectorization. > > For the below test, llvm unswitches successfully but fails to > vectorize the loop after unswitching. > > Llvm bails out saying “Found an outside user” apparently which is the...
2018 May 14
1
Query on unswitching + vectorization
...torized. The indvars are heavily dependent on SCEV. If there a scalar like tmp which is of real type, we may not be able to get the indvars sorted out because of the integer type limitation in SCEV! Is there a way out when we have a scalar float computation that is dependent on induction variable? -Ganesh From: Friedman, Eli [mailto:efriedma at codeaurora.org] Sent: Saturday, May 12, 2018 12:36 AM To: Gopalasubramanian, Ganesh <Ganesh.Gopalasubramanian at amd.com>; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Query on unswitching + vectorization On 5/10/2018 10:44 PM, Gopalasubramania...
2017 Dec 21
0
glusterfs, ganesh, and pcs rules
Hi, In your ganesha-ha.conf do you have your virtual ip adresses set something like this?: VIP_tlxdmz-nfs1="192.168.22.33" VIP_tlxdmz-nfs2="192.168.22.34" Renaud De?: gluster-users-bounces at gluster.org [mailto:gluster-users-bounces at gluster.org] De la part de Hetz Ben Hamo Envoy??: 20 d?c...
2017 Dec 24
1
glusterfs, ganesh, and pcs rules
I checked, and I have it like this: # Name of the HA cluster created. # must be unique within the subnet HA_NAME="ganesha-nfs" # # The gluster server from which to mount the shared data volume. HA_VOL_SERVER="tlxdmz-nfs1" # # N.B. you may use short names or long names; you may not use IP addrs. # Once you select one, stay with it as it will be mildly unpleasant to # clean up if you switch later on. Ens...
1999 Sep 22
0
Date: Mon, 20 Sep 1999 18:25:09 -0700 From: Brian Cohen <brian@greeninfo.org> To: samba@samba.org Subject: Seemingly basic Samba / WinNT question Message-ID: <199909210134.SAA15674@hood.greeninfo.org> Mime-Version: 1.0 Content-Type: text/plain;
...t RedHat 6.0 on the Linux box. I can ping the Linux box, I can FTP/Telnet to it, and it's my email server and I have no problem getting my mail through Eudora on the WindowsNT machine. Funny thing is, I used to be able to see it and map network drives. Any ideas? Thanks, Brian -- Regards, Ganesh. ------------------------------------------------------------------------------- Processor Systems (I) Pvt. Ltd. Ph:(080)2244883, 2244884 Fax:(080)2274491 mailto:ganesh@procsys.com URL:http://www.procsys.com ------------------------------------------------------------------------------- --------...
2017 Dec 20
2
glusterfs, ganesh, and pcs rules
Hi, I've just created again the gluster with NFS ganesha. Glusterfs version 3.8 When I run the command gluster nfs-ganesha enable - it returns a success. However, looking at the pcs status, I see this: [root at tlxdmz-nfs1 ~]# pcs status Cluster name: ganesha-nfs Stack: corosync Current DC: tlxdmz-nfs2 (version 1.1.16-12.el7_4.5-94ff4df) - partition...
2012 Jul 15
2
How to take away install privilege from users other than puppet?
Hi Guys, I am trying to configure to my client machine, I want prevent user don''t do installation, All installation done through puppet only, How to do it, Guide me... -Ganesh. Did I learn something today? If not, I wasted it. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscri...
2006 Aug 19
12
Compiling WxRuby2 on Ubuntu 6.06
...n gtk+-2.0 2.8.20 5. WxWidgets root@imayam:/work/wxruby/wxruby2# wx-config --version 2.6.1 Please let me know if I am missing something or if I need to install any other prerequisites. I am seriously considering WxRuby for my inhouse projects and eventually write a self published book. Cheers, Ganesh Gunasegaran. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2002 Nov 25
3
[LLVMdev] globals in DS graph
Ganesh, I modified DataStructure.cpp so that global nodes are no longer removed from any graphs. Only that file has changed. Chris, if you get a chance to do this, it would be nice if you could take a quick look at the change I made and make sure that's all that's needed. Thanks, --Vikram ht...
2005 Sep 08
3
DTrace typewriter
G''Day Folks, I''ve found another use of dtrace, this makes your console keyboard sound like a typewriter. http://www.brendangregg.com/DTrace/typewriter-0.70.tar.gz I''ve only tested it on an UltraSPARC 5 and a Pentium laptop so far, more to follow. Ok, sorry, not actually a practical use of DTrace. :) Enjoy! Brendan [Sydney, Australia]
2002 Feb 19
4
push data instead of pull
...-avz --rsync-path=/usr/bin/rsync fromhost::test /tmp This works fine if i do it without the server rsync -avz --rsync-path=/usr/bin/rsync /disk1/tmp tohost:/tmp I execute the above command logged on to the "fromhost" machine. let me know if iam doing anything wrong. thanks gautam ganesh __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com
2009 Apr 22
1
reversing xlim, ylim in smoothScatter
...   I am wondering if this would break something somewhere else or if there is a better way to reverse the axes.     (I am a newbie in R programming although I have been using R for some astronomical plots and computations etc...) Thanks in advance for your comments!  Shashi --   Shashikiran Ganesh http://www.prl.res.in/~shashi http://cosmicdiary.org/blogs/shashikiran_ganesh/ Registered linux user number: 39542 (http://counter.li.org) Now surf faster and smarter ! Check out the new Firefox 3 - Yahoo! Edition http://downloads.yahoo.com/in/firefox/ [[alternative HTML version delete...
2010 Oct 20
2
How do i use button_to_function
Hii all , I am trying to create a button that, when clicked on, calls a method in a controller . I am thinking that button_to_function is good to use for that i made htnl viwe like <h1>File Upload</h1> <p><label for="upload_file">Select File</label> : <%= file_field ''upload'', ''datafile'' %></p>
2006 Feb 24
2
domain id
Hi All I am a newbie to the xen community and I am facing some crashes due to my code changes. A quick question: When i start a new domain with id being set to say "VM100" (the id that is shown in the xm list ouput), whats the id that will be stored in the domain structure? i.e struct domain *d ; d->id ?? Any help will be appreciated. Thanks Jaikumar