ad4ab69c19
[ROCm/rocshmem commit: ea8f264a11]
6 خطوط
278 B
Plaintext
6 خطوط
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
|