incardon

Results 10 issues of incardon

**Is your feature request related to a problem? Please describe.** Something that I would like to see implemented is the possibility to remember the breakpoints I set during the last...

- [] I have added an entry to `docs/changelog.md` ## Summary of changes This diff add support to work with mpi programs in Gdbgui. The main changes regard adding the...

- [] I have added an entry to `docs/changelog.md` ## Summary of changes ## Test plan Tested by running ``` # command(s) to exercise these changes ``` This feature add...

**Is your feature request related to a problem? Please describe.** I am thinking to further improve the MPI feature with a proper restart of the MPI program. The actual procedure...

**Is your feature request related to a problem? Please describe.** Dear cs01 thanks for gdbgui it is a very interesting project. Parallel distribute MPI (Message Passing Intergace) debugger like Allinea...

I am new to Julia (1 day) and I am looking see how to wrap the library we have (c++) in julia Unfortunately I encountered a problem I was able...

It seems that the generator look into /usr/include to search include files that is the path where the default compiler put header files. On the other hand in case I...

Having a kernel launch inside a macro like this ``` C++ #define CUDA_LAUNCH(cuda_call,wthr,thr, ...) \ cuda_call(__VA_ARGS__); ``` and using it with ``` C++ CUDA_LAUNCH((count_nn_cells),itgg,vs.toKernel(),cells_nn.toKernel(),cells_nn_test.toKernel()); ``` produce a crash. The main...

bug
feature

For time reason I cound not do more testing, but in boost 1.75.0, look like there is a conflict in visibility. /home/i-bird/openfpm_dependencies_clang/BOOST/include/boost/iostreams/device/mapped_file.hpp:349:53: error: 'safe_bool_helper' is a private member of 'boost::iostreams::mapped_file_source'...

For the CUDA example // Get index of first TD int ix = blockIdx.x*blockDim.x*NUM_TD_PER_THREAD + threadIdx.x; // Have extra threads do the last member intead of return. // A return...