Please direct all questions to discuss@mpich.org

On Dec 31, 2013, at 7:26 AM, 88-lixin <88-lixin@163.com> wrote:

hello , you give the the answer that detect whether MPICH has been installed or not in the computer the last time, thanks very much! But now I still have a confusion about the question, because MPICH have a feature that platform independent, So can you give me a method that I can detect in both windows and linux . thank you !

At 2013-12-30 16:28:11,88-lixin <88-lixin@163.com> wrote:
OK ,thank you!

At 2013-12-30 11:16:32,"Junchao Zhang" <jczhang@mcs.anl.gov> wrote:
Try 
$mpicc -v 
to see if it is on your PATH

OR

$cd /
$find ./ -name mpicc
to find whether mpicc is installed on your machine.

By the way, you should post your question to discuss@mpich.org, which is the mailing list to discuss mpich

--Junchao Zhang

On Sun, Dec 29, 2013 at 8:58 PM, 88-lixin <88-lixin@163.com> wrote:
hello, I am a graduate student in Shaanxi Normal university .Recently, my mentor let me search a method to detect the computer whether install the mpich library or not. I searched many times , but have no the answer. So  I hope you can give me a good method to detect.Thanks!