Displaying 8 results from an estimated 8 matches for "_gfortran_st_write".
2007 Mar 05
0
Help on installing RScaLAPACK on Ubuntu
...cs_gridinit_'
/tmp/R.INSTALL.FZN392/RScaLAPACK/src/callpdgesv.f:101: undefined
reference to `blacs_gridinfo_'
/tmp/R.INSTALL.FZN392/RScaLAPACK/src/callpdgesv.f:201: undefined
reference to `blacs_gridexit_'
/tmp/R.INSTALL.FZN392/RScaLAPACK/src/callpdgesv.f:148: undefined
reference to `_gfortran_st_write'
/tmp/R.INSTALL.FZN392/RScaLAPACK/src/callpdgesv.f:147: undefined
reference to `_gfortran_transfer_character'
/tmp/R.INSTALL.FZN392/RScaLAPACK/src/callpdgesv.f:147: undefined
reference to `_gfortran_transfer_integer'
/tmp/R.INSTALL.FZN392/RScaLAPACK/src/callpdgesv.f:148: undefined
re...
2013 Jan 04
0
[LLVMdev] [Polly] Aliasing problems escalation (WAS: Re: [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?)
PS: Another possibility is to do link-time optimization, since at that point the
optimizers are capable of finding out if that global is used anywhere else or
not.
2013 Jan 04
4
[LLVMdev] [Polly] Aliasing problems escalation (WAS: Re: [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?)
Hi,
Here's another case, different in high-level, but similar in low-level.
When Fortran allocatable array is defined in module, its actual dimensions
are kept in internal structure. Loads originated from reading these
dimensions confuse Polly on any use of this array.
Attachments:
1) Sample Fortran source code (to be compiled with and without -DMODULE to
see failing and working version,
2008 Oct 20
1
[LLVMdev] mixed bc file
...test.bc
and then compile a fortran program into llvm bc file by the task:
# llvm-gfortran -emit-llvm testf.f -c -o testf.bc
And then use llvm-ld to combine two bc files into a single bc file as follows:
# llvm-ld test.bc testf.bc -o testp.bc
# ./testp.bc
ERROR: Program used external function '_gfortran_st_write' which could not be resolved!
lli[0x85c245f]
/lib/libc.so.6(abort+0x101)[0x6988b1]
lli(_ZN4llvm3JIT25getPointerToNamedFunctionERKSs+0xd2)[0x8267952]
Aborted
I have also tried to link gfortran dynamic libraries like this and here is a error message:
# llvm-ld test.bc testf.bc -lgfortran
llvm-ld...
2009 Jun 26
0
proper link to ACML blas | compiling 2.9.0
...0'
/opt/acml4.3.0/gfortran64/lib/libacml.so: undefined reference to
`_gfortran_transfer_integer at GFORTRAN_1.0'
/opt/acml4.3.0/gfortran64/lib/libacml.so: undefined reference to
`_gfortran_stop_numeric at GFORTRAN_1.0'
/opt/acml4.3.0/gfortran64/lib/libacml.so: undefined reference to
`_gfortran_st_write_done at GFORTRAN_1.0'
/opt/acml4.3.0/gfortran64/lib/libacml.so: undefined reference to
`_gfortran_pow_i4_i4 at GFORTRAN_1.0'
/opt/acml4.3.0/gfortran64/lib/libacml.so: undefined reference to
`_gfortran_transfer_real at GFORTRAN_1.0'
/opt/acml4.3.0/gfortran64/lib/libacml.so: undefined r...
2008 Nov 01
2
[LLVMdev] llvm-gfortran gives errors on AMD64-Ubuntu
...-linux-gnu/4.1.3/../../../../lib/crt1.o: In function
`_start':
(.text+0x18): undefined reference to `main'
/tmp/cc4i3wD7.o: In function `MAIN__':
(.text+0x1f): undefined reference to `_gfortran_set_std'
/tmp/cc4i3wD7.o: In function `MAIN__':
(.text+0x4b): undefined reference to `_gfortran_st_write'
/tmp/cc4i3wD7.o: In function `MAIN__':
(.text+0x63): undefined reference to `_gfortran_transfer_character'
/tmp/cc4i3wD7.o: In function `MAIN__':
(.text+0x6b): undefined reference to `_gfortran_st_write_done'
collect2: ld returned 1 exit status
(3) Where can I get the SPEC/pol...
2012 Jul 31
3
[LLVMdev] [DragonEgg] Mysterious FRAME coming from gimple to LLVM
...%struct.__st_parameter_common* %181, i32 0,
i32 0
store i32 128, i32* %182, align 4
%183 = getelementptr inbounds %struct.__st_parameter_dt* %dt_parm.15, i32
0, i32 0
%184 = getelementptr inbounds %struct.__st_parameter_common* %183, i32 0,
i32 1
store i32 6, i32* %184, align 4
call void @_gfortran_st_write(%struct.__st_parameter_dt* %dt_parm.15)
nounwind
br label %"12"
"12": ; preds = %"16", %"11"
%185 = phi float [ %190, %"16" ], [ 0.000000e+00, %"11" ]
%186 = phi i64 [ %199, %"16"...
2012 Jul 31
0
[LLVMdev] [DragonEgg] Mysterious FRAME coming from gimple to LLVM
...> 0, i32 0
> store i32 128, i32* %182, align 4
> %183 = getelementptr inbounds %struct.__st_parameter_dt* %dt_parm.15,
> i32 0, i32 0
> %184 = getelementptr inbounds %struct.__st_parameter_common* %183, i32
> 0, i32 1
> store i32 6, i32* %184, align 4
> call void @_gfortran_st_write(%struct.__st_parameter_dt* %dt_parm.15)
> nounwind
> br label %"12"
>
> "12": ; preds = %"16", %"11"
> %185 = phi float [ %190, %"16" ], [ 0.000000e+00, %"11" ]
> %186 = p...