My head hurts from working on this! I just realized is for
OpenMP, not OpenMPI. So, of course the PGI is used. I still
don't know why otfprofile is failing, but at least that explains why
OpenMPI-1.5rc5 has no .
Sorry for the noise.
Larry Baker
US Geological Survey
650-329-5608
ba...@
The source of this problem is configure does not properly set up the
LIBS variable in 1.5rc5 (compared to 1.4.2):
[root@hydra src]# diff openmpi-{1.4.2,1.5rc5}/config.log | grep -w
LIBS=
< LIBS='-lnsl -lutil -lpthread'
> LIBS='-lnsl -lutil'
Larry Baker
US Geological Survey
650-329-5608
b
The same problem (LIBS = is missing -lpthread) occurs in orte/tools/
{orte-clean,orte-iof,orte-ps,orted,orterun,orte-top}/Makefile.
Larry Baker
US Geological Survey
650-329-5608
ba...@usgs.gov
Begin forwarded message:
From: Larry Baker
Date: August 30, 2010 4:48:01 PM PDT
To: Open MPI Develo