Home
last modified time | relevance | path

Searched refs:cp_fm_gemm_test_section (Results 1 – 2 of 2) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dlibrary_tests.F138 TYPE(section_vals_type), POINTER :: cp_dbcsr_test_section, cp_fm_gemm_test_section, & local
188 cp_fm_gemm_test_section => section_vals_get_subs_vals(root_section, "TEST%CP_FM_GEMM")
189 CALL section_vals_get(cp_fm_gemm_test_section, explicit=explicit)
191 CALL cp_fm_gemm_test(para_env, iw, cp_fm_gemm_test_section)
1269 SUBROUTINE cp_fm_gemm_test(para_env, iw, cp_fm_gemm_test_section) argument
1273 TYPE(section_vals_type), POINTER :: cp_fm_gemm_test_section local
1294 CALL section_vals_get(cp_fm_gemm_test_section, n_repetition=n_rep)
1298 … CALL section_vals_val_get(cp_fm_gemm_test_section, "N_loop", i_rep_section=i_rep, i_val=N_loop)
1301 CALL section_vals_val_get(cp_fm_gemm_test_section, "K", i_rep_section=i_rep, i_val=k)
1302 CALL section_vals_val_get(cp_fm_gemm_test_section, "N", i_rep_section=i_rep, i_val=n)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dlibrary_tests.F144 TYPE(section_vals_type), POINTER :: cp_dbcsr_test_section, cp_fm_gemm_test_section, & local
196 cp_fm_gemm_test_section => section_vals_get_subs_vals(root_section, "TEST%CP_FM_GEMM")
197 CALL section_vals_get(cp_fm_gemm_test_section, explicit=explicit)
199 CALL cp_fm_gemm_test(para_env, iw, cp_fm_gemm_test_section)
1388 SUBROUTINE cp_fm_gemm_test(para_env, iw, cp_fm_gemm_test_section) argument
1392 TYPE(section_vals_type), POINTER :: cp_fm_gemm_test_section local
1413 CALL section_vals_get(cp_fm_gemm_test_section, n_repetition=n_rep)
1417 … CALL section_vals_val_get(cp_fm_gemm_test_section, "N_loop", i_rep_section=i_rep, i_val=N_loop)
1420 CALL section_vals_val_get(cp_fm_gemm_test_section, "K", i_rep_section=i_rep, i_val=k)
1421 CALL section_vals_val_get(cp_fm_gemm_test_section, "N", i_rep_section=i_rep, i_val=n)
[all …]