-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/08/15 16:05, Justin Chang wrote: ...
So I think I am getting exactly what you're getting except I am still getting the fork error. And when I try your latest test:
OK, so I think I know what's going on. I thought there was only one place in the PyOP2/Firedrake code where fork was called from, but that was incorrect. Can you try the following: edit PyOP2/pyop2/__init__.py and remove the lines: from ._version import get_versions __version__ = get_versions(default={"version": ver, "full": ""})['version'] del get_versions and edit firedrake/firedrake/__init__.py and similarly remove the lines: from ._version import get_versions __version__ = get_versions(default={"version": ver, "full": ""})['version'] del get_versions And then try running the latest test, then the run-pyop2 test and the firedrake-test examples. Fingers crossed, this will nail the problem! Cheers, Lawrence -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVw3qYAAoJECOc1kQ8PEYvv+sIAO5M/mQcGeckd9bvlzG74rOo HfadieG4ZZSguVy5VYyMDSXnig2FJGjsD/uOZW5GMrKGKGA/WE/B9jhhUPcfiz8k vmOhqxw8g1CGUKCrCNC7fGie+t3zq9AzN+NjlwcLlwxP8ePUcID0o6N3TG1G9Zow rxoyL1m05+mGU7zBcj31fMAHRDuqZAit910RQvclW0uZ6S9QJ1hP7TMNHP6hEsda XehARHx+GViaWuG5szjv+QtmUxCLHLfcvWmv58/2JTgrAlwFhVccKMYh+f8Bky49 Y/dRal1Uu2UfT2obHTc4NuafygOFbIAH7T5gxZCg9oerqT3kCnKysPnesF+VXLk= =SJFN -----END PGP SIGNATURE-----