On Thu, Jul 18, 2013 at 10:58 AM, Serbulent UNSAL <[email protected]>wrote:

> Hello,
>
> I'm trying to solve an equation in parallel my code works fine on his own.
> And
>
> mpirun -np {# of processors} python -c "import fipy; fipy.test('--trilinos')"
>
> command also works except 2 tests. But when I try to run my code with  
> "mpirun -np 8 python __main__.py --trilinos" command I get import error. I 
> paste end of the error message.
>
> I can share my code and all error if needed. But I first want to know is it a 
> known issue with a simple fix or not ?
>
>
Hi Serbulent,

Apologies for the late response.

Two questions.

  * Do the tests run okay with 8 processors.

  * Does "__main__.py" work with 2 processors?

One more thing, you might want to avoid using "__main__.py" as a file name.
That might get confusing although it has nothing to do with the actual
issue.

Cheers,

Daniel

-- 
Daniel Wheeler
_______________________________________________
fipy mailing list
[email protected]
http://www.ctcms.nist.gov/fipy
  [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]

Reply via email to