|
From: <son...@us...> - 2008-04-30 18:40:08
|
Revision: 316
http://cbench.svn.sourceforge.net/cbench/?rev=316&view=rev
Author: sonicsoft70
Date: 2008-04-30 11:38:28 -0700 (Wed, 30 Apr 2008)
Log Message:
-----------
another openmpi error to catch
Modified Paths:
--------------
trunk/cbench/perllib/parse_filter/openmpi.pm
Modified: trunk/cbench/perllib/parse_filter/openmpi.pm
===================================================================
--- trunk/cbench/perllib/parse_filter/openmpi.pm 2008-04-30 18:01:44 UTC (rev 315)
+++ trunk/cbench/perllib/parse_filter/openmpi.pm 2008-04-30 18:38:28 UTC (rev 316)
@@ -99,6 +99,10 @@
'\[(\S+)\:\S+\].*(mca_oob_tcp_peer_try_connect:\s+connect to (\S+) failed:.*)$' =>
'OMPI says on node $1 \'$2\'',
+ # [tcompute2:32649] MPI_ABORT invoked on rank 0 in communicator MPI_COMM_WORLD with errorcode 1
+ '\[(\S+)\:\S+\]\s+MPI_ABORT invoked on rank\s+(\S+)\s+in.*' =>
+ 'OMPI saw MPI_ABORT on node $1 (rank $2)',
+
);
1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|