search for: wd12

Displaying 2 results from an estimated 2 matches for "wd12".

Did you mean: d12
2006 Jul 19
3
ZFS support for USB disks 120GB Western Digital
...e: <Unknown> Label: <Unknown> Access permissions: <Unknown> 2. Volmgt Node: /vol/dev/aliases/rmdisk0 Logical Node: /dev/rdsk/c2t0d0p0 Physical Node: /pci at 0,0/pci1014,566 at 1d,7/hub at 1/storage at 4/disk at 0,0 Connected Device: WDC WD12 00VE-00KWT0 0000 Device Type: Removable Bus: USB Size: 114.5 GB Label: <None> Access permissions: Medium is not write protected. This message posted from opensolaris.org
2005 Aug 26
3
.Call and Segmentation Fault
Hello to everyone! I use .Call to call a C function without arguments wich calls a fortran optimization package. My C function uses others C and Fortran functions and it works fine when I call it from a main() in a C program. But when I call it from R with .Call("name_of_the_c_function"), R gives me some weird output. This weird output is a worng answer to my optimization problem