mdb icon indicating copy to clipboard operation
mdb copied to clipboard

TypeError during launch

Open the-florist opened this issue 7 months ago • 1 comments

A TypeError occurs during the mdb launch command.

I downloaded mdb onto Fawcett, and followed the installation instructions listed in the README. All installation steps worked until the installation of termgraph, which failed due to dependency issues.

I use the environment modules listed in the attached mods.txt file. I also activated the anaconda-2021.11 environment available on Fawcett, which contains all of the packages listed in the attached env.txt file. I then compiled the mdb/examples folder, and attempted to launch an mdb kernel using the simple.mpi.exe file with the following launch command:

mdb launch -b gdb -n 2 -t --log-level=DEBUG ./simple-mpi.exe

This gave a TypeError referencing line 20 in the mdb_attach.py file. The full error message is in the attached err.txt file. I confirmed that this error was generated when attempting to launch the simple-memory.exe and simple-mpi-cpp.exe using the above launch command.

mods.txt

env.txt

err.txt

the-florist avatar May 01 '25 12:05 the-florist