• Yang Wang's avatar
    Auto generate ibstat file by pssh (#402) · 2fabac52
    Yang Wang authored
    **Description**
    As MPI can not be inited twice in one same process (by py and c)
    Also, MPI env initialized by mpi4py can not be reused in C env
    
    To avoid MPI init issue introduced from mpi4py, rewrite gen_ibstat_file function to generate ibstat file leveraged by pssh
    
    **Major Revision**
    - Rewrite gen_ibstat_file function to generate ibstat file leveraged by pssh
    
    **Minor Revision**
    - Remove mpi4py dependency
    
    Tested the functionality of topo-aware on 36 nodes cluster
    2fabac52
ib_validation_performance.py 15.9 KB