Summary: | sys-cluster/openmpi - Rmpi fails to install under dev-lang/R-2.14.2 due to undefined symbol: mca_base_param_reg_int in /usr/lib64/openmpi/mca_paffinity_hwloc.so | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
Component: | [OLD] Unspecified | Assignee: | Justin Bronder (RETIRED) <jsbronder> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | cluster |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.open-mpi.org/community/lists/devel/2012/04/10802.php | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Juergen Rose
2012-03-06 19:09:00 UTC
Any news? I hit this error again, doing update.packages() under R-2.15.0. I've found thread on upstream's mailing list (see $URL). However they don't offer anything besides static linking :/ looking at Rmpi source: src/Rmpi.c: dlopen("libmpi.so.0", RTLD_GLOBAL | RTLD_LAZY); changing RTLD from LAZY to NOW could help. Is it still valid? |