Nicolas Aunai
Nicolas Aunai
Thanks for your quick response. We have tried your suggestion. We may not have understood it fully because doing this does not solve the problem entirely. See the following image...
Hi, Any ideas on that issue ? I'm hitting the same assert failure with revision https://github.com/LLNL/SAMRAI/commit/02109e017a0934dbc473a7a8029dad741db0825f Seems to be the exact same issue, hierarchy with 3 prescribed refinement levels works...
ok I pulled the last revision and tried with 4 levels. Now I don't get that assertion anymore bu I get another one that I can't understand. This happens after...
I'm coming back at this issue because we still have it and now would like to test larger tag buffers. To reproduce the issue, you can use this DockerFile that...
We have not yet identified the specific call. We have noticed on fewer occasions the invalid tag error also mentions Isend…. We have noticed also the same error happens when...
ok, I ran this: ```cpp #include #include int main(int argc, char** argv) { MPI_Init(&argc, &argv); int NoOfProcess; int ProcessNo = 0; int *tagUB, err; MPI_Comm_rank(MPI_COMM_WORLD, &ProcessNo); MPI_Comm_size(MPI_COMM_WORLD, &NoOfProcess); MPI_Comm_get_attr(MPI_COMM_WORLD, MPI_TAG_UB,...
No more crash with the proposed fix.
from SAMRAI documentation : ``` - at_0 input section describing a set of tagging methods to apply to a cycle or time - cycle = integer cycle at which the...
AdvanceTest.test_field_coarsening_via_subcycles first step is skipped for now