Displaying 2 results from an estimated 2 matches for "00000fd0".
Did you mean:
000000d0
2004 Dec 05
3
potentially nasty oops on startup
...Not tainted VLI
EFLAGS: 00033206 (2.6.9-1.1009_FC4xen0)
EIP is at 0x1eca
eax: 00004f03 ebx: 00000000 ecx: 00000000 edx: 00000000
esi: 00000000 edi: 00000000 ebp: 00000fdc esp: c8f99f24
ds: 0000 es: 0000 ss: 0069
Process kmodule (pid: 584, threadinfo=c8f99000 task=c8a88d30)
Stack: 00000fd0 00001000 00001101 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
80000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Call Trace:
[<c010d91c>] syscall_call+0x7/0xb
Code: Bad EIP value...
2005 Aug 03
7
call fortran in R
Hello,
I used a mac G5, R.2.1.1, and G77 3.4.4 and I would like to use and
call a fortran subroutine.
The trouble is that it seems I am not able to correctly load the
compiled code.
Here is what I have done:
In the terminal this how I compiled my fortran code:
R CMD SHLIB ~/Desktop/Fortan_kmeans/kmeans3.f
There is the wrapper I have paste inside de kmeans3.f file:
c