Hello!

I found that the pyMol can't properly detects number of processors if
there are more than 9 processors in the system just because of
"ncpu=int(l[0][0])" line in the "__init__.py" file. It should be
changed to "ncpu=int(l[0])". Anyway, even after that the pyMol can
utilize only up to 12 processors as it declared in the Ray.c file:
"#define MAX_RAY_THREADS 12". Unfortunately I wasn't able to run it
just changing the 12. It gives me message about threads error. Can
anybody give me an advice how to fix it? Thanks!


--
Andrew B. Ryzhkov
reda...@gmail.com
http://www.meteo.mcgill.ca/andrew

Reply via email to