search for: prabhu

Displaying 20 results from an estimated 95 matches for "prabhu".

2012 Oct 16
3
[PATCH] Change the check for PageReadahead into an else-if
From: Raghavendra D Prabhu <rprabhu@wnohang.net> From 51daa88ebd8e0d437289f589af29d4b39379ea76, page_sync_readahead coalesces async readahead into its readahead window, so another checking for that again is not required. Signed-off-by: Raghavendra D Prabhu <rprabhu@wnohang.net> --- fs/btrfs/relocation.c | 10 +...
2002 Nov 11
2
Thank you!
...I liked the nice and easy to understand design of the whole package, the documentation, well documented config files and how well it runs. I just thought I''d thank the developers for the excellent software. You made my life a lot easier. Thanks again for the excellent software! cheers, prabhu -- Prabhu Ramachandran MayaVi Data Visualizer http://www.aero.iitm.ernet.in/~prabhu http://mayavi.sf.net
2006 Jul 11
3
storing the estimates from lmer
...ts parameter and the variance of the random effects parameter from "lmer" procedure from mlmre4 package developed by bates n pinheiro. while storing fixed effects parameter is straight forward, the same is not true for storing the variance parameter of the random effects. kindly help me ~prabhu [[alternative HTML version deleted]]
2018 Jun 30
4
Developed an issue with Samba File Server integrated with Samba-AD
.../lib/netlogon/.recycle/%U users = recycle:exclude = *.tmp store dos attributes = Yes writable = yes read list = create mask = 0600 recycle:maxsixe = 0 [Design] recycle:maxsixe = 0 read list = suresh,manjunathsingh,senthil,roopesh,arjunsagar,prabhu inherit acls = Yes recycle:exclude = *.tmp inherit permissions = Yes valid users = administrator,suresh,manjunathsingh,senthil,roopesh,arjunsagar,prabhu recycle:repository = /storage/CSfiles/Design/.recycle/%U write list = pranavjairam,manjunathsingh,arjunsagar,prabhu veto files = /*.mp3/*....
2008 Dec 18
3
Feedback and Questions on afr+unify
...dded another brick, say another disk to the existing set on one of the machines? Would it break the round-robin scheduler that I am using? I see from the FAQ that this should work with the alu but will it work with rr? Many thanks once again for the awesome clustered file system! cheers, -- Prabhu Ramachandran http://www.aero.iitb.ac.in/~prabhu -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: glusterfs-server.vol URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20081218/6011f101/attachment.ksh&gt...
2008 Nov 04
4
[LLVMdev] Debugging lli using bugpoint
...generated code in gdb and compare it > with llc generated assembly. > 3. It could be a bug in the app and it's exposed when running under the > JIT. You can try enabling additional debugging output. > > Hope this helps. > > Evan > > On Nov 2, 2008, at 2:55 PM, Prakash Prabhu wrote: > > Hi Eli, > > Thanks for the reply. I tried with -Xlinker="-ldl ". However it does not > seem to make a difference. It seems that when bugpoint is run with > --run-jit, the linker args are not passed to gcc (from > tools/bugpoint/ExecutionDriver.cpp) : >...
2015 Oct 28
3
DragonEgg for gcc-5 and llvm-3.6
...ariable = unnamed_addr global i32* @variable_weakref @variable_weakref = internal global i32 0 Note that for some reason, it is not creating a weak symbol. We'd appreciate any suggestions on how these might be fixed or where to look to figure out what's going on. Thanks and Regards, Arun Prabhu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151028/a27c990a/attachment.html>
2008 Aug 21
0
Need Functional SAP APO DP and SNP
Hi , This is prabhu from levanture Inc. Our Tier1 vendor Needs Functional SAP APO DP and SNP Location:CA Duration:6+ Months Project is undergoing a change in company code for part of its business within USA. Such a change requires changes to our existing setup in SAP R/3 and SAP APO. The goal is to ensure busine...
2016 Feb 02
4
[PATCH net-next] virtio_net: add ethtool support for set and get of settings
...ated before applying. Only full and unknown duplex are allowed to be set. Example: $ ethtool eth1 Settings for eth1: ... Speed: Unknown! Duplex: Unknown! (255) $ ethtool -s eth1 speed 1000 duplex full $ ethtool eth1 Settings for eth1: ... Speed: 1000Mb/s Duplex: Full Based on a patch by Roopa Prabhu. CC: Roopa Prabhu <roopa at cumulusnetworks.com> CC: Michael S. Tsirkin <mst at redhat.com> CC: virtualization at lists.linux-foundation.org Signed-off-by: Nikolay Aleksandrov <nikolay at cumulusnetworks.com> --- Allowed to set unknown speed/duplex if the user wants to reset them...
2016 Feb 02
4
[PATCH net-next] virtio_net: add ethtool support for set and get of settings
...ated before applying. Only full and unknown duplex are allowed to be set. Example: $ ethtool eth1 Settings for eth1: ... Speed: Unknown! Duplex: Unknown! (255) $ ethtool -s eth1 speed 1000 duplex full $ ethtool eth1 Settings for eth1: ... Speed: 1000Mb/s Duplex: Full Based on a patch by Roopa Prabhu. CC: Roopa Prabhu <roopa at cumulusnetworks.com> CC: Michael S. Tsirkin <mst at redhat.com> CC: virtualization at lists.linux-foundation.org Signed-off-by: Nikolay Aleksandrov <nikolay at cumulusnetworks.com> --- Allowed to set unknown speed/duplex if the user wants to reset them...
2008 Nov 11
0
[LLVMdev] Debugging lli using bugpoint
I've filed PR3043 for this. Evan On Nov 3, 2008, at 4:00 PM, Prakash Prabhu wrote: > Hi Evan, > > Thanks for the pointers. We found a simple test case that causes the > problem (thanks to Tom in my group): > > #include<stdio.h> > #include<stdlib.h> > > void test(); > void (*funcPtr)(); > > int main(int argc, char **argv) {...
2008 Oct 28
0
[LLVMdev] Debugging lli using bugpoint
On Tue, Oct 28, 2008 at 12:17 PM, Prakash Prabhu <prakash.prabhu at gmail.com> wrote: > Generating reference output from raw program: <cbe><gcc> > Error running tool: [snip] > /tmp/cc08IpX8.o: In function `SyLoadModule': > bugpoint-test-program.bc.cbe.c:(.text+0x25705): undefined reference to > `dlopen' [s...
2008 Nov 02
2
[LLVMdev] Debugging lli using bugpoint
...sults in this never-ending recursive call. Has anyone tried compiling python to bit code and running it the LLVM JIT before ? Thanks for your time. - Prakash On Tue, Oct 28, 2008 at 3:02 PM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Tue, Oct 28, 2008 at 12:17 PM, Prakash Prabhu > <prakash.prabhu at gmail.com> wrote: > > Generating reference output from raw program: <cbe><gcc> > > Error running tool: > [snip] > > /tmp/cc08IpX8.o: In function `SyLoadModule': > > bugpoint-test-program.bc.cbe.c:(.text+0x25705): undefined ref...
2008 Sep 16
2
[LLVMdev] DOTGraphTraits and GraphWriter
...port > both multiple edges between the same pair of nodes, and labels > at least for each incoming edge. See > lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp for code you > might use as an example, though it is a bit tricky. > > Dan > > On Sep 15, 2008, at 3:15 PM, Prakash Prabhu wrote: > >> Hi all, >> >> I have two questions related to .dot graph output. Basically, I have a >> graph representing a program dependence graph like structure with >> (a) multiple edges between the same pair of nodes >> (b) each edge having a special (differ...
2006 Jul 20
3
Ruby beginner..
Hi All, I am a java developer. I wanna learn Ruby on Rails. Can anyone suggest some good books on Ruby or some url where can I learn the basics of Ruby. Thanks, Prabhu. --------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2?/min or less. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060720/091f1076/at...
2011 Jul 03
1
[PATCH] Modpost section mismatch fix
...ister_pirq with __init is not feasible since calls are made to it from acpi_register_gsi in non-init contexts. So marking it __refdata based on assumption that when acpi_sci_override_gsi is referenced, it is in early stages where it is alive. -------------------------- Raghavendra Prabhu GPG Id : 0xD72BE977 Fingerprint: B93F EBCB 8E05 7039 CD3C A4B8 A616 DCA1 D72B E977 www: wnohang.net -------------- next part --------------
2011 Jul 03
1
[PATCH] Modpost section mismatch fix
...ister_pirq with __init is not feasible since calls are made to it from acpi_register_gsi in non-init contexts. So marking it __refdata based on assumption that when acpi_sci_override_gsi is referenced, it is in early stages where it is alive. -------------------------- Raghavendra Prabhu GPG Id : 0xD72BE977 Fingerprint: B93F EBCB 8E05 7039 CD3C A4B8 A616 DCA1 D72B E977 www: wnohang.net -------------- next part --------------
2011 Jul 03
1
[PATCH] Modpost section mismatch fix
...ister_pirq with __init is not feasible since calls are made to it from acpi_register_gsi in non-init contexts. So marking it __refdata based on assumption that when acpi_sci_override_gsi is referenced, it is in early stages where it is alive. -------------------------- Raghavendra Prabhu GPG Id : 0xD72BE977 Fingerprint: B93F EBCB 8E05 7039 CD3C A4B8 A616 DCA1 D72B E977 www: wnohang.net -------------- next part --------------
2008 Aug 19
0
UI Designer needed with (CSS, Visual studio.net, Adobe Photoshop , C#)
...tioned Skills: UI Designer (CSS, Visual studio.net, Adobe Photoshop , C#) *Strong skills needed in: MUST HAVES CSS Visual Studio .Net Adobe Photoshop CS Microsoft Visual SourceSafe SQL Server Management tools SQL C# HTML * Location: CT Duration: 6 months+ Rate: Open -- Thanks and Regards, Prabhu K. Sr Technical Recruiter. Levanture Inc. 46090 Lake Center Plaza, Suite # 302, Sterling, VA 20165. Direct: 703-574-2916 / 703-880-8500 / 703-880-8499 , Fax:703-421-7775 prabhu-ECUJtmh1jmpl57MIdRCFDg@public.gmane.org| www.levanture.com IM : prabhu.recruiter Gtalk : prabhumandhar We respect you...
2008 Sep 22
0
[LLVMdev] DOTGraphTraits and GraphWriter
Hi Prakash, I don't know of an easy way to do this, other than to use random-access iterators so you can compute the distance between the edge and the beginning of the list of edges. Dan On Sep 16, 2008, at 2:58 PM, Prakash Prabhu wrote: > Hi Dan, > > Thanks for the reply. I got the labels for each outgoing edge (at the > source node's 'structure' field) working. Is there a way to find out > the outgoing edge number from EdgeIter. (Basically the Node in my > graph has a a bunch of outgoing edge...