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