LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Rodney Mach (rwm_at_[hidden])
Date: 2005-02-16 09:24:11


Hello,

make sure your LD_LIBRARY_PATH is set correctly to use the EM64T library
path when using EM64T 64-bit compilers. If you have it set for the non
EM64T version of 8.1 compiler (e.g. the 32-bit version) you will get the
same error you describe.

If using EM64T compiler this should be in your LD_LIBRARY_PATH:
    /opt/intel_fce_80/lib
NOT this:
    /opt/intel_fc_80/lib

(Note the extra "e" in there, it is hard to notice on a quick glance.)

When using 32-bit 8.1 compiler the opposite is true.

-Rod

Rod Mach
HPC Technical Director
Absoft Corporation

> 3. Re: can't configure lam-7.1.1 with Intel 8.1 Fortran
> (Damien Hocking)
>
>
>>
>> this is odd. I just switched over to using the 8.1 Fortran compiler,
>> EM64T version, and the configure step fails trying to find the size of a
>> Fortran integer. No fancy flags set, just plain fcc=ifort. I looked
>> around the Intel forums but couldn't find anything. Anyone got this to
>> work? All fine on 7.0, 7.1, and g95.
>>
>> Damien
>>