File: BI_zMPI_amn.c

package info (click to toggle)
scalapack 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 37,012 kB
  • sloc: fortran: 339,113; ansic: 74,517; makefile: 1,494; sh: 34
file content (9 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#include "Bdef.h"

void BI_zMPI_amn(void *in, void *inout, MpiInt *N, MPI_Datatype *dtype)
{
   void BI_zvvamn(Int, char *, char *);
   extern BLACBUFF BI_AuxBuff;

   BI_zvvamn(BI_AuxBuff.Len, inout, in);
}