Hui Zhou

Results 695 comments of Hui Zhou

We already have a `categorty` for each cvar. If we just want to exclude ch3 cvars from ch4 or vice versa, we could simply exclude the `CH3` category or `CH4`...

If we define macros in `mpichconf.h` such as `MPIDI_DEVICE_CH3`, `MPIDI_DEVICE_CH4_OFI`, etc. then we could macro-guard `mpir_cvar.h` and `mpir_cvar.c`, hopefully, achieve what is intended by this issue.

I think this has been fixed.

> Should the output of this be? I'll take it up with the forum... > > ``` > foo = 42 > foo = 42 > ``` I think it...

The handle leak still can happen with the ch4:ofi netmod. Unlike ucx, libfabric will happily close its resource without checking for pending communications. Thus, we'll need our separate mechanism to...

@wkliao This one looks fine to merge. Could you rebase this PR?

> That is a very old code. I believe it is to figure out MPI_OFFSET_KIND and save in include/mpiof.h, as KIND is introduced in F90. > > ``` > INTEGER...

> It is not to test whether the Fortran compiler is a F90. That codes update include/mpiof.h. However, I think mpiof.h can be removed completely. as mpif.h has already covered...

When a Jenkins job hits its time limit, the script can't wrap the XML file since the script is killed by Jenkins. We only support complete XML report if the...