CONQUEST-release
CONQUEST-release copied to clipboard
Refactor duplicated code in m_kern_exx_ subroutines
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