Project

General

Profile

Actions

Bug #349

open

Missing MPI include file for non-MPI builds

Added by Matthew Krupcale over 3 years ago. Updated about 2 years ago.

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

ppm_std_type_kinds_mp.f90-missing-include-non-MPI.patch (650 Bytes) ppm_std_type_kinds_mp.f90-missing-include-non-MPI.patch Fix missing include file for non-MPI builds Matthew Krupcale, 08/13/2020 06:36 PM
Actions

Also available in: Atom PDF