Michael Pippig
Michael Pippig
Does anybody know if a local matrix decomposition can benefit from shared memory parallelism at all? I suspect that the memory bandwidth is the main bottleneck and we can not...
The only benefit that we get from more threads is that we have less MPI processes at constant count of computing cores. Therefore, the MPI communication is less fragmented. Correct...
Looks interesting. In former times I tried to convert latex to html with no sufficient success. If sphinx has sufficient support for LaTeX (equations and syntax highlighting via listings) we...
Ok. Great. Thanks a lot.
Does this error only occur with the patched version? An inplace Alltoall does not mean that we do not exchange any data between processes. It just means that all the...
Thank you for the patch. I will have a look on it. However, it might be a bit more difficult, since PFFT is also a submodule of PNFFT and ScaFaCoS....
Any ideas are appreciated.
Looks great. Thank you. I will have a deeper look at it as soon as possible. At the moment I am working on a major PNFFT update. Am 17.09.2015 um...
Dear Yu, I will have a look at it as soon as possible. Hopefully, I find some time at the weekend. Best regards Michael
Dear Yu, I did a rebase of your branch on top of PFFT master (I just skipped the FFTW-include for the moment since I have to test it separately). Have...