ES-MPICH2 Install:

Since ES-MPICH2 is a modification version of MPICH2. The installatio and configuration process is mostly the same. Hence, we only give instructions on steps which are different from MPICH2.

1. Enter /mpich2-1.0.7 
	 
	 ./configure
	 
2. Enter /polarssl-0.10.1 directory in /mpich2-1.0.7. 
   
   make
   
3. Go to /mpich2-1.0.7/src/mpid/common/sock/poll directory
   add -I../../../../../polarssl-0.10.1/include in INCLUDES
   AES: add ../../../../../polarssl-0.10.1/library/aes.o in sock.o
   3DES: add ../../../../../polarssl-0.10.1/library/des.o in sock.o
   
4. Go back to /mpich2-1.0.7
	 
	 make