search for: garg

Displaying 20 results from an estimated 117 matches for "garg".

Did you mean: arg
2013 Jan 29
10
Puppet service
HI All, Can any anyone please help me with attached screenshot. Actually i am not able to lauch puppet dashboard and when i have tried to running below command ,getting error. puppet resource service puppet ensure=running enable=true -- Thanks and Regards, Mamta Garg -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups...
2004 Apr 20
0
Vijay - samba profile copy error.
...d then suddendly some people are unable to login to the server and their profile does not get loaded. The error given is profile cannot be copied. etc etc. The errors in /var/log/samba for all the machines is as under : 2004/04/20 11:31:40, 0] lib/util_sock.c:matchname(900) sys_gethostbyname(garg): lookup failure. [2004/04/20 11:31:40, 0] lib/util_sock.c:get_socket_name(967) Matchname failed on garg 172.16.0.60 [2004/04/20 11:32:08, 0] smbd/service.c:make_connection(248) garg (172.16.0.60) couldn't find service netlogon [2004/04/20 11:47:49, 0] lib/util_sock.c:matchname(900) sys_g...
2013 Feb 19
2
Puppet-dashboard(open source)
Hi , I am working with puppet open source.I have setup puppet dashboard. But its is not showing any agent node there.Anyone guide me for the same? -- Thanks and Regards, Mamta Garg -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups...
2009 Apr 08
3
[LLVMdev] help using indvars pass
...!= 25; ++a) but the generated IR does not reflect this.the loop still goes from 7 to 99. Neither is there a Phinode for a I am using the following commands llvm-gcc -emit-llvm -c hello.c opt -indvars hello.o >hello.bc llvm-dis hello.bc Is there something I am missing? Thanks, -- Kshitiz Garg Graduate Student Department of Computer Science & Engineering IIT Kanpur http://home.iitk.ac.in/~kshitizg -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090408/1fcb97e2/attachment.html>
2009 May 07
3
[LLVMdev] obtaining IR for CellBE code
...-S or marking $CC as llvm-gcc in the makefile did not work for me. I am using the standard makefile format supplied with the example codes of CellSDK. Is there any alternate way / intrinsic which can be called to introduce calls to the Cell C intrinsic functions?? TIA, regards, Kshitiz -- Kshitiz Garg Graduate Student Department of Computer Science & Engineering IIT Kanpur http://home.iitk.ac.in/~kshitizg
2010 Oct 20
7
yum update
After giving command "yum update openoffice" the output is: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.aol.in * updates: ftp.oss.eznetsols.org * addons: centos.aol.in * extras: centos.aol.in Setting up Update Process No Packages marked for Update -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 08
0
[LLVMdev] help using indvars pass
On Wed, Apr 8, 2009 at 10:26 AM, Kshitiz Garg <ksh.cseiitk at gmail.com> wrote: > Neither is there a Phinode for a Maybe you need to run mem2reg first? -Eli
2009 May 07
2
[LLVMdev] obtaining IR for CellBE code
On Thu, May 7, 2009 at 10:12 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Thu, May 7, 2009 at 9:25 AM, Kshitiz Garg <ksh.cseiitk at gmail.com> wrote: >>> Can you give a couple examples of error messages you're getting? >>  llvm-gcc -emit-llvm -S        -W -Wall -Winline -Wno-main  -I.  -I >> /opt/cell/sysroot/usr/spu/include -I >> /opt/cell/sysroot/opt/cell/sdk/usr/spu/includ...
2012 Jul 31
1
[LLVMdev] ARM JIT support status?
...eve that ARM support is working in the MCJIT engine (as of llvm 3.1). If it wasn't working in the legacy JIT engine 10 months ago then it probably still isn't. -Andy -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Rahul Garg Sent: Tuesday, July 31, 2012 1:13 PM To: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] ARM JIT support status? The only reference that I found so far here: http://llvm.org/devmtg/2011-09-16/EuroLLVM2011-LLVMplusARM.pdf The presenter states that the ARM JIT support is broken. But this is about 10 m...
2004 Jul 01
2
Bug in SOM package (PR#7038)
...File = tn/vec.h Line 250 Expression: i<=n_ Code with for loop:----------------------------sim.r-------------------- library(som) A <- as.matrix(read.table("C:/code/h.txt", sep="\t", header=TRUE, row.names=1)) for(x in 2:3){ print(som(A,1,x)$visual) } Thanks, Nikhil Garge Computer Science graduate student, UAB [[alternative HTML version deleted]]
2009 Apr 01
2
[LLVMdev] adding header files to code
...files by a transformation pass and able to use the types defined in the header file in the pass itself. A similar scenario can arise in a parallelizing transformation where one is trying to create threads but this requires inclusion of pthread.h to access the types like pthread_t. etc. -- Kshitiz Garg Graduate Student Department of Computer Science & Engineering IIT Kanpur -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090401/066db204/attachment.html>
2013 Aug 01
2
[LLVMdev] Error building compiler-rt
...xecute it on a 64-bit host (that is different from the 32-bit laptop on which I originally compiled the program), it says the sizes are not equal. Thanks Pranav On Thu, Aug 1, 2013 at 9:29 AM, Alexey Samsonov <samsonov at google.com> wrote: > > On Thu, Aug 1, 2013 at 5:32 PM, Pranav Garg <pranav.garg2107 at gmail.com>wrote: > >> Dear Alexey, >> >> Yes I am sure that the llvm, clang and compiler-rt are synced to the same >> version. I downloaded them all from git >> http://llvm.org/docs/GettingStarted.html#git-mirror >> I think I need com...
2009 Apr 22
2
[LLVMdev] Adding structures in a loop pass
.... A second alternative could be I run a module pass and go through the loop inside that. Is there a way to call the loop pass from inside the module pass or obtain information about the loops present inside the module and individually call the loop pass on them. Thanks in Advance, -- Kshitiz Garg Graduate Student Department of Computer Science & Engineering IIT Kanpur http://home.iitk.ac.in/~kshitizg
2010 Oct 14
5
installing centOS5.5
Want to install CentOS 5.5 by burning the image on DVD. On the link: http://mirrors.hns.net.in/centos/5.5/isos/x86_64/, there is a list given. CentOS-5.5-x86 64-bin-DVD.torrent is in the list. So is the download of the .iso possible only through torrent? There is CentOS-5.5-x86 64-netinstall.iso Is this also an .iso which one can download to install CentOS5.5? -------------- next part
2011 Nov 20
9
scanning word document in ruby
I am new to the ROR and just got stucked into something.... ....that is i have to scan a word document through ruby... Please suggest me how to do...... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this
2014 Sep 05
2
[LLVMdev] Enabling SPIR target in LLVM 3.3
...artly because there are references to a SPIR backend in LLVM code (eg: include/llvm/ADT/Triple.h lists spir and spir64 as possible architectures) rahui On Fri, Sep 5, 2014 at 2:55 PM, Tim Northover <t.p.northover at gmail.com> wrote: > Hi Rahul, > > On 5 September 2014 19:21, Rahul Garg <rahulgarg44 at gmail.com> wrote: >> I am looking into generating SPIR from within a JIT compiler for a >> high level language using LLVM C++ API. The first step is to of course >> build LLVM with SPIR backend support and I am currently using LLVM >> 3.3. > > As...
2010 Dec 05
9
ntfs
CentOS 5.5 is installed in the system. I installed the package kmod-ntfs-2.1.27-3.el5.elrepo.x86_64.rpm I mounted Seagate external hard disk. I am able to copy contents from the hard disk to the system but not from the system to the hard disk. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Apr 16
3
[LLVMdev] Generating incorrect bitcode file
Hi, I am generating the .bc file using the following command $ llvm-gcc -emit-llvm -S -o pointer.bc ../../../test/pointer.c But when I run any pass using opt it gives the following error : $ ./opt -basicaa pointer.bc ./opt: Bitcode stream should be a multiple of 4 bytes in length Is there something wrong with the way I generate the .bc file ? Thanks Pranav -------------- next part
2012 Jul 30
2
[LLVMdev] ARM JIT support status?
Hi. I am a little unclear about the ARM JIT support status. Is it working as of LLVM 3.1? If not, is it on the roadmap for LLVM 3.2? I am not currently interested in NEON support so if thats unimplemented, thats fine. thanks, Rahul
2012 Jul 31
0
[LLVMdev] ARM JIT support status?
...-16/EuroLLVM2011-LLVMplusARM.pdf The presenter states that the ARM JIT support is broken. But this is about 10 months old. Is the ARM JIT support still broken? Am I not looking at the right places in the documentation? Help will be appreciated. thanks, Rahul On Mon, Jul 30, 2012 at 4:53 AM, Rahul Garg <rahulgarg44 at gmail.com> wrote: > Hi. > > I am a little unclear about the ARM JIT support status. Is it working > as of LLVM 3.1? If not, is it on the roadmap for LLVM 3.2? > I am not currently interested in NEON support so if thats > unimplemented, thats fine. > > t...