Displaying 20 results from an estimated 10000 matches similar to: "Help regarding C/C++ usage .."
2009 Feb 27
7
Memory usage for C++ Application is growing
Hi ,
I have c++ server application in solaries 10 . Day by day memory usage is growing
i try to find memory leaks with MDB and DTRACE and no leaks found. how can we find reason for growing memory , can we know which memory sigment is cause for growing memory usage
Thanks in Advance.
Rao
--
This message posted from opensolaris.org
2000 Oct 02
3
R vs S-PLUS with regard to memory usage
I am trying to translate code from S-PLUS to R and R really struggles!
After starting R with the foll.
R --vsize 50M --nsize 6M --no-restore
on a 400 MHz Pentium with 192 MB of memory running Linux (RH 6.2),
I run a function that essentially picks up an external dataset with 2121
rows
and 30 columns and builds a lm() object and also runs step() ... the step()
takes forever to run...(takes very
2018 Sep 19
2
Regarding Dependence distance dump
On Wed, Sep 19, 2018 at 4:58 AM Venkataramanan Kumar <
venkataramanan.kumar.llvm at gmail.com> wrote:
> Hi,
>
> I tired to see when this behavior changed in LLVM.
> It seems to start from.
> --snip--
> commit 95e5d37d5868ebde2302bc302c1e0af407c5646d
> Author: Sebastian Pop <sebpop at gmail.com>
> Date: Tue Mar 6 21:55:59 2018 +0000
>
> DA: remove
2018 Sep 18
2
Regarding Dependence distance dump
Hi,
For the below test case, I need the dependence distance between the array
references "a[j][i]" and "a[j-1][i-2]".
--Snip--
int a[5][5];
int b[10];
void test()
{
for (int j=1;j<5;j++)
for (int i=2;i<5;i++)
{
a[j][i] = 3.0;
b[i]= a[j-1][i-2] ;
}
}
--Snip-
2008 Oct 08
4
Xenstore-chmod equivalent Kernel(XenBus) API
Which is the Kernel API (Xenbus API) that is available to do a similar action as "xenstore-chmod"??
Thx,
Venkat
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2001 Mar 28
1
Help: Using R from C
Hi folks:
I am just beginning to try and use R from my own C programs. Platform is
Windows2000, compiler Visual C++ 6.0. I built the import library R.lib from
R.dll using the VC LIB.exe program. Here is a simple code I am trying to
compile and run (no C++, VC++ is instructed to treat it strictly as C):
#include "R.h"
#include "Rinternals.h"
int main(void)
{
int i;
char
2008 Sep 17
7
Megaraid SAS driver failing in Xen-3.3.0 but was working in Xen-3.2.2-rc3
On Xen-3.3.0, domain0 Megaraid SAS (SAS 1068 controller) driver is not loading correctly if vtd support in Xen is enabled.
It fails at the point of initializing firmware.
I wasn''t seeing this error with Xen-3.2.2-rc3 (Unstable version), though with vtd disabled in Xen-3.3.0, it is working.
Looks like a degrade problem.
Any clues?
Thx,
Venkat
2008 Oct 07
3
Creating a custom directory tree inside Xenstore
Is it possible to create a custom directory tree inside Xenstore using any of the Xenstore-utilities??
For example, "/local/domain/0/Customdir".
Thx,
Venkat
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Aug 05
3
Xen-3.2.1 VT-d Support (NOT SURE WHETHER IT''S A BUG OR ...)
After building Xen-3.2.1 I could successfully boot into it if I avoid giving vtd=1 as the boot parameter.
If I pass vtd=1 as the boot parameter to xen, the system hangs while booting.
The system hangs after the following messages
============================
Boot messages
[XEN].....
[Xen] Brought up 2 CPUs...
=========================
My chipset DQ35 series is having VT-d support and is enabled in
2008 Aug 05
18
RE: Xen-3.2.1 VT-d Support (NOT SURE WHETHER IT''S A BUG OR...)
Hello,
I''m also seeing this exact same problem. I''ve posted on xen-users, but did
not get an answer. Venkat seems to be experiencing the same problem as me. I
have the latest BIOS for my motherboard DQ35JO. (BIOS ver 933) I''m running a
Q6600 as well. It hangs at "Brought up 4 CPUs." I''ve tried all sorts of
combinations of Xen versions and kernels to
2008 Jul 18
6
Xen-3.2.1 Build Error
This is the error I get while building Xen-3.2.1 when I do a make
===============================================
make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check''
LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build
Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008
Checking check_crypto_lib: OK
Checking check_curl: unused, OK
Checking check_openssl_devel:
*** Check for openssl
2000 Oct 03
5
Where is gam?
I noticed that there is no generalised additive model functions in R
(1.1.1) ... is there a package that implements them?
Thanks
Prasad
*****************************************************************
Mr. Anantha Prasad, Ecologist/GIS Specialist
USDA Forest Service, 359 Main Rd.
Delaware OHIO 43015 USA
Ph: 740-368-0103 Email: aprasad at fs.fed.us
Web:
2007 Jul 10
17
all open files
Hi All,
Is there a simple way to list all currently open file descriptors ?
TIA..
Regards,
Venkat
--
This message posted from opensolaris.org
2008 Feb 18
4
Lustre-1.5.95 & Linux-2.6.18
Will lustre-1.5.95 build with 2.6.18-vanilla kernel?
Which_patch doesn''t contain this kernel but I could see them in the
series files.
Do somebody have experience in building the same?
I tried to do it but lot of errors after applying the patches in
2.6.18-vanilla series.
Thanks,
Venkat
2016 May 17
2
R-3.3.0 Base: Windows compilation fails while building 'base' package
Hi,
I'm trying to builda R-3.3.0 base package on Windows 8.1, and it fails
while building 'base' package with an error about unable to create a
directory
under /tmp.
I am running the make from my D:\ partition, and I have created a \TMP
directory
under both C:\ and D:\. I have also modified my environment variables TEMP
and TMP both point to C:\TMP.
Error messages below:
gfortran
2009 Apr 11
3
Installing Visual C++ Runtime Files
Hi. I want to install VC++ on wine, but I am currently doing it on a linux server without GUI, and X11 tunneling doesn't work either. so is there any other way I can install VC++ Runtime files? (I need both 2005 AND 2008)
2005 Feb 18
2
[LLVMdev] LLVM built on VS C++ 2005
I'm not sure you understand the problem. Are you saying that a file
compiled with mingw can catch an exception thrown by a file compiled
with VC++ when the two are linked into a single program? That a program
compiled with mingw can be linked against the VC++ runtime and *not* the
mingw/gcc runtime?
Linking against system DLLs is very different from what I'm talking about.
Adam
2015 Nov 14
3
Fwd: After installation
---------- Forwarded message ----------
From: *Siva Prasad Nath* <shivaprasadnath21 at gmail.com>
Date: Saturday, November 14, 2015
Subject: After installation
To: centos-devel at centos.org
Hi,
I installed Centos. After login as root I can see the config file.
Please advice me about the next step.
With regards,
Shiva
--
Shiva Prasad Nath
92981134
--
Shiva Prasad Nath
92981134
2008 Aug 20
3
Grant Table Hyper Calls For Sharing Memory
I was following an email chain in the xen mailing list on HVM hypercalls on grant tables and the email chain link is below
http://lists.xensource.com/archives/html/xen-devel/2007-03/msg00688.html
This link says that we need not required hypercalls to share memory b/w HVM''s.
But as far as my understanding of sharing memory is concerned, I think the memory is shared using grant table
2005 Feb 18
0
[LLVMdev] LLVM built on VS C++ 2005
On Friday 18 February 2005 11:40 am, Jeff Cohen wrote:
> I'm not sure you understand the problem.
I wouldn't be surprised :)
> Are you saying that a file
> compiled with mingw can catch an exception thrown by a file compiled
> with VC++ when the two are linked into a single program? That a program
> compiled with mingw can be linked against the VC++ runtime and *not*