Jong Choi

Results 27 comments of Jong Choi

I have also fixed the segfault error with declare_group and the NoneType error on closing.

I have just recompiled with the recent Cython 0.29 and uploaded to the repository. Please let us know if there is still a problem.

1. It just a segfault. ``` $ python test.py scatter_min: torch.Size([2, 5]) Segmentation fault (core dumped) ``` 2. AMD MI250X (gfx90a) 3. Will try. Thank you for the advice.

I have one question. I am trying to some simple debug. Can you give some advice which source file I can look and put some debugging information, based on the...

Thank you for the advice. Unfortunately, I cannot install a new OS. If I find any clue, I will post here.

It looks like the cython version 0.29 at Oct 2 2019 is old. I just tried adios 1.13.1, cython 0.29.32, and python 3.9.13 and it works for me: ``` jyc@login4...

I used the following command to re-generate `adios.cpp` and `adios_mpi.cpp`: ``` make CYTHON=y MPI=y python ``` As @ax3l said, I also recommend to use Adios2 if possible.