File: BI_zMPI_amx2.c

package info (click to toggle)
scalapack 2.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 36,300 kB
  • sloc: fortran: 338,514; ansic: 75,307; makefile: 1,385; sh: 56
file content (6 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#include "Bdef.h"
void BI_zMPI_amx2(void *in, void *inout, int *N, MPI_Datatype *dtype)
{
   void BI_zvvamx2(int, char *, char *);
   BI_zvvamx2(*N, inout, in);
}