Hi All,
       I tried to install lam-7.1.3 with ifort and icc compilers in Red Hat linux 5 (64-bit). I set the environment as
setenv F77 /opt/intel/fce/10.0.023/bin/ifort
setenv gcc /opt/intel/cce/10.0.023/bin/icc
then I gave
configure --prefix=/home/programs/lam-7.1.3
make
make install
It gave the following error message:
make[2]: *** [install-sysconfDATA] Error 1
make[2]: Leaving directory `/home/programs/lam-7.1.3/etc'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/programs/lam-7.1.3/etc'
make: *** [install-recursive] Error 1
But the bin was created with all executable files. When I executed laminfo, for C compiler it gives only gcc. Moreover when I executed mpif77 it gives as follows
WARNING: mpif77 expected to find liblammpio.* in /home/programs/lam-7.1.3/lib
WARNING: MPI-2 IO support will be disabled
Can anyone figure out my error?
Thanks in advance.
Ramya. L.
|