added scored mesh tools and zoltan partitioner dep.#755
Conversation
There was a problem hiding this comment.
Shouldn't this rather be https instead of git?
|
Otherwise +1. |
|
@ibaned, can I just point at https://github.com/SCOREC/core now? Is the idea to point at core-sim if one has a license to the simmetrix tools and access to that repo, otherwise point at core, but otherwise the two repos supply the same interface? |
|
you can point to https://github.com/SCOREC/core or https://github.com/SCOREC/core-sim, but definitely not to bitbucket anymore (active development / support is on Github now). "core" is completely public and "core-sim" is restricted to our collaborators. there is a difference in what is available and how it should be compiled/linked. here are some calls for example that would not be executable with "core" alone: https://github.com/erdc-cm/proteus-scorec/blob/master/src/MeshAdaptPUMI/MeshAdaptPUMI.cpp#L15 https://github.com/erdc-cm/proteus-scorec/blob/master/src/MeshAdaptPUMI/MeshAdaptPUMI.cpp#L40 other than that, the overwhelming majority of the code ought to compile fine with "core", though you would not have snapping to curved geometry during adaptation since that is done through Simmetrix CAD interfaces. |
|
Zoltan is part of Trilinos but can be built separately. It is one of a few projects that used to be independent but then were integrated to build within Trilinos, but it does not use other Trilinos packages. We typically build it separately and that cs.sandia.gov will get you a version that supports the SCOREC tools effectively. |
|
@certik I'd like to go ahead and merge this. The issue of whether to build Zoltan inside trilinos is open. I like what we've done with the petsc parameterization, which supports building packages both with petsc's build system and outside of it. I suspect we should try to do the same with trilinos. |
There was a problem hiding this comment.
This is very hackish to set LD_LIBRARY_PATH, even if during the build only. Usually there is a better solution. But that's fine for now to get something that works.
|
Thanks @ibaned for the clarification. That's fine for now, merging. |
added scored mesh tools and zoltan partitioner dep.
No description provided.