Changes between Version 11 and Version 12 of AnugaParallel


Ignore:
Timestamp:
Jan 10, 2012, 4:16:23 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnugaParallel

    v11 v12  
    7373
    7474Make sure the pypar examples work
     75
     76
     77==== Problem with Installation ====
     78
     79We have been seeing the following error when trying to import {{{pypar}}}.
     80
     81{{{
     82>>> import pypar
     83Traceback (most recent call last):
     84  File "<stdin>", line 1, in <module>
     85  File "pypar.py", line 863, in <module>
     86    mpi = CDLL('libmpi.so.0', RTLD_GLOBAL)
     87  File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
     88    self._handle = _dlopen(self._name, mode)
     89OSError: libmpi.so.0: cannot open shared object file: No such file or directory
     90}}}
     91
    7592
    7693