-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Eike, On 16/12/14 08:57, Eike Mueller wrote:
Hi,
I just tried it again, when I attempt to pull the local-par_loop branch I get:
eikemueller@138-38-166-201 $ git pull Your configuration specifies to merge with the ref 'local-par_loop' from the remote, but no such ref was fetched.
so maybe the remote branch has been deleted?
I would also like to add the changes re. linking to additional libraries (LAPACK, BLAS) during the JIT compilation to PyOP2 (so far only a local patch). Can I go ahead and create a branch based on master and then put in a pull request?
Please base your changes on the columnwise_kernels branch (which adds support for iterating over the base set of an extruded set: you need this for your columnwise inverses, I think), and then propose it as a pull request.
I now use the PyOP2 master. However, I get the following error when loading firedrake:
Python 2.7.8 (default, Jul 13 2014, 17:11:32) [GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import firedrake Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/eikemueller/PostDocBath/EllipticSolvers/firedrake/firedrake/__init__.py",
line 25, in <module>
from pyop2.logger import set_log_level, info_red, info_green, info_blue, log # noqa File "/Users/eikemueller/PostDocBath/EllipticSolvers/PyOP2/pyop2/__init__.py",
line 9, in <module> from op2 import * File
"/Users/eikemueller/PostDocBath/EllipticSolvers/PyOP2/pyop2/op2.py",
line 39, in <module>
import base File "/Users/eikemueller/PostDocBath/EllipticSolvers/PyOP2/pyop2/base.py",
line 57, in <module>
from coffee.base import Node ImportError: No module named base
Please remove the directory /Users/eikemueller/PostDocBath/EllipticSolvers/PyOP2/pyop2/coffee and things should work again, I hope. Cheers, Lawrence -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQEcBAEBAgAGBQJUj/zVAAoJECOc1kQ8PEYv6+UH/14O1WZpHjT22B7Fvino5KBS gtBq5QhKlq4RYIe7qhAuJJE8s29AsDWfXw/ii+PyUclH5FfP5OAHNQBtsWydjGGc Vrg5oIonmDY8fczhwdRo/hR7H+ociyaS0Ru4YSc9FUR8Qph/EJ3GIA8Gx3s9v3K4 Funykrz4OBUFwgK9oWtB+QMx+YEGy7XPwbsdAKZm7je0Ln8N+avD1h1OS5jbUQfl q9j0aUFbiwaudmNVPq3zGj1lx6KIOBrOhLIGurRemX9OBcImabBf723Qiiq2YCl+ zAGffGGlIiH/mXpOV2waO9NjL/FI9Jv/sxJ1xXXRm+d7DjSluy0VryuPIS4wsCU= =Q8ej -----END PGP SIGNATURE-----