incardon

Results 23 comments of incardon

Sure, I understand. Let me know

The feature has been implemented in extension_to_mpi_programs_save_restore_bkp

... Actively working on it. After some analysis and prototype that make me understand how the project work I found its simplicity/multi-session/event-driven design very ideal to add such support. Was...

Ok I have it in preview in my fork experiment. Still have to create tests (jsx mainly) and docs. I have to check how tests suite is done in python...

For who want to try: 1) Clone the fork at git clone https://github.com/incardon/gdbgui.git ... cd gdbgui ... and switch branch with git checkout extension_to_mpi_programs 1) Install openmpi with your package...

Hi ogoffart Thanks for the fast reply. I used bear to generate a json file (compilation database) with bear make. The make file use gcc-4.9.2 as compiler (+ I also...

Thanks. It compile, so I will switch completely to LLVM.

I switch to a system with one compiler avoiding the problem. At the end it worked with bear + gcc, so I did not test clang

I lanuch with ../HIP/hipify-clang/dist/bin/hipify-clang -I/usr/local/cuda/include -I. -I./config **-I/where/you/have/BOOST_1.68_or_higher/include** -DNDEBUG NN/CellList/CellList_gpu_test.cu -D__NVCC__ -o CellList_gpu_test.cpp -D__clang__ -- --std=c++11 -D__CUDACC_VER_MAJOR__=10 -D__CUDACC_VER_MINOR__=1 -D__CUDACC_VER_MINOR__ -D__CUDACC_VER_BUILD__=243 You have to set boost. I know is not the...