Hi Luk, thanks for the report and sorry for the late reply.
On Sat, Jun 25, 2011 at 7:57 AM, LUK ShunTim <[email protected]> wrote: > $ python -c "import dolfin" > *** The MPI_comm_size() function was called before MPI_INIT was invoked. > *** This is disallowed by the MPI standard. > *** Your MPI job will now abort. Does importing PyTrilinos before dolfin fix this problem for you? Try: $ python -c "import PyTrilinos;import dolfin" This fixes the problem for me. Johannes -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

