search for: wd10

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

Did you mean: d10
2009 Jul 25
1
OpenSolaris 2009.06 - ZFS Install Issue
...Below is command line output from the live cd during the install and post install. Note that I''ve tried this a few times, so you''ll see tank faulted in the post install from previous install attempts. >> Live CD Install AVAILABLE DISK SELECTIONS: 0. c7d0 <WDC WD10- WD-WMAV5012875-0001-931.51GB> /pci at 0,0/pci-ide at 1f,2/ide at 0/cmdk at 0,0 1. c7d1 <WDC WD10- WD-WMAV5011699-0001-931.51GB> /pci at 0,0/pci-ide at 1f,2/ide at 0/cmdk at 1,0 2. c8d0 <WDC WD10- WD-WMAV5011404-0001-931.51GB> /pci at 0,0/pci...
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