Actions
Bug #349
openMissing MPI include file for non-MPI builds
Status:
Resolved
Priority:
Normal
Assignee:
-
Start date:
08/13/2020
Due date:
% Done:
0%
Estimated time:
Description
The include file mpi_fc_conf.inc
is generated only for MPI builds. This causes a problem when configuring with --disable-MPI
and attempting to build the doxygen documentation: processing src/core/ppm_std_type_kinds_mp.f90
causes a fatal error due to the missing include file.
The attached patch fixes this by only including mpi_fc_conf.inc
when USE_MPI
is defined.
Files
Actions