Is there a way to install Cray's gdb4hpc
on a personal Linux computer? I want to debug MPI applications on my local computer.
Asked
Active
Viewed 78 times
0

Kadir
- 1,345
- 3
- 15
- 25
-
1Sorry, can't help you with cray products. But try: `mpiexec -n 4 xterm -e gdb yourprogram`. That's a very low budget debugger. – Victor Eijkhout Jul 18 '22 at 12:49
-
Or try [tmpi](https://github.com/Azrael3000/tmpi) – philb Jul 25 '22 at 18:45