ndpar calculation freeze sometimes if parallel package is also loaded
N-dimensional parallel functions package for octave
Brought to you by:
ederag
As reported by "user1129812" in the first comment to
http://stackoverflow.com/a/25959122/3565696,
this package seems conflict with the "parallel" package and could not be simultaneously installed/loaded with it, otherwise it sometimes hangs during my iterations and I need to use "ctrl-c" to abort Octave. It works normally if only "ndpar" is installed/loaded.
Can't be reproduced here. But It might be due to a conflict between oct-files. In version 1.1.0 they have all been prefixed with ndpar_, like the m-files.
I am "user1129812".
After installed "ndpar 1.1.0", there seems now no conflict with "parallel 2.2.0".
I could now run "parcellfun" and then "ndpar_arrayfun" within the same Octave session. Thanks.
However, the new package still shows itself as "ndpar 1.0.0" when I run "pkg list".
Keep on the good work.
Good, closing report. Version 1.1.1 uploaded with the correct version number. Thanks for the feedback.