e8c8d0c03b
This commit was SVN r18605. The following Trac tickets were found above: Ticket 1336 --> https://svn.open-mpi.org/trac/ompi/ticket/1336
13 строки
262 B
Bash
Исполняемый файл
13 строки
262 B
Bash
Исполняемый файл
#!/bin/sh
|
|
#
|
|
# Copyright (c) 2006-2008 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_COMM_WORLD_RANK.trace
|