[OMPI devel] Makefile.am configuration

2016-10-26 Thread Clement FOYER
Hi everyone, I've got two Makefile configuration problems, and I thought maybe someone here could give me hints to resolve them. I've been working on a component that is part in ompi/mca/pml/comp, and part in mca/common/comp. And I don't really know which variables/target to set in order to

Re: [OMPI devel] Makefile.am configuration

2016-10-26 Thread Gilles Gouaillardet
Clement, For your first question, you can search for inspiration in https://github.com/open-mpi/ompi/blob/master/opal/mca/btl/sm/Makefile.am btl/sm uses common/sm (and common/cuda too), so it looks pretty similar to what you are trying to achieve. For your second question, and even if I do not fu