Biblioteki C/C++
MPI_Datatype
[alias] Typ predefiniowany określający rodzaj przesyłanych danych.Składnia
#include<mpi.h>
typedef int MPI_Datatype;
#define MPI_CHAR ((MPI_Datatype)1)
#define MPI_UNSIGNED_CHAR ((MPI_Datatype)2)
#define MPI_BYTE ((MPI_Datatype)3)
#define MPI_SHORT ((MPI_Datatype)4)
#define MPI_UNSIGNED_SHORT ((MPI_Datatype)5)
#define MPI_INT ((MPI_Datatype)6)
#define MPI_UNSIGNED ((MPI_Datatype)7)
#define MPI_LONG ((MPI_Datatype)8)
#define MPI_UNSIGNED_LONG ((MPI_Datatype)9)
#define MPI_FLOAT ((MPI_Datatype)10)
#define MPI_DOUBLE ((MPI_Datatype)11)
#define MPI_LONG_DOUBLE ((MPI_Datatype)12)
#define MPI_LONG_LONG_INT ((MPI_Datatype)13)
#define MPI_PACKED ((MPI_Datatype)14)
#define MPI_LB ((MPI_Datatype)15)
#define MPI_UB ((MPI_Datatype)16)
Opis szczegółowy
Wszystkie teksty są chronione prawami autorskimi. Kopiowanie lub rozpowszechnianie treści poza niniejszym serwisem
jest zabronione.
Powyższe ograniczenie nie dotyczy autora opracowania, któremu przysługuje prawo do rozpowszechniania własnego tekstu wedle własnego uznania.