CONQUEST-release icon indicating copy to clipboard operation
CONQUEST-release copied to clipboard

Refactor duplicated code in m_kern_exx_ subroutines

Open tkoskela opened this issue 10 months ago • 7 comments

Based on our meeting with @lionelalexandre on April 12, we need to investigate how much we can reduce code duplication in the subroutines

https://github.com/OrderN/CONQUEST-release/blob/c00a071c18a257d4e708abaede7bb4769b80ccbd/src/exx_kernel_default.f90#L921

https://github.com/OrderN/CONQUEST-release/blob/c00a071c18a257d4e708abaede7bb4769b80ccbd/src/exx_kernel_default.f90#L1268

https://github.com/OrderN/CONQUEST-release/blob/c00a071c18a257d4e708abaede7bb4769b80ccbd/src/exx_kernel_default.f90#L1649

https://github.com/OrderN/CONQUEST-release/blob/c00a071c18a257d4e708abaede7bb4769b80ccbd/src/exx_kernel_default.f90#L2019

and do some refactoring before carrying on with the parallelisation work

tkoskela avatar Apr 22 '24 09:04 tkoskela