From: Stogner, R. H <roy...@ic...> - 2019-01-24 14:03:17
|
On Thu, 24 Jan 2019, Xiang LI wrote: > However, I tried your suggestion of adding the three options --load-balanced-nodes-linear > --load-balanced-nodes-bfs or --load_balanced_nodes_petscpartitioner to the command line, > no response. I checked for the manual on your homepage and find that the code related to > these three options, originally in partitioner.C line 764, had been removed in the new versions > of libMesh. I also cannot find the related functions in the whole package. Just the opposite, actually. That code has been *added* in newer libMesh, and hasn't made it into an official release yet. You may have to switch to using the git HEAD unless you want to wait for us to get 1.4.0 out. > 2. Is the metis algorithm in libMesh package serial or parallel? Serial. I'm afraid Parmetis is our only currently available partitioner for a distributed mesh. Some of the others might be able to work on a seralized DistributedMesh. --- Roy |