On Mar 23, 2010, at 9:34 PM, hu yaohui wrote:
> Did you mean to add it in the makefile? All i have done now is only to
> sustitude the word "sm" with "ht" both in the code and configure file.
> i think i have this -avoid-version in mca_btl_ht_LDFLAGS.
> why sm didn't report any error?but ht repor
Hi Jeff,
Did you mean to add it in the makefile? All i have done now is only
to sustitude the word "sm" with "ht" both in the code and configure file.
i think i have this -avoid-version in mca_btl_ht_LDFLAGS.
why sm didn't report any error?but ht report the error.they are all the
same,except the na
You probably want to add "-avoid-version" to the mca_btl_ht_LDFLAGS (and the
others).
See the Libtool docs for more info here; but in general, we don't use the .so
versioning scheme for OMPI plugins. Only for actual shared libraries that apps
link against.
On Mar 23, 2010, at 9:32 AM, hu yao