Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Cleaning up orte and openMPI processes: cleanupOmpi.sh

Nathan and I are meeting with the OpenMPI developers next week to see if we can fix this problem once and for all.

GReg

On Mar 10, 2006, at 6:12 AM, Beth Tibbitts wrote:

Here is the script I use... as promised.
I run this before each launch of PTP.

$ cat cleanupOmpi.sh
#!/bin/sh
echo openMPI cleanup for PTP...
echo killing orted processes
killall -9 orted

echo killing ompi_server processes
killall -9 orte_server

echo kill dsm or gdb processes if were debugging
killall -9 sdm gdb

echo Remove any directories starting with openmpi in /tmp
rm -rf /tmp/openmpi*

echo now try launching PTP again.

--
...Beth

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top