Home
last modified time | relevance | path

Searched refs:MPIU_SIZE_T (Results 1 – 12 of 12) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/include/
H A Dmpitypedefs.h69 typedef MPIU_SIZE_T MPIU_Size_t;
H A Dmpichconf.h.in857 #undef MPIU_SIZE_T
/dports/science/PETSc/petsc-3.14.1/src/sys/objects/ftn-custom/
H A Dzstart.c348 if (sizeof(size_t) == sizeof(unsigned)) MPIU_SIZE_T = MPI_UNSIGNED; in petscinitialize_internal()
349 else if (sizeof(size_t) == sizeof(unsigned long)) MPIU_SIZE_T = MPI_UNSIGNED_LONG; in petscinitialize_internal()
351 else if (sizeof(size_t) == sizeof(unsigned long long)) MPIU_SIZE_T = MPI_UNSIGNED_LONG_LONG; in petscinitialize_internal()
/dports/science/PETSc/petsc-3.14.1/src/sys/objects/
H A Dpinit.c942 if (sizeof(size_t) == sizeof(unsigned)) MPIU_SIZE_T = MPI_UNSIGNED; in PetscInitialize()
943 else if (sizeof(size_t) == sizeof(unsigned long)) MPIU_SIZE_T = MPI_UNSIGNED_LONG; in PetscInitialize()
945 else if (sizeof(size_t) == sizeof(unsigned long long)) MPIU_SIZE_T = MPI_UNSIGNED_LONG_LONG; in PetscInitialize()
H A Doptions.c804 ierr = MPI_Bcast(&len,1,MPIU_SIZE_T,0,PETSC_COMM_WORLD);CHKERRQ(ierr); in PetscOptionsInsert()
806 ierr = MPI_Bcast(&len,1,MPIU_SIZE_T,0,PETSC_COMM_WORLD);CHKERRQ(ierr); in PetscOptionsInsert()
826 ierr = MPI_Bcast(&len,1,MPIU_SIZE_T,0,PETSC_COMM_WORLD);CHKERRQ(ierr); in PetscOptionsInsert()
828 ierr = MPI_Bcast(&len,1,MPIU_SIZE_T,0,PETSC_COMM_WORLD);CHKERRQ(ierr); in PetscOptionsInsert()
H A Dinit.c104 MPI_Datatype MPIU_SIZE_T; variable
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscsys.h300 PETSC_EXTERN MPI_Datatype MPIU_SIZE_T; variable
/dports/net/mpich2/mpich2-1.5/
H A Dconfigure.ac5204 # This is used in src/include/mpitypedefs.h to define MPIU_SIZE_T,
5214 MPIU_SIZE_T="unsigned $MPI_AINT"
5215 AC_DEFINE_UNQUOTED(MPIU_SIZE_T,$MPIU_SIZE_T,[Set to a type that can express the size of the entire … definition
H A Dwinconfigure.wsf2905 Case "MPIU_SIZE_T"
2906 fout.WriteLine("#define MPIU_SIZE_T unsigned int")
H A Dconfigure43326 MPIU_SIZE_T="unsigned $MPI_AINT"
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS6401 PETSC_EXTERN MPI_Datatype MPIU_SIZE_T;300,12458
26972 MPI_Datatype MPIU_SIZE_T;104,2750
H A DCTAGS15089 MPIU_SIZE_T include/petscsys.h /^PETSC_EXTERN MPI_Datatype MPIU_SIZE_T;$/;" v language:C++
15090 MPIU_SIZE_T src/sys/objects/init.c /^MPI_Datatype MPIU_SIZE_T;$/;" v language:C