Hui Zhou
Hui Zhou
Yes, you are right :) https://github.com/pmodels/mpich/blob/108b611d6fdef3f6268be42e93f4b0320f96a6d5/test/mpi/runtests#L120-L125
The timeout is probably more due to the slow hardware on softiron.
(from Yanfei) ## Overview * CPU Affinity * Process bind to CPU core(s) * `mpiexec -bind-to core:4` //bind each proc to 4 cores, rr * Different binding policies * `mpiexec...
(from Yanfei)   
@yfguo Do all the examples work with this PR?
test:mpich/ch4/most
test:mpich/ch4/ucx
Thanks for reporting. We are waiting for users to report this issue to motivate us to complete the grunt work of fully clean finalizing :). I suspected we have quite...
`autogen.sh` generally has a more strict requirement. For example, we don't really support autotools from different install paths.
> > `autogen.sh` generally has a more strict requirement. For example, we don't really support autotools from different install paths. > > I agree this isn't a use-case we support....