Hello everybody,
I am compiling a parallel program using intel fortran compiler. During linking, it cannot find the mpi's library. It is probably because the LAM and MPICH installed with OSCAR are compiled with g77. There are 2 underscores at the end of subroutine's name if the program is compilered with g77 (e.g. mpi_barrier__), while 1 underscore if it is compiled with other compilers. such as pgi, intel, etc, (e.g. mpi_barrier_).
My question is.......is it safe to reinstall the LAM and MPICH with ifort and then replace the old one?
Thank you
Andy
