Tim Prince wrote:
>
> You picked some advice given for Intel 7.1 compilers, given by someone
> who didn't believe in using PATH or LD_LIBRARY_PATH variables as set by
> the intel compiler scripts. You have specified icc (C compiler) as your
> C++ compiler. Invoking the compiler as icpc sets the C++ linking
> options, including the path to the STL chosen at installation time.
>
>
> Tim Prince
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>
Yes, that's work. I also read User Guide from Intel and see that using
icpc solve the problem. This is my solution:
CC=/opt/intel_cc_80/bin/icc
CXX=/opt/intel_cc_80/bin/icpc
FC=/opt/intel_fc_80/ifc
export CC CXX FC
./configure --prefix=/usr/local/lam-7.1.1
make && make install
..
Thank again for your help.
--
Huy Tran, N. H.
{+} High-Performance Computing & Networking
{+} huy_at_[hidden] | huy_at_[hidden]
{+} URL: http://www.dit.hcmut.edu.vn/~huy
{+} Phone: (848)-8647256 (Ext.: 5840)
|