Home
last modified time | relevance | path

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

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmp2_ri_grad.F940 NULLIFY (L2_nu_a, fm_struct_tmp)
943 CALL cp_fm_create(L2_nu_a, fm_struct_tmp, name="Lag_nu_a")
945 CALL cp_fm_set_all(L2_nu_a, 0.0_dp)
946 CALL copy_dbcsr_to_fm(matrix=Lag_nu_a_2%matrix, fm=L2_nu_a)
1322 CALL cp_fm_get_info(matrix=L2_nu_a, &
1329 myprow_2a = L2_nu_a%matrix_struct%context%mepos(1)
1330 mypcol_2a = L2_nu_a%matrix_struct%context%mepos(2)
1331 nprow_2a = L2_nu_a%matrix_struct%context%num_pe(1)
1332 npcol_2a = L2_nu_a%matrix_struct%context%num_pe(2)
1552 DEALLOCATE (L2_nu_a%local_data)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmp2_ri_grad.F933 NULLIFY (L2_nu_a, fm_struct_tmp)
936 CALL cp_fm_create(L2_nu_a, fm_struct_tmp, name="Lag_nu_a")
938 CALL cp_fm_set_all(L2_nu_a, 0.0_dp)
939 CALL copy_dbcsr_to_fm(matrix=Lag_nu_a_2%matrix, fm=L2_nu_a)
1315 CALL cp_fm_get_info(matrix=L2_nu_a, &
1322 myprow_2a = L2_nu_a%matrix_struct%context%mepos(1)
1323 mypcol_2a = L2_nu_a%matrix_struct%context%mepos(2)
1324 nprow_2a = L2_nu_a%matrix_struct%context%num_pe(1)
1325 npcol_2a = L2_nu_a%matrix_struct%context%num_pe(2)
1545 DEALLOCATE (L2_nu_a%local_data)
[all …]