> > > Using the same compiler for > > mpich and programs will be best. > > This thing, i don't understand. > Firstly i installed intel compiler, then using this, i compiled the > mpich2. Now, i use mpif90 (along with mpif77, mpicc) present in > mpich2, as a compiler, to compile the Programs(Package).So, how can i > use same compiler to mpich and the programs (software package)? > If i am wrong, please correct me?
This is the way it should be. The scripts mpif90 etc are wrappers around the compiler you use to compile. My concern was if you compiled mpi with A and used B to compile your programs. In this case missing symbols problem should not occur (as you have used intel compiler such symbols should not be missing). Check LD_LIBRARY_PATH and include the mpi library paths if these are missing from the settings. Cheers. -- l...@iitd - http://tinyurl.com/ycueutm
