search for: lucas_distrib_spec

Displaying 5 results from an estimated 5 matches for "lucas_distrib_spec".

2006 Aug 30
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
On Wed, 30 Aug 2006, Kenneth Hoste wrote: > I've been trying (on and off) to compile the _full_ SPEC CPU2000 benchmark > suite to LLVM bytecode. The biggest problem > I'm facing is the Fortran benchmarks, for which some partial support is > already available it seems (using f2c). ok. > Unfortunately the f2c compiler only allows the translation of Fortran-77 >
2006 Aug 30
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...lib/include locations... found via -- with options checking sanity for program f95... yes I then cd into llvm-test/External/SPEC and run make to compile the benchmarks to LLVM bytecode. Make stops with the following error messages: /work/SPEC_CPU2000_1.3_src/benchspec/CFP2000/189.lucas/src/ lucas_distrib_spec.f90:2995: error: syntax error before ‘(’ token /work/SPEC_CPU2000_1.3_src/benchspec/CFP2000/189.lucas/src/ lucas_distrib_spec.f90:2999: error: redefinition of ‘pTmp4’ /work/SPEC_CPU2000_1.3_src/benchspec/CFP2000/189.lucas/src/ lucas_distrib_spec.f90:225: error: previous definition of ‘pTmp4’ was...
2006 Aug 30
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
Hello LLVM-people, I've been trying (on and off) to compile the _full_ SPEC CPU2000 benchmark suite to LLVM bytecode. The biggest problem I'm facing is the Fortran benchmarks, for which some partial support is already available it seems (using f2c). Unfortunately the f2c compiler only allows the translation of Fortran-77 programs to C code (which is then compiled using llvm-gcc).
2006 Aug 30
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...does this print? $ grep F95 .../projects/llvm-test/Makefile.config ? > I then cd into llvm-test/External/SPEC and run make to compile the benchmarks > to LLVM bytecode. Make stops with the following error messages: > > /work/SPEC_CPU2000_1.3_src/benchspec/CFP2000/189.lucas/src/ > lucas_distrib_spec.f90:2995: error: syntax error before ‘(’ token Very strange. Have you *looked* at the file? Does it looks reasonable? What's going on on that line? Have you tried to debug this at all? > Any further suggestions what might be wrong are welcome... Especially the > /lib/NAGWare/... pa...
2006 Aug 31
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
.../NAG_f95/lib Looks ok to me... > >> I then cd into llvm-test/External/SPEC and run make to compile the >> benchmarks to LLVM bytecode. Make stops with the following error >> messages: >> >> /work/SPEC_CPU2000_1.3_src/benchspec/CFP2000/189.lucas/src/ >> lucas_distrib_spec.f90:2995: error: syntax error before ‘(’ token > > Very strange. Have you *looked* at the file? Does it looks > reasonable? What's going on on that line? > > Have you tried to debug this at all? > >> Any further suggestions what might be wrong are welcome... >&g...