search for: unnikrishnan

Displaying 20 results from an estimated 22 matches for "unnikrishnan".

2013 Apr 19
2
[LLVMdev] Help:- Memory dependence profiling in LLVM
----------------- Hello, I want to do a memory dependence profiling. Is there any freely available implementation of memory dependence profiling implementations in LLVM which I can modify for my own use? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2013 Jan 18
2
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hello, I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm module which I wrote. How to run SPEC2000 benchmark in LLVM? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2013 Jan 18
0
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hi Unnikrishnan C, On 18/01/13 09:09, unni_c at csa.iisc.ernet.in wrote: > Hello, > > I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm > module which I wrote. How to run SPEC2000 benchmark in LLVM? > > Unnikrishnan C do you know how to run LLVM's nightly testsuite? I...
2013 Apr 21
0
[LLVMdev] Help:- Memory dependence profiling in LLVM
Hi, On 04/19/2013 09:40 AM, Unnikrishnan C wrote: > access to memory locations. > > example > suppose we have > A[ind1[i]=expr; (s1) > and A1[i]=A[ind2[i]] (s2) > > to find what is the probability for RAW dependence from s1-->s2 and WAR > dependence from s2--->s1 and WAW dependence from s1-->s1...
2005 Nov 15
2
CentOS 3.5 - CentOS 4.0 - DL145 G2 Boot problem
...AM disk image starting at 0. Please append correct "root=" boot option VFS: cannot open root device "<NULL>" or unknown-block (3,3) Kernal panic - not syncing VFS unable to mount root fs however CentOS 3.5 installs properly .Can anyone let me why this is happening ? -- Unnikrishnan.P -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20051115/d40679b4/attachment.html>
2007 Jul 04
2
How to create our own class and how to access that
Hi Could any one tell me about how to create our own class , where to put it and how to access that class in controller Thanks in advance Unnikrishnan -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2017 Jul 10
2
[Gluster-devel] gfid and volume-id extended attributes lost
Thanks for the swift turn around. Will try this out and let you know. Thanks and Regards, Ram From: Pranith Kumar Karampuri [mailto:pkarampu at redhat.com] Sent: Monday, July 10, 2017 8:31 AM To: Sanoj Unnikrishnan Cc: Ankireddypalle Reddy; Gluster Devel (gluster-devel at gluster.org); gluster-users at gluster.org Subject: Re: [Gluster-devel] gfid and volume-id extended attributes lost Ram, If you see it again, you can use this. I am going to send out a patch for the code path which can lead to removal...
2017 Jul 13
0
[Gluster-devel] gfid and volume-id extended attributes lost
...;areddy at commvault.com> wrote: > Thanks for the swift turn around. Will try this out and let you know. > > > > Thanks and Regards, > > Ram > > *From:* Pranith Kumar Karampuri [mailto:pkarampu at redhat.com] > *Sent:* Monday, July 10, 2017 8:31 AM > *To:* Sanoj Unnikrishnan > *Cc:* Ankireddypalle Reddy; Gluster Devel (gluster-devel at gluster.org); > gluster-users at gluster.org > > *Subject:* Re: [Gluster-devel] gfid and volume-id extended attributes lost > > > > Ram, > > If you see it again, you can use this. I am going to send ou...
2017 Jul 10
0
[Gluster-devel] gfid and volume-id extended attributes lost
Ram, If you see it again, you can use this. I am going to send out a patch for the code path which can lead to removal of gfid/volume-id tomorrow. On Mon, Jul 10, 2017 at 5:19 PM, Sanoj Unnikrishnan <sunnikri at redhat.com> wrote: > Please use the systemtap script(https://paste.fedoraproject.org/paste/ > EGDa0ErwX0LV3y-gBYpfNA) to check which process is invoking remove xattr > calls. > It prints the pid, tid and arguments of all removexattr calls. > I have checked for the...
2017 Jul 10
2
[Gluster-devel] gfid and volume-id extended attributes lost
...fsd(5033):<-posix_setxattr pid-1423: 0 glusterfs(1431):->client_setxattr pid-1423: 37 glusterfs(1431):<-client_setxattr pid-1423: 0 glusterfs(1431):->client_setxattr pid-1423: 41 glusterfs(1431):<-client_setxattr Regards, Sanoj On Mon, Jul 10, 2017 at 2:56 PM, Sanoj Unnikrishnan <sunnikri at redhat.com> wrote: > @ pranith , yes . we can get the pid on all removexattr call and also > print the backtrace of the glusterfsd process when trigerring removing > xattr. > I will write the script and reply back. > > On Sat, Jul 8, 2017 at 7:06 AM, Pranith Ku...
2017 Aug 03
2
Quotas not working after adding arbiter brick to replica 2
...do to fix that issue with the quotas? > -------- Original Message -------- > Subject: Re: [Gluster-users] Quotas not working after adding arbiter brick to replica 2 > Local Time: August 2, 2017 2:35 PM > UTC Time: August 2, 2017 12:35 PM > From: mabi at protonmail.ch > To: Sanoj Unnikrishnan <sunnikri at redhat.com> > Gluster Users <gluster-users at gluster.org> > Hi Sanoj, > I copied over the quota.conf file from the affected volume (node 1) and opened it up with a hex editor but can not recognize anything really except for the first few header/version bytes. I ha...
2012 Aug 07
0
[LLVMdev] LLVM support for ia64 speculative Instructions
I wanted to generate code for ia64 machine with instructions such as speculative load(ld.s) and checks(chk.s) using llvm .Does the LLVM currently uses these instructions when generating code for ia64?.If not how to generate code using these instructions? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2012 Nov 10
1
[LLVMdev] error: terminator in the middle of basic block
...after return basic block and return has br label %newprint when printed in pathprofile module but in Verifier::visitTerminatorInst I=br label %newprint and I.getParent()->getTerminator= <null> when I printed pathprofile mode return had terminator br label %newprint. what is the reason? unnikrishnan c -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2012 Dec 26
0
[LLVMdev] Doubt on LLVM optimization
...paths. This problem occurs only with -O3 option. It is working correctly with llvm-gcc -O1 I first generated .ll fine using llvm-gcc -O3 and then used opt to insert path profiling. Then used llvm-as and llvm-ld -lprofile_rt to get the executable. Can you suggest what went wrong? Thanking you Unnikrishnan C Research Scholar Indian Institute of Science -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2013 Apr 15
0
[LLVMdev] Memory dependence profiling in LLVM
Hello, I want to do a memory dependence profiling. Is there any freely available implementation of memory dependence profiling implementations in LLVM which I can modify for my own use? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2017 Aug 04
0
Quotas not working after adding arbiter brick to replica 2
...x that issue with the quotas? > > -------- Original Message -------- > Subject: Re: [Gluster-users] Quotas not working after adding arbiter brick > to replica 2 > Local Time: August 2, 2017 2:35 PM > UTC Time: August 2, 2017 12:35 PM > From: mabi at protonmail.ch > To: Sanoj Unnikrishnan <sunnikri at redhat.com> > Gluster Users <gluster-users at gluster.org> > > Hi Sanoj, > > I copied over the quota.conf file from the affected volume (node 1) and > opened it up with a hex editor but can not recognize anything really except > for the first few header...
2017 Aug 04
1
Quotas not working after adding arbiter brick to replica 2
...Original Message -------- >>> Subject: Re: [Gluster-users] Quotas not working after adding arbiter brick to replica 2 >>> >>> Local Time: August 2, 2017 2:35 PM >>> UTC Time: August 2, 2017 12:35 PM >>> From: mabi at protonmail.ch >>> To: Sanoj Unnikrishnan <sunnikri at redhat.com> >>> Gluster Users <gluster-users at gluster.org> >>> Hi Sanoj, >>> I copied over the quota.conf file from the affected volume (node 1) and opened it up with a hex editor but can not recognize anything really except for the first few he...
2008 Jan 16
4
Calendar in Rails
HI All, Please can anyone tell me whether there is a rails plugin/app that allows creation of a calendar that can render events. I am not talking about a calendar date picker of which there are several, but something more along the lines of http://www.backpackit.com/calendar where an html/css calendar can be rendered with dates highlighted. Many thanks Anthony
2017 Aug 02
0
Quotas not working after adding arbiter brick to replica 2
Hi Sanoj, I copied over the quota.conf file from the affected volume (node 1) and opened it up with a hex editor but can not recognize anything really except for the first few header/version bytes. I have attached it within this mail (compressed with bzip2) as requested. Should I recreate them manually? there where around 10 of them. Or is there a hope of recovering these quotas? Regards, M. >
2017 Aug 02
2
Quotas not working after adding arbiter brick to replica 2
Mabi, We have fixed a couple of issues in the quota list path. Could you also please attach the quota.conf file (/var/lib/glusterd/vols/ patchy/quota.conf) (Ideally, the first few bytes would be ascii characters followed by 17 bytes per directory on which quota limit is set) Regards, Sanoj On Tue, Aug 1, 2017 at 1:36 PM, mabi <mabi at protonmail.ch> wrote: > I also just noticed quite