2006-08-10 20:09:19 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
|
|
|
|
* Use is subject to license terms.
|
|
|
|
* $COPYRIGHT$
|
2015-06-23 20:59:57 -07:00
|
|
|
*
|
2006-08-10 20:09:19 +00:00
|
|
|
* Additional copyrights may follow
|
2015-06-23 20:59:57 -07:00
|
|
|
*
|
2006-08-10 20:09:19 +00:00
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
|
|
|
pid$target:libmpi:MPI_*:entry
|
|
|
|
{
|
|
|
|
printf("Entered %s...", probefunc);
|
|
|
|
}
|
|
|
|
|
|
|
|
pid$target:libmpi:MPI_*:return
|
|
|
|
{
|
|
|
|
printf("exiting, return value = %d\n", arg1);
|
|
|
|
}
|