On Wed, 2009-02-11 at 17:14 -0700, Ralph Castain wrote:
> Actually, this was also the subject of another email thread on the  
> user list earlier today. The user noted that we had lost an important  
> line in our Makefile.am for the tm plm module, and that this was the  
> root cause of the problems you and others have been seeing. We don't  
> see it here because we always configure as shown below.
> 
> This has been fixed in the upcoming 1.3.1 release.
> 
> In the meantime, if you configure with --enable-static  --enable- 
> shared, the required library will be linked into OMPI and will be  
> available.
> 
> Sorry for the problem.
> Ralph

Or, do as i did.
In orte/mca/plm/tm/Makefile.in there is a line
mca_plm_tm_la_LIBADD = 
change it to
mca_plm_tm_la_LIBADD = $(plm_tm_LIBS)

and rebuild.

-- 
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden
Internet: a...@hpc2n.umu.se   Phone: +46 90 7866134 Fax: +46 90 7866126
Mobile: +46 70 7716134 WWW: http://www.hpc2n.umu.se

Reply via email to