Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in algorithms when using Parallel Colt #144

Open
jjpedreno opened this issue Oct 26, 2017 · 1 comment
Open

Exception in algorithms when using Parallel Colt #144

jjpedreno opened this issue Oct 26, 2017 · 1 comment

Comments

@jjpedreno
Copy link
Contributor

When developing algorithms, a line of code such as:

IntMatrix1D v = IntFactory1D.dense.make(6,1);

Gives the following exception when executed:


Exception in thread "main" java.lang.NoSuchMethodError: edu.emory.mathcs.utils.ConcurrencyUtils.getThreadsBeginN_1D()I
 at cern.colt.matrix.tint.IntMatrix1D.assign(IntMatrix1D.java:488)
 at cern.colt.matrix.tint.impl.DenseIntMatrix1D.assign(DenseIntMatrix1D.java:440)

This is a known error (among others) of ParallelColt-0.10.1. The fix is to upgrade to version 0.11.4 (available at https://github.com/rwl/ParallelColt/)

@ppavon
Copy link
Contributor

ppavon commented Oct 27, 2017 via email

@CFSNM CFSNM closed this as completed Oct 2, 2018
@CFSNM CFSNM reopened this Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants