Error while compiling source.f ---Can't open included file '(DBLPRC)'

Dear Fluka users and moderators
I recently installed fluka2011-3.0. Most of the things are alright except when i try to compile source.f or mgdraw.f routines. The error I got is pasted below. Can someone please take a look and tell me what is the problem.
sincerely
saurabh mukherjee

The message I got while compiling a source.f file is---------

Started 2020.04.15 22:48:42
- Compiling: /home/mukherjee/fluka_cern/fluka2011-3.0/bin/fff source_thermal.f
gfortran -c -I/home/mukherjee/fluka_cern/fluka2011-3.0/include -g -O3 -Wall -Waggregate-return -Wcast-align -Wline-truncation -Wno-conversion -Wno-integer-division -Wno-tabs -Wno-unused-dummy-argument -Wno-unused-function -Wno-unused-parameter -Wno-unused-variable -Wsystem-headers -Wuninitialized -Wunused-label -mtune=generic -msse2 -mfpmath=sse -fPIC -fexpensive-optimizations -funroll-loops -fstrength-reduce -fno-automatic -finit-local-zero -ffixed-form -fbackslash -funderscoring -fd-lines-as-code -frecord-marker=4 -fbacktrace -frange-check -fbounds-check -fdump-core -ftrapping-math -ffpe-trap=invalid,zero,overflow -o source_thermal.o source_thermal.f
source_thermal.f:8: Error: Can’t open included file ‘(DBLPRC)’
Ended: 2020.04.15 22:48:42

Error compiling
Error: compiling file: source_thermal.f
No object generated

1 Like

In your source.f you should have dblprc.inc instead of (DBLPRC) and likewise for other INCLUDEs.

1 Like

Hi Saurabh,

please have a look at this topic:

Cheers,
David

3 Likes

Dear Cesc and David
thank you for the reply. It worked!
sincerely
saurabh