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.
20 строки
371 B
D
20 строки
371 B
D
/*
|
|
* Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
|
|
* Use is subject to license terms.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
pid$target:libmpi:MPI_*:entry
|
|
{
|
|
printf("Entered %s...", probefunc);
|
|
}
|
|
|
|
pid$target:libmpi:MPI_*:return
|
|
{
|
|
printf("exiting, return value = %d\n", arg1);
|
|
}
|