Home
last modified time | relevance | path

Searched refs:complex_size (Results 1 – 4 of 4) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dmemory_report.f90108 ram = complex_size * nbnd * npol * npwx_l * nk
113 add = complex_size * natomwfc * npol * npwx_l
119 add = complex_size * nwfcU * npol * npwx_l * nk ! also buffer
136 add = complex_size/g_fact * nexx_l * npol * nbnd_l * nkqs
141 add = add + complex_size * nexx_g*npol*2
143 add = add + complex_size * nexx_l*npol*2
152 add = complex_size * ngm * ntyp ! structure factor
163 add = complex_size * nkb * npwx_l ! allocate_wfc.f90:62 vkb
198 mix_type_size = complex_size * ngm * nspin
285 add = complex_size * nbndx * npol * npwx_l ! spsi
[all …]
/dports/science/hypre/hypre-2.23.0/src/IJ_mv/
H A DIJVector_parcsr.c699 HYPRE_Int obj_size_bytes, big_int_size, complex_size; in hypre_IJVectorAssembleOffProcValsPar() local
889 complex_size = sizeof(HYPRE_Complex); in hypre_IJVectorAssembleOffProcValsPar()
892 obj_size_bytes = hypre_max(big_int_size, complex_size); in hypre_IJVectorAssembleOffProcValsPar()
H A DIJMatrix_parcsr.c1761 HYPRE_Int obj_size_bytes, complex_size; in hypre_IJMatrixAssembleOffProcValsParCSR() local
2025 complex_size = sizeof(HYPRE_Complex); in hypre_IJMatrixAssembleOffProcValsParCSR()
2027 obj_size_bytes = hypre_max(big_int_size, complex_size); in hypre_IJMatrixAssembleOffProcValsParCSR()
2253 if (complex_size == obj_size_bytes) in hypre_IJMatrixAssembleOffProcValsParCSR()
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dhdf5_qe.f90171 integer(HSIZE_T) :: double_size, complex_size local