Displaying 6 results from an estimated 6 matches for "integer4".
Did you mean:
integer
2006 Sep 01
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...e included from /work/SPEC_CPU2000_1.3_src/benchspec/
CFP2000/168.wupwise/src/dcabs1.f:1:
/work/NAG_f95/lib/f95.h:109: error: syntax error before ‘Logical4’
/work/NAG_f95/lib/f95.h:109: warning: data definition has no type or
storage class
/work/NAG_f95/lib/f95.h:118: error: syntax error before ‘Integer4’
/work/NAG_f95/lib/f95.h:118: warning: data definition has no type or
storage class
This seems to suggest something is wrong with the f95.h file provided
by NAG. This would be very strange, since I can't imagine them
releasing something without thorough testing on a common platform
(Linu...
2006 Aug 31
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
On Thu, 31 Aug 2006, Kenneth Hoste wrote:
> Bummer. I think I'll contact the NAG support for more info on this. Can you
> show me the content of your Makefile.nagfortran?
It is identical to yours.
> Also, it is possible to tell make only to compile benchmark X? How can I
> enforce this?
Go into the directory for that benchmark, then run 'make' or whatever.
-Chris
--
2009 Jun 19
1
Strange res_config_odbc error messages in 1.6.1.1
When I try to use 1.6.1.1 with ODBC and MySQL, I get these:
[Jun 19 17:19:22] WARNING[5882] res_config_odbc.c: Realtime table supporten_sip at asterisk: column type (-9) unrecognized for column 'name'
[Jun 19 17:19:22] WARNING[5882] res_config_odbc.c: Realtime table supporten_sip at asterisk: column type (-9) unrecognized for column 'ipaddr'
[Jun 19 17:19:22] WARNING[5882]
2006 Aug 31
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
On 31 Aug 2006, at 19:13, Chris Lattner wrote:
> On Thu, 31 Aug 2006, Kenneth Hoste wrote:
>
>> When I adjust the settings in Makefile.nagfortran as follows, I'm
>> able to get bytecode file for lucas, galgel and facerec, but make
>> still quits with an error (after generating
>> bytecode files for 7 (out of 26) benchmarks.
>>
>> Also, the file
2006 Sep 01
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...rom <path>/SPEC_CPU2000_1.3_src/benchspec/
CFP2000/168.wupwise/src/dcabs1.f:1:
<path>/lib/f95.h:109: error: syntax error before ‘Logical4’
<path>/lib/f95.h:109: warning: data definition has no type or
sto rage class
<path>/lib/f95.h:118: error: syntax error before ‘Integer4’
...
Affected SPEC CPU2000 benchmarks: wupwise, swim, mgrid, applu
*** f95 PANIC
Another f95 specific issue is a PANIC when compiling the code of apsi
to C code. More specific:
Panic: apsi.f: Unexpected expr node 47050 type 414 in tree
flattener
Internal Error -- please report this...
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