How do I check the version of MPICH?

后端 未结 5 1972
佛祖请我去吃肉
佛祖请我去吃肉 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:22

    Well for me it was mpicc -v

    mpicc for 1.1.1p1
    Using built-in specs.
    Target: i486-linux-gnu
    Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
    Thread model: posix
    gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
    

    HTH

提交回复
热议问题