KonduitAI / deeplearning4j

Eclipse Deeplearning4j, ND4J, DataVec and more - deep learning & linear algebra for Java/Scala with GPUs + Spark
http://deeplearning4j.konduit.ai
Apache License 2.0
11 stars 7 forks source link

NEC gdb -tui mode #543

Closed quickwritereader closed 4 years ago

quickwritereader commented 4 years ago

I need gdb -tui mode enabled. It helps a lot with debugging.

quickwritereader commented 4 years ago

cc @mikishin

saudet commented 4 years ago

@mikishin Apparently, we only need to recompile GDB with -enable-tui. Are you using a standard version of GDB?

Y-Shibuya commented 4 years ago

I created an rpm with "-enable-tui" set from the source rpm of GDB for Aurora.

The rpm is not supported by the development team. Should I install it in the Aurora03 environment?

quickwritereader commented 4 years ago

@Y-Shibuya yes, please do. we need it on aurora03 thank you very much.

Y-Shibuya commented 4 years ago

I have installed rpm on Aurora 03.