SDDFA
#1:
"pvm_exit" {
	double	"Time";
	int	"Tid";
	int	"Lc";
	int	"Code";
	char	"Msg"[];
	int	"Return code";
};;

#2:
"pvm_mcast" {
	double	"Time";
	int	"Tid";
	int	"Lc";
	int	"Code";
	char	"Msg"[];
	int	"Return code";
	int	"Number tids";
	int	"nDtid"[];
};;

#3:
"pvm_mytid" {
	double	"Time";
	int	"Tid";
	int	"Lc";
	int	"Code";
	char	"Msg"[];
	int	"Return code";
	int	"Dtid";
	char	"Hostname"[];
	char	"Type"[];
};;

#4:
"pvm_send" {
	double	"Time";
	int	"Tid";
	int	"Lc";
	int	"Code";
	char	"Msg"[];
	int	"Return code";
	int	"Dtid";
	int	"Mtag";
	int	"Length";
};;

#5:
"pvm_recv_entry" {
	double	"Time";
	int	"Tid";
	int	"Lc";
	int	"Code";
	char	"Msg"[];
	int	"Return code";
	int	"Dtid";
	int	"Mtag";
};;

#6:
"pvm_spawn" {
	double	"Time";
	int	"Tid";
	int	"Lc";
	int	"Code";
	char	"Msg"[];
	int	"Return code";
	char	"Program"[];
	int	"Number tids";
	int	"ndtids"[];
};;

#7:
"pvm_recv_done" {
	double	"Time";
	int	"Tid";
	int	"Lc";
	int	"Code";
	char	"Msg"[];
	int	"Return code";
	int	"Dtid";
	int	"Mtag";
	int	"Length";
};;

#8:
// "created by" "SynthesizeArray-2"
"<<SynthesizeArray-2>>" {
	double	"Array"[][];
};;

#9:
// "created by" "SynthesizeArray-1"
"<<SynthesizeArray-1>>" {
	double	"Array"[][];
};;

