[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[modeller_usage] mutipule cpu run errors.



hello all:

I try to use multiple cpu  with  modeller, but it fails, here is my srcipts:

# Example of changing the default optmization schedule
from modeller import *
from modeller.automodel import *
from modeller.parallel import *             # Load the parallel class, to use multiple processors
j = job("/usr/lib/modeller9v7/bin/modslave.py")
j.append(local_slave()) # 1 Processor
j.append(local_slave()) # 2 Processors
 

And here is the error:

/soft/python/lib/python2.5/site-packages/modeller/__init__.py:69: RuntimeWarning: Python C API version mismatch for module _modeller: This Python has API version 1013, module _modeller has version 1012.
  import _modeller
/soft/python/lib/python2.5/site-packages/modeller/__init__.py:69: RuntimeWarning: Python C API version mismatch for module swig_runtime_data4: This Python has API version 1013, module swig_runtime_data4 has version 1012.
  import _modeller