File: BI_iMPI_amx2.c

package info (click to toggle)
blacs-mpi 1.1-31
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,328 kB
  • sloc: fortran: 14,968; ansic: 12,353; makefile: 596; sh: 1
file content (6 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
#include "Bdef.h"
void BI_iMPI_amx2(void *in, void *inout, int *N, BI_MPI_Datatype *dtype)
{
   void BI_ivvamx2(int, char *, char *);
   BI_ivvamx2(*N, inout, in);
}