Have you tried updating to the latest version of MPICH? Our current version is 3.1.3. The version you are using is years old so we'll have a hard time helping you fix any issues.

Thanks,
Wesley

On Tue, Jan 13, 2015 at 1:13 PM, Giordano Lipari <giordano_lipari@yahoo.co.uk> wrote:
I have installed mpchi2-1.5 in my Linux desktop (Ubuntu 12.04 LTS 64-bit) with the standard command sequence 

sudo ./configure --prefix=$MOUNTDIR
sudo make
sudo make install
sudo make check

The following 9 tests of the check in src/mpe2 fail:
*** Test C program with the MPI tracing library .......................... No.
*** Test C program with the MPI logging library .......................... No.
*** Test C program with the MPI and manual logging libraries ............. No.
*** Test F77 program with the MPI and manual logging libraries ........... No.
*** Test C program with the MPI animation library ........................ No.
*** Test C program with the X11 graphics library ......................... No.
*** Test F77 program with the X11 graphics library ....................... No.
*** Test C program with the MPI collective/datatype checking library ..... No.
*** Test F77 program with the MPI collective/datatype checking library ... No.

The entire stdout and stderr outputs are enclosed as attachment.
My question is whether this is the regular behaviour and, if not, how I fix this.
Thanks for helping me out!