packaging of openmpi-bin problem

Asked by Gerard HENRY

hello,
i need to use shmem which is packaged in openmpi-bin.
The compiler oshcc gives:
$ oshcc --showme:link
-L/usr/lib/x86_64-linux-gnu/openmpi/lib -loshmem -lmpi -lopen-rte -lopen-pal -lhwloc -levent_core -levent_pthreads -lm -lz

but liboshmem.so is installed in another directory:
/usr/lib/x86_64-linux-gnu

so i'm unable to use the compiler oshcc. Could you correct the problem?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Gerard HENRY
Solved:
Last query:
Last reply:
Revision history for this message
Gerard HENRY (gerard13) said :
#1

i don't understand why but after reinstalling libopenmpi-dev, it works.