> Try " -fno-globals " (or close to that) as option to g77.
> The warnings say you are changing types between calls. It's
> probably Ok, but generally it's a mistake.
Thanks. By using that flag, all the warning mg disappeared but there is
still a fatal error:
prompt% make
mpif77 -c blacstest.f
*** Error code 2
make: Fatal error: Command failed for target `blacstest.o'
If I execute "mpif77 -c blacstest.f" by itself, it seems to be OK:
prompt% mpif77 -c blacstest.f
But there is no .o file output.
My Makefile has teh following statement:
.f.o: ; $(F77) -c $(F77FLAGS) $*.f
where F77FLAGS = -fno-globals -O4
Thanks.
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
|