The exisiting script only works for versions of MPICH2 up to 1.2.1p1
Somebody may well download the latest version of MPICH2 instead. Some of the configuration flags are changed in version 1.3
I have attached a modified build script to work with version 1.3
I have modified the build script which I uploaded on November 4. It required a few more variables to be set.
Also the fno-second-underscore option is for GNU compiler, not Intel. I added "assume no2underscores" for the Intel compilers. This script should work for mpich2 versions 1.3 or 1.4, but does not succeed with version 1.5. And of course it is no good for older versions of mpich2.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have modified the build script which I uploaded on November 4. It required a few more variables to be set.
Also the fno-second-underscore option is for GNU compiler, not Intel. I added "assume no2underscores" for the Intel compilers. This script should work for mpich2 versions 1.3 or 1.4, but does not succeed with version 1.5. And of course it is no good for older versions of mpich2.
revised build script November 10