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