From 58ecf3ea4fdd66b4e4d3eb13565282a8b0261ea5 Mon Sep 17 00:00:00 2001 From: Terry Dontje Date: Tue, 5 Aug 2008 11:31:45 +0000 Subject: [PATCH] Updated README to use the OMPI_COMM_WORLD_RANK instead of the old vpid env-var. This commit was SVN r19155. --- examples/dtrace/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dtrace/README b/examples/dtrace/README index bda4e71088..f023fb46ed 100644 --- a/examples/dtrace/README +++ b/examples/dtrace/README @@ -1,4 +1,4 @@ -Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. +Copyright (c) 2007-2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. This document discusses how to use the Solaris Dynamic Tracing utility (DTrace) @@ -127,7 +127,7 @@ similar to the following. #!/bin/sh # partrace.sh - a helper script to dtrace Open MPI jobs from the # start of the job. -dtrace -s $1 -c $2 -o $2.$OMPI_MCA_ns_nds_vpid.trace +dtrace -s $1 -c $2 -o $2.$OMPI_COMM_WORLD_RANK.trace Type the following command to run the partrace.sh shell script: