Replies: 1 comment 2 replies
-
|
Not that I know. Did you try aliasing xterm to xterm-256color? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to debug a simulation that only hits a segfault when using a split-mesh. Once split, you have to run on the same number of processes as splits of the mesh. I follow the instructions here for parallel debugging and I'm running into issues with this command:
After changing to myapp-dbg and the input file name of interest. I receive
and the simulation just continues in the terminal as a normal run of the dbg executable.
I think this is because
--start-in-debuggeruses xterm, however, on Sequoia if you do anecho $TERMit reportsxterm-256color. Is there a way to use--start-in-debuggerwithxterm-256colorinstead ofxterm?Beta Was this translation helpful? Give feedback.
All reactions