예제 #1
0
파일: Unsafe.cs 프로젝트: jmhal/MPI.NET
 public static unsafe extern int MPI_Op_free(ref MPI_Op op);
예제 #2
0
파일: Unsafe.cs 프로젝트: jmhal/MPI.NET
 public static unsafe extern int MPI_Scan(IntPtr sendbuf, IntPtr recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm);
예제 #3
0
파일: Unsafe.cs 프로젝트: jmhal/MPI.NET
 public static unsafe extern int MPI_Op_create(MPI_User_function function, int commute, out MPI_Op op);
예제 #4
0
파일: Unsafe.cs 프로젝트: jmhal/MPI.NET
 public static unsafe extern int MPI_Reduce_scatter(IntPtr sendbuf, IntPtr recvbuf, int[] recvcounts, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm);