Displaying 9 results from an estimated 9 matches for "f95_lib".
2006 Aug 31
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...> 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
>> messages:
>>
>> /work/SPEC_CPU2000_1.3_src/benchspec/CFP2000/189.lucas/src/...
2006 Aug 31
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...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 appearing, I'm getting hundreds, if not
> thousands, of these error, for various benchmarks/files.
&...
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
...nfig
>>
>> -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.
No, that doesn't seem to be the problem. If I provide the additional
--with-f95 option with the correct director...
2006 Sep 01
2
[LLVMdev] gfortran: patch, question
...lang.in (working copy)
@@ -106,7 +106,7 @@
# The compiler itself is called f951.
f951$(exeext): $(F95_OBJS) \
$(BACKEND) $(LIBDEPS)
- $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
+ $(LINKCC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
$(F95_OBJS) $(BACKEND) $(F95_LIBS)
gt-fortran-f95-lang.h gtype-fortran.h : s-gtype; @true
--
Michael McCracken
UCSD CSE PhD Candidate
research: http://www.cse.ucsd.edu/~mmccrack/
misc: http://michael-mccracken.net/wp/
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
...ve/shared/localtools/sparc/bin'
F2C_DIR='/home/vadve/shared/localtools/sparc'
F2C_INC='/home/vadve/shared/localtools/sparc/include'
F2C_LIB='/home/vadve/shared/localtools/sparc/lib'
F77='g77'
F95=''
F95_BIN=''
F95_DIR=''
F95_INC=''
F95_LIB=''
FFLAGS='-g -O2'
FLEX='flex'
FPGROWTH_ROOT=''
HAVE_RE_COMP=''
LDFLAGS=''
LEX='flex'
LEXLIB='-ll'
LEX_OUTPUT_ROOT='lex.yy'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/mklib'
LLVM_OBJ='/moun...
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