xmpi
Graphical user interface for MPI program development
Install
- All systems
-
curl cmd.cat/xmpi.sh
- Debian
-
apt-get install xmpi
- Ubuntu
-
apt-get install xmpi
- Kali Linux
-
apt-get install xmpi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xmpi
- Raspbian
-
apt-get install xmpi
- Dockerfile
- dockerfile.run/xmpi
xmpi
Graphical user interface for MPI program development
MPI is a standard for writing parallel processing programs using a well defined Message Passing Interface. XMPI can acquire and display extensive detail on an application's MPI communication, including the following: o process synchronization status: running, system or blocked o message queue contents o source, destination, root ranks o MPI function name o communicator o data type o message count o tag The above information is acquired from on-demand snapshots of application status using debugging hooks in the MPI implementation or from a trace log of communication activity.