12ab8df3bc
git-subtree-dir: projects/rocshmem git-subtree-mainline:5fd976da70git-subtree-split:0496586829
6 rader
278 B
Plaintext
6 rader
278 B
Plaintext
gdb scripts allow launching rocshmem tests repeatedly with gdb
|
|
and dump backtrace on error
|
|
- gdbscript - consists of commands which are executed on gdb launch
|
|
- gdbrun - run script, launches test in loop with gdb enabled
|
|
e.g ./gdbrun 14 10 launches pingPong 10 times
|