Re: Did anyone manage to get MATRAN compiled with g95?
- From: Ed <emammendes@xxxxxxxxx>
- Date: Thu, 31 Jan 2008 06:28:04 -0800 (PST)
On Jan 31, 9:26 am, paul.richard.tho...@xxxxxxxxx wrote:
Does anyone have the exact configuration to get MATRAN compiled under
g95?
For gfortran it is -
FC = gfortran
PREC = dbl
LIB = lapack.a blas.a
.f95.o :
$(FC) -c -x f95-cpp-input -D$(PREC) $<
where the -x f95-cpp-input triggers macro processing. The
corresponding option for G95 is -cpp.
Paul
Hello
Many thanks. At least the compiled went fine for some sources but
g95 -c -cpp -Ddbl MatranRealCore.f95
In file MatranRealCore.f95:28
end module MatranRealCore_m
1
Error: Name 'minus' at (1) is an ambiguous reference to 'minus' from
module 'rmatsum_m'
In file MatranRealCore.f95:28
end module MatranRealCore_m
1
Error: Name 'plus' at (1) is an ambiguous reference to 'plus' from
module 'rmatsum_m'
In file MatranRealCore.f95:28
end module MatranRealCore_m
1
Would you know what is to be done next?
Many thanks
Ed
.
- References:
- Did anyone manage to get MATRAN compiled with g95?
- From: Ed
- Re: Did anyone manage to get MATRAN compiled with g95?
- From: paul . richard . thomas
- Did anyone manage to get MATRAN compiled with g95?
- Prev by Date: Re: How to quote the " character in a format statement?
- Next by Date: Re: The concept of a record
- Previous by thread: Re: Did anyone manage to get MATRAN compiled with g95?
- Next by thread: passing a variable number of args/vectors to a routine
- Index(es):
Relevant Pages
|