How do I check the version of MPICH?

后端 未结 5 1961
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-31 04:50

As stated in the question, what is the command that lists the current version of MPICH? I am running CentOS.

5条回答
  •  死守一世寂寞
    2020-12-31 05:10

    There is a string called MPICH_VERSION in mpi.h that is set to the version. Cray, for example, provides their own application launcher so there isn't the standard set of executables already mentioned for querying the MPICH version.

提交回复
热议问题