1
1

Updated README to use the OMPI_COMM_WORLD_RANK instead of the old vpid env-var.

This commit was SVN r19155.
Этот коммит содержится в:
Terry Dontje 2008-08-05 11:31:45 +00:00
родитель 7342a6f1da
Коммит 58ecf3ea4f

Просмотреть файл

@ -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: