| Author |
Comment/Response |
Crni
|
11/24/10 07:44am
I'm trying to test CUDA from Mathematica 8.0.0, on pure 64-bit Linux installation. As downloading of needed resources file from Mathematica is for some reason very slow, I tried to follow alternative instructions provided here: http://www.wolfram.com/CUDA/CUDAResources.html, in order to download corresponding .paclet file, and then have resource installed manually in my Mathematica session. However, when trying to execute command:
CUDAResorucesInstall["/tmp/CUDAResources-Lin64-8.0.0.6.paclet"]
following error message is reported by Mathematica:
-----------------------
JLink`Java::excptn: A Java exception occurred: com.wolfram.paclet.PacletException: Error using paclet from file /tmp/CUDAResources-Lin64-8.0.0.6.paclet.
at com.wolfram.paclet.impl.Paclet.<init>(Paclet.java:66)
at com.wolfram.paclet.PacletFactory.createPaclets(PacletFactory.java:95)
at com.wolfram.paclet.PacletFactory.createPaclets(PacletFactory.java:62)
Caused by: java.util.zip.ZipException: invalid CEN header (bad signature)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:114)
at java.util.jar.JarFile.<init>(JarFile.java:133)
at java.util.jar.JarFile.<init>(JarFile.java:97)
at com.wolfram.paclet.PacletPacker.getPacletInfo(PacletPacker.java:595)
at com.wolfram.paclet.impl.Paclet.<init>(Paclet.java:57)
... 12 more.
-----------------------
So - is this .paclet file (available here: http://www.wolfram.com/CUDA/files/CUDAResources-Lin64-8.0.0.6.paclet) corrupt, or what?
Thanks.
URL: , |
|