[ 611 INFO Master/CFD6] Machine master starting with PID 3616 at 2014-04-18 1
3:20:47 UTC
The specified acces path coul't be found
[ 618 INFO Master/CFD6] Handling subdomains: [0]
[ 618 INFO Master/CFD6] Subdomain -> GPU map: {0: 0}
[ 625 ERROR Master/CFD6] Failed to initialize compute backend. Make sure pycud
a/pyopencl is installed. When I install Cuda and pycuda, is there an extra manipulation ?
When I run cylinder.py --mode=visualization I have PicklingError and EOFError.
Thanks for your help.
--
---
You received this message because you are subscribed to the Google Groups "sailfish-cfd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sailfish-cfd...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
C:\Users\Maison>python
Python 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pycuda.autoinit
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\pycuda\autoinit.py", line 1, in <module>
import pycuda.driver as cuda
File "C:\Python27\lib\site-packages\pycuda\driver.py", line 2, in <module>
from pycuda._driver import *
ImportError: DLL load failed: the specified module could not be found
>>>
As I have the same problems with the 2 PCs I think the problem is my installation, so I describe you my process :
1) I installed Visual Studio Express 2013
2) I installed Cuda 6 (but the installation couldn't install some modules because I don't have visual studio 2008 or 2010)
3) I installed Python 2.7 and modified path C:\Python27;
4) I downloaded and installed :
- Numpy-MKL-1.8
- Setuptools 3.4.4
- Scipy 0.13.3
- Sympy 0.7.5
- mako 0.9.1
- execnet 1.0.9
- pyzmq 14.1.1
- netifaces 0.8 (I have error: unable to find vcvarsall.bat)
- pycuda 2013.1.1
- pygame 1.9.2
- matplolib 1.3.1 (+ dateuil + pytz + pyparsing + six)
- wxpython
5) I download sailfish-master, rename it sailfish and put in C:\Python27
6) I created a file sailfish.pth in Lib\site-pakages\
7) I run the cylinder.py and I have the errors specified in my first message
Did I forget something ?
--
---
You received this message because you are subscribed to the Google Groups "sailfish-cfd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sailfish-cfd...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.