Hi everyone,
I am trying to compile a Fortran Code of “User-Subroutines” of finite element code. Maybe parts of the code are written in C++. I have installed the ifort compiler and also moved it to the /usr/bin. When I compile it i get the following error:
**fpp: No such file or directory
**I attach also the Makefile. I would be grateful if someone could give me some help.
Greetings, Jorgos.
ls971: dyn21.o dyn21b.o couple2other_user.o
ifort -o ls971 init_once.o init_keywrd.o dynm.o dyn21.o dyn21b.o couple2other_user.o adummy_graph.o orderByMetis.o lcfunc.o adummy_fftw3.o adummy_msc.o mscapi.o libdyna.a libbcsext4.a liblsda.a liblssecurity.a libmetis.a liblcpack.a libspooles.a libcparse.a libmf2.a liblsm.a liblscrypt.a libresurf.a intel64_101_libansys.a libdyna.a -i-static -L/usr/X11R6/lib64 -lX11 -openmp -lstdc++ -lrt
dyn21.o: dyn21.f nhisparm.inc
ifort -c -w95 -zero -assume byterecl,buffered_io,protect_parens -mP2OPT_hpo_dist_factor=21 -ftz -nopad -fpp2 -openmp -xW -fp-model precise -O2 -I. dyn21.f
dyn21b.o: dyn21b.f nhisparm.inc
ifort -c -w95 -zero -assume byterecl,buffered_io,protect_parens -mP2OPT_hpo_dist_factor=21 -ftz -nopad -fpp2 -openmp -xW -fp-model precise -O2 -I. dyn21b.f