cs01 / gdbgui

Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
https://gdbgui.com
GNU General Public License v3.0
9.9k stars 499 forks source link

MPI improvements #356

Open incardon opened 4 years ago

incardon commented 4 years ago

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 to start an MPI program is. Use the script launch_mpi_debugger to launch the program in debug mode with every process sitening for connections. Than start the server, start the browser, select the MPI option and press connect. Restarting the program involve at the moment close the program, close the server. and follow the start procedure again. This is quite cumbersome.

Describe the solution you'd like To have a proper restart procedure in the sense that the server is capable to close the mpi program, close all its opened sessions, and start it in listening mode or multiprocess mode,

Again I will handle this PR (Not sure when)

Describe alternatives you've considered No alternatives

Additional context No screenshot but, most probably I will add a further option. Where instead of connecting to multiple gdb-servers, you can run and restart MPI programs.

incardon commented 3 years ago

The feature has been implemented in extension_to_mpi_programs_save_restore_bkp