Pratik Nayak

Results 66 comments of Pratik Nayak

Unfortunately, I cannot seem to reproduce this. I also installed openmpi-4.1.1 and openmpi-4.1.4 and tested it with both. All tests pass for me.

I see. Thanks. If possible could you share your easybuild config, so that I can try and reproduce the problem ?

@greole , @fritzgoebel did a bit of updating of our Wiki. What he did was create a repo called ginkgo wiki https://github.com/fritzgoebel/ginkgo_wiki/wiki and updated the wiki there by copying from...

Yes, unfortunately, there does not seem to be a way to create a PR for the wiki. You can edit your repo and whenever you have a page that you...

Yes, in general for any class, you could have a temporary storage in place of this, but that would mean: 1. You need to allocate temporary objects in the generate...

Yes, I agree that if each class (or one of its base class) has temporary array members, these can be used instead and to the most point the behaviour would...

@vijaysm, thanks for creating an issue and trying out Ginkgo. Unfortunately, currently we do not have a way to view contiguous data as column-major. You can always create multiple views...

The namespace `kernel` is also used in all executor files `omp/`, `reference/` as well as `cuda/`. And only in the `cuda/` folder, some of the functions have the suffix `_kernel`....

> Every part is inside a namespace kernels, after which a namespace omp, reference or cuda comes That is what I meant. And I think that is enough ? In...

@klausbu , if your subdomains have distinct problems they need to solve and communicate between the solves, then this is possible but you would have to manage the communication yourself,...