Tuomas Koskela
Tuomas Koskela
I'm setting up ford in my fortran project. The html documentation is getting produced fine. I have set `graph: true` to produce dependency graphs, but they aren't getting rendered well...
Application: Linaro Forge 23.0.1 Link: Cluster: Young & Kathleen Linaro recently acquired the forge tools from ARM. The ARM download site doesn't work anymore, and the Linaro download site only...
The CI doesn't test this build option. Should it?
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...
There's possibly a bug in the MPI communication which appears when running on one process. Collecting hints in this issue In `test_004` of `f-exx-opt` we notice a difference in the...
The weak scaling test in [benchmarks](https://github.com/OrderN/CONQUEST-release/tree/develop/benchmarks/matrix_multiply) can now be run automatically (tested on Archer2), using ReFrame and Spack. The spack package is [upstreamed to spack](https://packages.spack.io/package.html?name=conquest), the ReFrame test is currently...
Cosma is a HPC system in the University of Durham https://www.durham.ac.uk/departments/academic/physics/cosma/ It has a wide range of profiling tools available due to the performance analysis course ran by Tobias Weinzierl
In https://github.com/OrderN/CONQUEST-release/blob/f424a27d322011e6c131293ba204a87bc50e0472/src/fft_fftw3.f90#L56-L58 in fftx_exec_wrapper there is a loop over columns. It should be possible to thread it trivially. If @davidbowler can provide a test case where this becomes a bottleneck,...
There are a number of non system specific things in system.make that should be taken out and put somewhere else. List includes - MULT_KERN - OpenMP (the flag is system...
The change made in #302 is missing `XC_COMPFLAGS` to `pseudo_tm_info.o`, since libxc is used in https://github.com/OrderN/CONQUEST-release/blob/6bf8f4a8c20fd4fa8f1c7baeb8a6b1f23a6d2408/src/pseudo_tm_info.f90#L996-L997 The build fails on this for me on Kathleen