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