Updated README to use the OMPI_COMM_WORLD_RANK instead of the old vpid env-var.
This commit was SVN r19155.
This commit is contained in:
parent
7342a6f1da
commit
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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user