Quote:
Originally Posted by Kaveh
I have been familiar with some of my doubt,
now can you tell me what is LDR and LDRFLAG in make.inc file
the meke.inc is in the following form and I think I should write right options infront of eachone
FC = gfortran
CC = gcc
LDR = ??
FFLAGS = -ffree-form -g -fno-second-underscore
CFLAGS = -g
LDRFLAGS = ??
DEFINES = ??
please tell me if I write correctly the ones which are fill now and what should I write for the others?
|
the error of above options is
"
[root@Science src]# make
gfortran -ffree-form -g -fno-second-underscore -ffree-line-length-256 -c load.f
load.f:3:
c Global arrays for load balancing
1
Error: Unclassifiable statement at (1)
load.f:9:
c Local arrays for load balancing
1
Error: Unclassifiable statement at (1)
"
what is the problem?