Closed npinto closed 13 years ago
Hi Nicolas,
the error you get is pretty strange cause there is no MPI usage in the CHDF5File class. Could you please clean your installation with removing *.o files and retry?
Interesting. I guess this has to do with mpi support in my hdf5 library. I'll check my USE flags and report back. Thanks for the prompt answer.
it is a bug in your hdf5 library which in your case should have been linked with mpi but obviously was not
I'm getting linking errors when compiling shogun 1.0.0:
The failing command is:
Adding
--ldfags="-lmpi -lmpi_cxx"
to./configure
fixes the issue. Am I missing something?