726e92e3c5
with Open MPI. Sill need to finalize on the Makefile so this gets included in distribution. Reviewed by: Jeff Squyres This commit was SVN r11151.
13 строки
262 B
Bash
Исполняемый файл
13 строки
262 B
Bash
Исполняемый файл
#!/bin/sh
|
|
#
|
|
# Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
|
|
# Use is subject to license terms.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
dtrace -s $1 -c $2 -o $2.$OMPI_MCA_ns_nds_vpid.trace
|