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
Updated by Thomas Jahns almost 3 years ago
Thanks for spotting the issue. This should be fixed now with the integration of commit:693396f3747c3a862c4cdc1388823ce623ea70e8
Actions