> without doing things that really shouldn't be done in a signal handler.
> That is all these handlers are intended for. If you are using them
> programatically you should rethink what you are doing. If you explain
> what you are trying to do you might get some help with tha
Hi all,
I am working on a bug, which running PLR on HAWQ. The process hung and
can't be terminated.
>From my investigation, it seems signal handler 'Rf_onsigusr1' trigger a
malloc/free deadlock.
The calling stack is below.
Thread 1 (Thread 0x7f4c93af48e0 (LWP 431263)):
#0 0x7f4c9015805e i
My question is based on a project I have partially done, but there is still
something I'm not clear.
My goal is to create a R package contains GPU functions (some are from Nividia
cuda library, some are my self-defined CUDA functions)
My design is quite different from current R's GPU package, I
t;);
Error in writeBin(as.integer(1), con, endian = "big") :
ignoring SIGPIPE signal
> writeBin(as.integer(1), con, endian="big"); - hanging
=
Rong "Jessica", Li
Platform Symphony TET, CSTL, IBM Systems &Technology Group, Develo
Unix/Linux platform and windows
platform, I choose to use block signals in the child process.
Thanks again for all your help!
=====
Rong "Jessica", Li
Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development
Tel:86-10-82451010 Email:rong...@cn.
+" "text""opened" "yes"
can write
"no"
2. When I press "Ctrl+C" in the current R shell, I found the forked child
process was also terminated. Are there any way to work around it?
=
Rong "J
ree to
correct me.
=
Rong "Jessica", Li
Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development
Email:rong...@cn.ibm.com
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
to do the function execution.
=
Rong "Jessica", Li (ÀîÈÙ)
Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development
Tel:86-10-82451010 Email:rong...@cn.ibm.com
[[alternative HTML version deleted]]
external
library (libpvm.a)
and use the correct architecture automatically when compiling rpvm code?
Thanks,
Michael
On Tue, Jan 15, 2013 at 8:53 PM, Simon Urbanek
wrote:
> On Jan 15, 2013, at 2:24 PM, Michael Li wrote:
>
> > I've trying to fix the check error in rpvm package. Ri
I've trying to fix the check error in rpvm package. Right now on my Mac, I
use darwinport to install PVM and I can get rpvm to pass the check using 'R
-arch x86_64 CMD check'. However the default 'R CMD check' uses i386 which
fails since PVM is built for x86_64 only.
So is there a way to ensure pr
stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] tools_2.14.2
--
Feng Li
Department of Statistics
Stockholm University
SE-106 91 Stockholm, Sweden
http://feng.li/
__
R-devel@r
On Monday 12 July 2010 23:51:55 Simon Urbanek wrote:
> On Jul 12, 2010, at 5:59 PM, lI wrote:
> > On Monday 12 July 2010 20:52:15 Simon Urbanek wrote:
> >> On Jul 12, 2010, at 2:50 PM, lI wrote:
> >>> On Monday 12 July 2010 11:07:23 lI wrote:
> >>>
On Monday 12 July 2010 20:52:15 Simon Urbanek wrote:
> On Jul 12, 2010, at 2:50 PM, lI wrote:
> > On Monday 12 July 2010 11:07:23 lI wrote:
> >> On Monday 12 July 2010 10:29:30 lI wrote:
> >>> Greetings,
> >>>
> >>> I have a computer with
On Monday 12 July 2010 11:07:23 lI wrote:
> On Monday 12 July 2010 10:29:30 lI wrote:
> > Greetings,
> >
> > I have a computer with the following setup:
> > 1)cblfs (pure 64-bit (amd64) linux), kernel2.6.34 gcc4.4.2
> > 2)R-2.11.1
> >
> > I compil
On Monday 12 July 2010 10:29:30 lI wrote:
> Greetings,
>
> I have a computer with the following setup:
> 1)cblfs (pure 64-bit (amd64) linux), kernel2.6.34 gcc4.4.2
> 2)R-2.11.1
>
> I compiled R with BLAS and lapack using the switched ( --with-blas="-
> lpthread -l
Greetings,
I have a computer with the following setup:
1)cblfs (pure 64-bit (amd64) linux), kernel2.6.34 gcc4.4.2
2)R-2.11.1
I compiled R with BLAS and lapack using the switched ( --with-blas="-
lpthread -latlas -lfptf77blas"
--with-lapack="-llapack -lcblas" ).
(( http://cran.r-project
uses modulus 2^30. Therefore there are only 2^30
distinct numbers, which is confirmed by my previous test in R.
If someday Knuth's double version is also included in R, it will be great.
Shengqiao Li
On Fri, 15 Aug 2008, Duncan Murdoch wrote:
On 15/08/2008 10:28 AM, Shengqiao Li wrote:
d.edu/~knuth/programs.html instead of the
integer versions in R. I'm a R user. So why not
also include the double verion in R implementation?
Thanks again,
Shengqiao Li
Research Associate
The Department of Statistics
PO Box 6330
West Virginia
Professor Ripley,
Thank you for your solution. So the last paragraph of the Note in RNG
help page will be updated since Wichmann-Hill is different from other
supplied uniform generators in the number of distinct values?
Shengqiao Li
On Fri, 15 Aug 2008, Prof Brian Ripley wrote:
Remember
08
svn rev44383
language R
version.string R version 2.6.2 (2008-02-08)
Shengqiao Li
Research Associate
The Department of Statistics
PO Box 6330
West Virginia University
Morgantown, WV 26506-6330
On Fri, 14 Mar 2008, Prof Brian Ripley
Unfortunately, RNGkind is buggy. It will not generate warnings
except the full name "Buggy Kinderman-Ramage" is supplied for normal.kind.
match.arg is supposed to be called before "==" comparison.
========
Shengqiao Li
Research Associa
Dear All,
I tried to write a C++ program that uses R internals and I encounter
"undefined reference" error when linking to libR.so. Here is an small
example of the program test.cpp:
extern "C" {
#include
#include
int main(int argc, char** argv)
{
R_IoBufferInit(&R_ConsoleIob);
return 0;
}
Hi,
I have one question about built-in R functions. I am looking into
interprocedural analysis and since R supports "free variable", it would
become complicated if free variable is read inside a function. It is
uncommon and probably not good to read free variables when implementing R
functions. I
In writing R packages, I need some rudimentary support for matrix/array
in C code and I would also like to use Blas/Lapack functions.
Previously I just rolled out my own (simple) C++ classes. But it
becomes troublesome for multiple packages (having duplicated files and
needing to keep them in sy
Is it a public C API to R connection? I couldn't find any. Can I use
the *Rconnection in user C code?
Instead of straight fopen, I would like the ability to read in
compressed file (gz, bz2), remote file, etc, using the implementation
that R already has, with a uniformed interface.
Also it wou
Thanks to Matthias Burger, I came to know that in r-devel, a lot of symbols
are no longer exported in libR.so, which breaks the package rpvm since it
calls these functions in serialize.c.
R_InitInPStream
R_InitOutPStream
Since the change is fairly recent (earlier this month), I guess the core te
Hello all,
When I ran my R program in R version 2.1.1 in windows XP and 2000, and I
downloaded a package call "MIX", I got an application error:
RGui:Rgui.exe - Application Error:
The instruction at "0x1009d8a1" referenced memory at "0xbde48f58". The
memory could not be "read".
Click on ok to
27 matches
Mail list logo