Home
last modified time | relevance | path

Searched refs:MPIR_CHKMEM_SETERR (Results 1 – 5 of 5) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_mem.h92 #define MPIR_CHKMEM_SETERR(rc_,nbytes_,name_) \ macro
97 #define MPIR_CHKMEM_SETERR(rc_,nbytes_,name_) rc_=MPI_ERR_OTHER macro
117 MPIR_CHKMEM_SETERR(rc_,nbytes_,name_); \
134 MPIR_CHKMEM_SETERR(rc_,nbytes_,name_); \
162 MPIR_CHKMEM_SETERR(rc_,nbytes_,name_); \
197 MPIR_CHKMEM_SETERR(rc_,nbytes_,name_); \
207 MPIR_CHKMEM_SETERR(rc_,nbytes_,name_); \
H A Dmpir_nbc.h132 MPIR_CHKMEM_SETERR((rc_),(nbytes_),(name_)); \
/dports/net/mpich/mpich-3.4.3/src/util/
H A Dmpir_cvars.c2020MPIR_CHKMEM_SETERR(mpi_errno, strlen(tmp_str), "dup of string for MPIR_CVAR_IALLREDUCE_TREE_TYPE"); in MPIR_T_cvar_init()
2773MPIR_CHKMEM_SETERR(mpi_errno, strlen(tmp_str), "dup of string for MPIR_CVAR_IBCAST_TREE_TYPE"); in MPIR_T_cvar_init()
3740MPIR_CHKMEM_SETERR(mpi_errno, strlen(tmp_str), "dup of string for MPIR_CVAR_IREDUCE_TREE_TYPE"); in MPIR_T_cvar_init()
5728MPIR_CHKMEM_SETERR(mpi_errno, strlen(tmp_str), "dup of string for MPIR_CVAR_DEFAULT_THREAD_LEVEL"); in MPIR_T_cvar_init()
5927MPIR_CHKMEM_SETERR(mpi_errno, strlen(tmp_str), "dup of string for MPIR_CVAR_NETLOC_NODE_FILE"); in MPIR_T_cvar_init()
6127MPIR_CHKMEM_SETERR(mpi_errno, strlen(tmp_str), "dup of string for MPIR_CVAR_OFI_USE_PROVIDER"); in MPIR_T_cvar_init()
6355MPIR_CHKMEM_SETERR(mpi_errno, strlen(tmp_str), "dup of string for MPIR_CVAR_NEMESIS_NETMOD"); in MPIR_T_cvar_init()
7608MPIR_CHKMEM_SETERR(mpi_errno, strlen(tmp_str), "dup of string for MPIR_CVAR_CH4_SHM_POSIX_EAGER"); in MPIR_T_cvar_init()
7918MPIR_CHKMEM_SETERR(mpi_errno, strlen(tmp_str), "dup of string for MPIR_CVAR_CH4_NETMOD"); in MPIR_T_cvar_init()
7948 MPIR_CHKMEM_SETERR(mpi_errno, strlen(tmp_str), "dup of string for MPIR_CVAR_CH4_SHM"); in MPIR_T_cvar_init()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/group/
H A Dgrouputil.c82 MPIR_CHKMEM_SETERR(mpi_errno, nproc * sizeof(MPII_Group_pmap_t), "newgroup->lrank_to_lpid"); in MPIR_Group_create()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dch3u_port.c1047 MPIR_CHKMEM_SETERR(mpi_errno, len, "pg_str"); in MPID_PG_BCast()