When compiling the 'initial' package there are complaints about '_r8'. I have never seen '_r8' before attached to numbers so thought it might be a cpp thing.
Tried running cpp with the options supplied in the Makefile, but no change.
Trying this on Redhat 7.2 (we will be upgrading within the month) with g77. We also have the Portland Group compilers, but there wasn't a Makefile for them.
Any ideas?
Thanks
Tim Cera
Code: Select all
> make -f Makefile.Gnu
g77 -c -DNO_EXIT -g -O2 initial.F
g77 -c -DNO_EXIT -g -O2 bleck.F
bleck.F: In subroutine `bleck':
bleck.F:55:
w(lis,j)=0.25_r8*(f(lis,j+1)+f(lis,j-1)+2.0_r8*f(lis,j))
^
Invalid form for assignment statement at (^)