|
ScaLAPACK
2.0.2
ScaLAPACK: Scalable Linear Algebra PACKage
|
00001 #include "Bdef.h" 00002 00003 void BI_cMPI_amx(void *in, void *inout, int *N, MPI_Datatype *dtype) 00004 { 00005 void BI_cvvamx(int, char *, char *); 00006 extern BLACBUFF BI_AuxBuff; 00007 00008 BI_cvvamx(BI_AuxBuff.Len, inout, in); 00009 }