Displaying 3 results from an estimated 3 matches for "faden".
Did you mean:
baden
2008 Jan 02
1
setting the seed in standalone code using Rlib
...e below -- setSeed -- an okay way to set the seed in standalone
applications making use of Rlib? It seems to work as expected. Is
there a better way to do it? (I'm also looking at do_setseed but am
unsure what to supply as op. findFun("set.seed", R_GlobalEnv)?) Thanks
much.
--
David Faden, dfaden at iastate.edu
AIM: pitulx
--
#include <assert.h>
#include <R.h>
#include <Rinternals.h>
#include <R_ext/Parse.h>
#include <Rmath.h>
#include <stdio.h>
void setSeed(unsigned int seed)
{
#ifndef MATHLIB_STANDALONE
/**
* Following the example in Wri...
2006 Apr 13
1
bus error on calling nmmin
...nmminDemo.c -g
-I/Library/Frameworks/R.framework/Versions/2.1.1/Resources/include
-L/Library/Frameworks/R.framework/Versions/2.1.1/Resources/lib -lR
$ ./a.out Bus error
$ gdb a.out
GNU gdb 5.3-20030128 (Apple version gdb-330.1) (Fri Jul 16 21:42:28 GMT 2004)
...
(gdb) run
Starting program: /Users/dfaden/Desktop/R/a.out
Reading symbols for shared libraries +......... done
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
Cannot access memory at address 0x0
Cannot access memory at address 0x0
#1 0x0054dd5c in REvprintf (format=0x5...
2006 Oct 31
0
6407402 Named pipes should work between labeled zones to support write up.
Author: gfaden
Repository: /hg/zfs-crypto/gate
Revision: 84f19e06f2d07a2e47e5d67eeab39debcef1c738
Log message:
6407402 Named pipes should work between labeled zones to support write up.
6411980 getlabel(2) returns wrong label for lofs mounted FIFOs
Files:
update: usr/src/uts/common/fs/fifofs/fifosubr.c
update:...