Target package¶
My archi module¶
-
mcgdb.toolbox.target.my_archi.
initialize_types
()[source]¶ Initialize types global variables with common types.
My access module¶
Target implementations¶
Module contents¶
Miscellaneous¶
System utils module¶
Module proving system (Linux) utility functions.
-
mcgdb.toolbox.target.system_utils.
grand_children
(pid)[source]¶ Returns the grand children of a process. Mainly used for MPI's mpiruned processes.
Parameters: pid -- PID of the mpirun process. Returns: PIDs of the grand children we found. Return type: list(int)
-
mcgdb.toolbox.target.system_utils.
hex_to_dec
(s)[source]¶ Return the integer value of a hexadecimal string s