Displaying 8 results from an estimated 8 matches for "use_f95".
2006 Aug 31
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...ith-llvmsrc=/
>> work/LLVM/1.8/llvm --with-llvmobj=/work/LLVM/1.8/llvm
>
> What does this print?
>
> $ grep F95 .../projects/llvm-test/Makefile.config
-bash-3.00$ grep F95 projects/llvm-test/Makefile.config
# F95: Enable LLVM to run Fortran benchmarks without a Fortran front-end
USE_F95=1
F95_DIR :=
F95 := /work/NAG_f95/bin/f95
F95_INC := /work/NAG_f95/lib
F95_LIB := /work/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
>> message...
2006 Aug 31
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
On Thu, 31 Aug 2006, Kenneth Hoste wrote:
>> $ grep F95 .../projects/llvm-test/Makefile.config
>
> -bash-3.00$ grep F95 projects/llvm-test/Makefile.config
> # F95: Enable LLVM to run Fortran benchmarks without a Fortran front-end
> USE_F95=1
> F95_DIR :=
> F95 := /work/NAG_f95/bin/f95
> F95_INC := /work/NAG_f95/lib
> F95_LIB := /work/NAG_f95/lib
>
> Looks ok to me...
It doesn't to me. If you set F95_DIR to /work/NAG_f95 things will
probably work much better for you.
> This is just a single error appea...
2006 Aug 30
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
On Wed, 30 Aug 2006, Kenneth Hoste wrote:
>> I use NAG with llvm-gcc4. What sort of errors do you get? Did you
>> configure llvm-test with the appropriate flags to find it?
> Yes, I did. llvm-test is configured as follows: (in /work/LLVM/1.8/
> llvm/project/llvm-test):
> ./configure --with-spec2000=/work/SPEC_CPU2000_1.3_src/benchspec --
> without-f2c
2006 Aug 31
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...tner wrote:
> On Thu, 31 Aug 2006, Kenneth Hoste wrote:
>>> $ grep F95 .../projects/llvm-test/Makefile.config
>>
>> -bash-3.00$ grep F95 projects/llvm-test/Makefile.config
>> # F95: Enable LLVM to run Fortran benchmarks without a Fortran
>> front-end
>> USE_F95=1
>> F95_DIR :=
>> F95 := /work/NAG_f95/bin/f95
>> F95_INC := /work/NAG_f95/lib
>> F95_LIB := /work/NAG_f95/lib
>>
>> Looks ok to me...
>
> It doesn't to me. If you set F95_DIR to /work/NAG_f95 things will
> probably work much better for you....
2006 Aug 30
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
Hi Chris,
>
> I use NAG with llvm-gcc4. What sort of errors do you get? Did you
> configure llvm-test with the appropriate flags to find it?
>
Yes, I did. llvm-test is configured as follows: (in /work/LLVM/1.8/
llvm/project/llvm-test):
./configure --with-spec2000=/work/SPEC_CPU2000_1.3_src/benchspec --
without-f2c --with-f95-bin=/work/NAG_f95/bin --with-f95-lib=/work/
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
...AME='-llvm-test-'
PACKAGE_VERSION='1.6cvs'
PATH_SEPARATOR=':'
POVRAY_ROOT=''
RANLIB='ranlib'
SHELL='/bin/sh'
SPEC2000_ROOT=''
SPEC95_ROOT=''
STRIP='strip'
SWEEP3D_ROOT=''
USE_ALP=''
USE_F2C='USE_F2C = 1'
USE_F95=''
USE_FPGROWTH=''
USE_NAMD=''
USE_POVRAY=''
USE_SPEC2000=''
USE_SPEC95=''
USE_SWEEP3D=''
YACC='bison -y'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
ac_ct_RANLIB='ranlib'
ac_ct_...
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
What's the config.log from this run?
-bw
On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote:
>
> Following the instructions here:
> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
>
> I get an error running configure in the llvm-test directory.
>
> ./configure
> --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
>
2005 Nov 03
4
[LLVMdev] llvm-test configure problem
Following the instructions here:
http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
I get an error running configure in the llvm-test directory.
./configure
--with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
--with-f2c=/home/vadve/shared/localtools/sparc
--with-llvmsrc=/localhome/tbrethou/llvm
--with-llvmobj=/localhome/tbrethou/llvm
Error:
[cut lots of config output]
checking