Hi DAC,
I think there is a bug in configure script. I do the following while I am
trying to install the parallel version:
configure -mpich ifort_ia32
And the config.h file has the following line in it:
> LOADLIB= -L/home/yildirim/mpich-1.2.7_icc/lib -lfmpich2g -lmpi
I have changed the above line with the following line:
< LOADLIB= -L/home/yildirim/mpich-1.2.7_icc/lib -lfmpich -lmpich
and it compiled without error.
PS: MPICH_HOME was defined in my .tcshrc.
Best,
On Tue, 29 Nov 2005, David A. Case wrote:
> On Tue, Nov 29, 2005, Ilyas Yildirim wrote:
>
> > ld: cannot find -lfmpich2g
>
> Look in /home/yildirim/mpich-1.2.7_icc/lib and see what libraries are
there.
> Remove the -lfmpich2g flag if the corresponding library is missing. You
might
> need something like -lfmpich -lmpich. Since things were working with
Amber 8
> (as I understand your mail), use the libraries that were required there.
>
> ...dac
>
>
--
Ilyas Yildirim
---------------------------------------------------------------
- Department of Chemisty - -
- University of Rochester - -
- Hutchison Hall, # B10 - -
- Rochester, NY 14627-0216 - Ph.:(585) 275 67 66 (Office) -
- http://www.pas.rochester.edu/~yildirim/ -
---------------------------------------------------------------
Received on Wed Apr 05 2006 - 23:49:47 PDT