Tuomas Koskela

Results 28 comments of Tuomas Koskela

I'm having a similar issue to this one. I'm trying to deploy pages to a subdirectory on GitHub pages by adding `site_url` to my `mkdocs.yml` ``` site_url: https://myOrg.github.io/myRepo/subdirectory/ ``` This...

Hi, any chance this could be done, or I could get the permissions to install it? We need a performance profiler with a local MacOS client for https://github.com/UCL-ARC/research-software-opportunities/issues/781 and VTune...

I tried passing `chunksize = 1` to `process_map` as the error message suggested and got ``` Writing graphs: 0%| | 0/1112 [00:00

On my Ubuntu-22.04 laptop with `gcc version 11.4.0` on the `develop` branch commit 78325c916b68649b46524dfee7fadf1127c4299c I get # One MPI process ``` test_001_bulk_Si_1proc_Diag/Conquest_out: |* Harris-Foulkes energy = -33.679289916138416 Ha test_002_bulk_Si_1proc_OrderN/Conquest_out: |*...

On myriad, with the current develop branch I'm getting a segfault in `test_001` with 1 MPI process, 2 runs fine Also seems related to `MPI_alltoallv` ``` $ mpirun -np 1...

TODO: @tkoskela to test if this happens on ARCHER2

Ran benchmarks/matrix_multiply and tests 001 002 on Archer2 with 1 and 2 MPI ranks. No segfaults. On Archer2 I build using `cray-mpich` so possibly this is an Intel MPI related...

I activated the CI for `f-exx-opt` and in `test_004` there is a 1e-5 relative difference in the output when running on 1 MPI process, which is causing the test to...

Briefly discussed this on Dec 5th, trying to write down what I remember - [ ] Try scaling up further to larger system size to better see the multi-node behaviour....