On Tue, Jan 8, 2013 at 10:01 AM, dely <[email protected]> wrote: > > In any case, the problem I described below goes away when I add "from fipy > import *" to the beginning of my script. If possible, I would prefer to > import the specific modules necessary to run in parallel rather than > importing *. Are there specific modules needed for running in parallel or > do I have to import *? >
No. I would say that it is a bug and really shouldn't happen. I'd like to investigate what's going on. Can you provide a short script that shows the issue and I'll try and debug it as well as the command line commands you used to run the script. Maybe also the results from $ python -c "import fipy; fipy.test()" and $ mpirun -np 2 python -c "import fipy; fipy.test()" Thanks! -- Daniel Wheeler
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
