Dear all,
I am am student from hanover, Germany. For my thesis in computational engineering I need to work with feap. I got the files for feap 8.1 from my professor. After installing I am able to start the program. But when I try to open my elmt01.f the output-file only contains
**ERROR** File 'bdata.h' in INCLUDE statement does not exist
I think the problem is the path to the include files. My makefile contains the following:
ifeq ($(ARCH),x86_64) # host is 64 Bit Machine
OBJDIR = ../OBJ
ODIR = ../64b
F77 = ifort
CC = cc
INC = include -Iinclude/integer8 -Iinclude/eigenes -Iinclude/eigenes/integer8
FOPT = -O2
COPT = -O2
LOPT = -L../lib -lmkl_solver -lmkl_lapack -lmkl_em64t -lguide -lpthread
XLIB = -L/usr/X11R6/lib64 -lX11 -lm
I am working with a 64-bit linux. Maybe you can give my a hint how to change the makefile etc to solve this problem.
Best regards,
Matti