MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_checker_common Module Reference

Shared input validation checks for grid dimensions and AMD GPU compiler limits. More...

Functions/Subroutines

impure subroutine, public s_check_inputs_common
 Checks compatibility of parameters in the input file. Used by all three stages.
impure subroutine s_check_total_cells
 Verifies that the total number of grid cells meets the minimum required by the number of dimensions and MPI ranks.
impure subroutine s_check_amd
 Checks that simulation parameters stay within AMD GPU compiler limits when case optimization is disabled.

Detailed Description

Shared input validation checks for grid dimensions and AMD GPU compiler limits.

Function/Subroutine Documentation

◆ s_check_amd()

impure subroutine m_checker_common::s_check_amd

Checks that simulation parameters stay within AMD GPU compiler limits when case optimization is disabled.

Definition at line 353 of file m_checker_common.fpp.f90.

◆ s_check_inputs_common()

impure subroutine, public m_checker_common::s_check_inputs_common

Checks compatibility of parameters in the input file. Used by all three stages.

Definition at line 323 of file m_checker_common.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_total_cells()

impure subroutine m_checker_common::s_check_total_cells

Verifies that the total number of grid cells meets the minimum required by the number of dimensions and MPI ranks.

Definition at line 335 of file m_checker_common.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function: