goodluck_1982_at_[hidden] wrote:
> Tim Prince Wrote:
>>
>>>
>>>
>>> ====================================================
>>> laminfo
>>> LAM/MPI: 7.1.2
>>> Prefix: /cluster/lammpi-7.1.2
>>> Architecture: x86_64-unknown-linux-gnu
>>>
>>
>> As you have built your lam for x86-64 (64-bit architecture), you must
>> make sure you don't mix it with an incompatible lam version, or with
>> objects or libraries built for 32-bit architecture. Such mixtures would
>> produce the sort of hang you mention.
>>
> I am sure that before I install lam-7.1.2, there is no LAM installed
> on my system.
> But how do I check if I don't mix it with objects or libraries built
> for 32-bit architecture.
> I just configire , make and make install, what else should I config?
>
In principle, if you use only the compiler wrappers for your lam
installation,don't select any separately built 32-bit .o files, and
don't issue the -m32 option (for gnu compilers; each compiler has a
different scheme), you should be OK. I may have missed it, but I didn't
see an indication of whether you are using only a consistent set of gcc
64-bit compilers.
|