ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
ksendid_.c
Go to the documentation of this file.
1 #include "Bdef.h"
2 
3 #if (INTFACE == C_CALL)
4 int Cksendid(int ConTxt, int rdest, int cdest)
5 #else
6 F_INT_FUNC ksendid_(int *ConTxt, int *rdest, int *cdest)
7 #endif
8 {
9  return(PT2PTID+1);
10 } /* end ksendid */
ksendid_
F_INT_FUNC ksendid_(int *ConTxt, int *rdest, int *cdest)
Definition: ksendid_.c:6
F_INT_FUNC
#define F_INT_FUNC
Definition: Bdef.h:233
Bdef.h
PT2PTID
#define PT2PTID
Definition: Bdef.h:77