-assume noold_ldout_format for GNU
Steve Kargl
sgk@troutmask.apl.washington.edu
Tue May 29 16:35:00 GMT 2018
On Tue, May 29, 2018 at 11:35:00AM +0530, nachiket k wrote:
> Hi,
> copygb2 has dependency on modfiles genereated from library g2
>
> Makefile parameters for g2 were
>
> Original for intel
>
> DEFS=-DLINUX
> FC=ftn
> CC=cc
> CPP=CC -P
> MODDIR=../g2/lib/temp/incmod/g2_4
>
> FFLAGS=-O3 -g -assume noold_ldout_format -module $(MODDIR)
>
Remove all options and only add those that are needed.
You can remove '-assume noold_ldout_format' as that is
an Intel specific loader option. Change -module to -I.
--
Steve
More information about the Fortran
mailing list