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
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
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
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: