search for: chakrabarty

Displaying 12 results from an estimated 12 matches for "chakrabarty".

Did you mean: chakrabarti
2009 Aug 18
3
R formula
Hi I was trying to estimate simultaneous equation system in R using systemfit. I used the following commands >library(systemfit) > data(Kmenta) > attach(Kmenta) >eqDemand<-consump~price+income > eqSupply<-consump~price+farmprice+trend > fitsur<-systemfit("SUR",list(demand=eqDemand, supply=eqSupply)) and got the following error messege Error in
2006 May 23
1
problem with ad.test
dear experts, i am a novice and have been trying to use the anderson-darling test on a simple text file with one column of data. i have followed the example in the manual to read from a file into a vector(mm). i am able to see the summary stats with >summary(mm) however, when i try to use the ad.test package, it keeps coming up with the following error messages, > ad.test(mm) Error in
2009 Jun 17
7
Can''t get guest domain network working!
Hi, there: I have installed xen(2.6.18.8-xen) and had successfully started domU guests (one or two) from dom0. However, I am not able to start the network for domU machines. Following is the information from my linux box. After the it is started: $ ifconfig eth1 Link encap:Ethernet HWaddr 00:A0:C9:D6:65:DB inet addr:XXX.XXX.10.133 Bcast:XXX.XXX.10.255 Mask:255.255.255.0
2009 Jun 11
0
Re: problem with virsh attach-device on xen3.4
On Thu, Jun 11, 2009 at 7:12 PM, Pallab Chakrabarty<pchakrabarty@spikesource.com> wrote: > No device created at /dev/etherd/ .. even no folder as “etherd” > > aoe-stat return nothing .. If you''re talking about domU, then it''s normal. Whatever the block device is on dom0 (/dev/etherd/*, /dev/mapper/*, etc.) domU see...
2009 Aug 07
1
xm top : network info for domU
Hi, How can I get network info for domU similar to xm top & then ''N''.. I want to run a shell script to read this.. Thanks in advance, - regards Pallab _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2018 Mar 30
0
[debug support] Why do constant SD nodes not set the IROrder?
Updating the subject line. From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Gautam Chakrabarti via llvm-dev Sent: Wednesday, March 28, 2018 11:58 PM To: LLVM Dev <llvm-dev at lists.llvm.org> Subject: [llvm-dev] Why do constant SD nodes not set the IROrder? Specifically I would like to understand why ConstantSDNode and ConstantFPSDNode do not set the IR ordering like
2018 May 22
1
Question about identifier name mangling in LLVM manual
The Identifiers section in the LLVM language manual states: "The "\01" prefix can be used on global variables to suppress mangling." Is this for global variables only, or global values in general, such as functions also? In implementation LLVM seems to have this behavior of suppressing mangling even for functions and aliases. Thanks, Gautam
2009 May 13
3
How to list IP used by domU
Hello, I''m trying to script a tool that return all the @ip for all the domU I have. Is it possible to have those informations from within the dom0 ? (maybe by connecting to the domU from the dom0 ?) Thank you _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Mar 03
0
Important Statement to Review for Signing
(Seems to me that Icecast folks would be particularly concerned about this. Please consider the following, lend your signatures, and also *send it on* to appropriate interested parties. If you are a blogger or know clueful bloggers, please try to have it posted in a highly visible forum. -- Seth Johnson) Hello folks, Please review the important joint statement below, related to the WIPO
2009 Sep 09
10
OpenSolaris domU on RedHat Linux dom0
Hi, I''m trying to create OpenSolaris (2008.11) domU on RedHat Linux dom0. I''m using a file backed VBD. I used the iso image to first launch and install OpenSolaris into the file VBD. Once that process is complete, I''m trying to run it using the config file below: name = ''opensolaris'' vcpus = 1 memory = "512" vif =
2007 Aug 09
1
displaying svg chart
dear railers I was attempting to display a svg chart inside a tooltip in rails using Scruffy. my browser is Firefox 2 and i am using WEBRICK. when i render inside the controller using graph.render(:size=> [255,205], :to => ''C:\xyz.svg) and serve iit via rhtml using the <embed> tag. Instead of the chart inside the tooltip i get a dialog box asking me to open it ... with
2018 Mar 29
0
Why do constant SD nodes not set the IROrder?
Specifically I would like to understand why ConstantSDNode and ConstantFPSDNode do not set the IR ordering like most other SDNode-s. These constant SD nodes also previously did not set the debugloc, but that got enabled (here: http://llvm.org/viewvc/llvm-project?view=revision&revision=237237). These constant SD nodes hard-code the order to 0. Is this intentional, or just something that has