Home
last modified time | relevance | path

Searched refs:CollChk_hash_t (Results 1 – 2 of 2) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/mpe2/src/collchk/src/
H A Dsame_dtype.c591 hashes = (CollChk_hash_t *) malloc( size * sizeof(CollChk_hash_t) ); in CollChk_dtype_scatterv()
593 hashes = (CollChk_hash_t *) alloca( size * sizeof(CollChk_hash_t) ); in CollChk_dtype_scatterv()
664 hashes = (CollChk_hash_t *) malloc( size * sizeof(CollChk_hash_t) ); in CollChk_dtype_allgather()
668 hashes = (CollChk_hash_t *) alloca( size * sizeof(CollChk_hash_t) ); in CollChk_dtype_allgather()
765 hashes = (CollChk_hash_t *) malloc( size * sizeof(CollChk_hash_t) ); in CollChk_dtype_allgatherv()
769 hashes = (CollChk_hash_t *) alloca( size * sizeof(CollChk_hash_t) ); in CollChk_dtype_allgatherv()
865 send_hashes = (CollChk_hash_t *) malloc( size * sizeof(CollChk_hash_t) ); in CollChk_dtype_alltoallv()
866 hashes = (CollChk_hash_t *) malloc( size * sizeof(CollChk_hash_t) ); in CollChk_dtype_alltoallv()
869 send_hashes = (CollChk_hash_t *) alloca( size * sizeof(CollChk_hash_t) ); in CollChk_dtype_alltoallv()
870 hashes = (CollChk_hash_t *) alloca( size * sizeof(CollChk_hash_t) ); in CollChk_dtype_alltoallv()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/collchk/include/
H A Dcollchk.h49 } CollChk_hash_t; typedef
109 int CollChk_hash_equal(const CollChk_hash_t *alpha,
110 const CollChk_hash_t *beta);
111 void CollChk_dtype_hash(MPI_Datatype type, int cnt, CollChk_hash_t *dt_hash);