Denis Hünich

Results 40 comments of Denis Hünich

1. unlikely 2. not possible, because strided and indexed isn't used for halo transfers anymore

I will look into it this week.

The problem is not the total size of the NArray, it is the size of the extension. E.g. 21 x 20 also results in an error. For 21 a the...

It is a bug in the TilePattern. When you use the proxy dash::NArray instead of dash::Matrix it should work. dash::Matrix uses the per default the TilePattern while dash::Narray uses a...

little work around until we fixed the pattern

I fixed it, but if you compile dash with enabled assertions you will get an error by using the TilePattern with underfilled blocks. @devreal and @fuchsto: Why does a TilePattern...

The solution would be the same as for the BlockedPattern. Only the last Block is underfilled. If that is fine i will open a pull request.

@Goon83 i'll look into it. I need to add the missing method inside the pattern. i'll try to do it this week. best Denis

It is fixed and merged to development. Btw. in your example code dash::init(&argc,&argv) is missing. Please check, if the fix works your environment.