Home
last modified time | relevance | path

Searched refs:MPIR_CVAR_REQUEST_POLL_FREQ (Results 1 – 8 of 8) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpi/request/
H A Dtestall.c45 if ((i + 1) % MPIR_CVAR_REQUEST_POLL_FREQ == 0) { in MPIR_Testall_state()
58 if ((i + 1) % MPIR_CVAR_REQUEST_POLL_FREQ == 0) { in MPIR_Testall_state()
H A Dwaitany.c42 if ((i + 1) % MPIR_CVAR_REQUEST_POLL_FREQ == 0) { in MPIR_Waitany_state()
H A Dtestany.c44 if ((i + 1) % MPIR_CVAR_REQUEST_POLL_FREQ == 0) { in MPIR_Testany_state()
H A Dtestsome.c49 if ((i + 1) % MPIR_CVAR_REQUEST_POLL_FREQ == 0) { in MPIR_Testsome_state()
H A Dwaitsome.c51 if ((i + 1) % MPIR_CVAR_REQUEST_POLL_FREQ == 0) { in MPIR_Waitsome_state()
/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_cvars.h952 extern int MPIR_CVAR_REQUEST_POLL_FREQ;
/dports/net/mpich/mpich-3.4.3/src/util/
H A Dmpir_cvars.c220 int MPIR_CVAR_REQUEST_POLL_FREQ; variable
6051 MPIR_CVAR_REQUEST_POLL_FREQ, /* name */ in MPIR_T_cvar_init()
6052 &MPIR_CVAR_REQUEST_POLL_FREQ, /* address */ in MPIR_T_cvar_init()
6059 MPIR_CVAR_REQUEST_POLL_FREQ = defaultval.d; in MPIR_T_cvar_init()
6060 rc = MPL_env2int("MPICH_REQUEST_POLL_FREQ", &(MPIR_CVAR_REQUEST_POLL_FREQ)); in MPIR_T_cvar_init()
6062 rc = MPL_env2int("MPIR_PARAM_REQUEST_POLL_FREQ", &(MPIR_CVAR_REQUEST_POLL_FREQ)); in MPIR_T_cvar_init()
6064 rc = MPL_env2int("MPIR_CVAR_REQUEST_POLL_FREQ", &(MPIR_CVAR_REQUEST_POLL_FREQ)); in MPIR_T_cvar_init()
/dports/net/mpich/mpich-3.4.3/
H A DREADME.envvar2113 MPIR_CVAR_REQUEST_POLL_FREQ