Open barracuda156 opened 1 year ago
Thanks for raising the issue, @barracuda156. I am surprised that the paramonteMatPar
repo is even public because it merely contains some internal explorations of parallelization possibilities for the MATLAB interface to ParaMonte.
Only the main branch of this repository contains the most up-to-date public version of the library.
The main branch of paramonte should compile fine for Python and MATLAB, as documented here.
p. s. We are very close to releasing a new major version that brings many functionality and performance enhancements to the library. I am aware that several issues are still open in the current version. These issues will be resolved altogether in the impending release. Thanks again for reporting problems! We appreciate it. On a side note, do you compile the library on PowerPC?
@fagheri Thank you for a clarification.
Yes, I build on PowerPC. Tests mostly pass, one test fails https://github.com/cdslaborg/paramonte/issues/21 (I have to dig out what is going wrong, will try that this week).
P. S. With Python, I will perhaps wait until the new release is out, and then add Python integration into Macports. For now, paramonte
port just builds the lib and enables testing.
This does not occur on
paramonte
from the main repo from commit 08b5ee74e1dc9045fca8fd7d94e3bbc979a3c425 Something got broken in recent commits toparamonteMatPar
.