Fipy developers,
I have Fipy running with Trilinos on our cluster but I can't seem to go beyond
a single node (with multiple cores).
I have a 3D .geo file that I built by hand that does not cause errors with
gmsh. The following line:
mesh = Gmsh3D(open('tmsh3d.geo').read())
works on one node and 8 cores but appears to hang on 2 nodes and 16 cores. I
have a print statement after this line that never executes. When I look at how
the nodes are utilized (we have a show_loads command) only one of the nodes has
busy cores.
I searched through documentation and examples and can'f find the golden nugget
to either make this work or to tell me it's not supposed to work. Again, on one
node with 8 cores the mesh loads and the simulation runs and provides
reasonable results. But I'd like to run on more nodes if possible.
Thanks,
Bill
_______________________________________________
fipy mailing list
[email protected]
http://www.ctcms.nist.gov/fipy
[ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]