Hui Zhou

Results 695 comments of Hui Zhou

``` [proxy:0@amdgpu04] HYDT_topo_hwloc_bind (lib/tools/topo/hwloc/topo_hwloc.c:699): hwloc_set_cpubind failed, rc = 0 ``` Oops! I think I reversed the condition. `rc = 0` is supposed to mean success ;) Could you rebuild and...

Which version of MPICH is this? Could you try the latest release?

Could you add `-v -l` option to `mpiexec` and upload the console log?

Could you try ? - ``` mpiexec -v -np 16 -ppn 2 ./namd3_mpi_smp_fftw3 +ppn 71 +pemap 1-71,73-143 +commap 0,72 stmv.namd ```

Sorry for neglect. Could you try the newest MPICH 4.3.0rc1 release (https://www.mpich.org/downloads/), and if it still fails, upload the run log?

Conclusion: the NVC compiler are not able to compile uthash macros correctly in `hydra`, resulting an inserted key couldn't be found afterward. This is likely a compiler issue. Work-around: build...

Hi @mjwilkins18 , thanks for contributing! Some suggestions to help the PR review - * Could you add more introduction and details to the PR description? It's good that you...

test:mpich/ch3/most test:mpich/ch4/most

@mjwilkins18 Approved. Go ahead rebase to main and merge

Just ran the reproducer on Aurora `debug` queue using fresh `main` branch - ``` 39a60e165 02/12 11:31 Merge pull request #7281 from hzhou/2501_romio_fort ``` seems working: ``` sh test.sh +...