|
MFC
Exascale flow solver
|
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. | |
Shared input validation checks for grid dimensions and AMD GPU compiler limits.
| 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.
| 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.
| 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.