Hui Zhou

Results 695 comments of 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) ![image](https://user-images.githubusercontent.com/1496702/180612336-d0e05107-9831-4b4d-812a-0cff53ff1483.png) ![image](https://user-images.githubusercontent.com/1496702/180612369-df037dd7-31fe-4c67-89d8-484a9795e0fb.png) ![image](https://user-images.githubusercontent.com/1496702/180612398-cc5e72f8-27c7-4853-8212-69462a1ad5fa.png)

@yfguo Do all the examples work with this PR?

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....