On Thu, 28 Aug 2003, wei zhang wrote:
> I had a few prograss for FORTRAN configure.
> I used the following configuration.
> %./configure --prefix=/mydir/ --with-fc=g77 --with-cxx=g++ --with-cc=gcc.
> Then both C and g77 works okay for mpicc, mpif77, mpirun.
> However, because our code is written by f90, I still need to run f90 code.
> So I tried some steps as follows:
> %setenv LAMHF77 f90
> and run mpirun a file, I got some massage like this:
You need to compile LAM with the same fortran compiler as you compile your
MPI program. The compilers must match all the way through.
LAM should compile fine with the Absoft f90 compiler (the b3 that I just
put out there -- sorry for the b2 fiasco; that's what public beta testing
is for, right? ;-).
--
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/
|