Re: [OMPI users] intel/openmpi

2007-06-25 Thread Francesco Pietra
Henry: Thanks. The "icc" issue did not exist. The command line of ./configure was correct for CXX respect. What was wrong was the lack of "/bin" before icpc. Then, both ./configure and make commands OK. Then, I tried # checkinstall make install which aborted (checkinstall has been removed from

Re: [OMPI users] intel/openmpi

2007-06-25 Thread Gabb, Henry
Francesco, Try replacing 'icc' with 'icpc' in the CXX definition. Also, you shouldn't need the full path to the compilers. Are you initializing the compilers before configuring openmpi? If not, I strongly recommend that you run the ifortvars.{sh|csh} and iccvars.{sh|csh} scripts before building op

Re: [OMPI users] intel/openmpi

2007-06-24 Thread Francesco Pietra
Sorry for the mistake "CXX=/opt/.icc" below. Actually the command was issued correctly, with "CXX=/ot/...icpc". I have checked that directly by searching back for issued commands. francesco pietra --- George Bosilca wrote: > I run into this few weeks ago. The solution I found is to spec

Re: [OMPI users] intel/openmpi

2007-06-24 Thread George Bosilca
I run into this few weeks ago. The solution I found is to specify icpc as the CXX compiler. So instead of running configure with CXX set to /opt/intel/cce/9.1.042/bin/icc you should set it to /opt/intel/ cce/9.1.042/bin/icpc. george. On Jun 24, 2007, at 4:47 AM, Francesco Pietra wrote:

[OMPI users] intel/openmpi

2007-06-24 Thread Francesco Pietra
Jeff: Recently you kindly helped me about plans to compile openmpi with intels. I printed your mail, sorry for not having the electronic any more. Also, the issue reported here does not seem to be about openmpi, rather about intels as installed on my dual-core opterons on a Tyan S2895/Thunder K8W