-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zoltan2: memory leak in Zoltan2's AlgScotch with 32-bit IDs #9312
Labels
Comments
kddevin
added a commit
that referenced
this issue
Jun 18, 2021
jmgate
pushed a commit
to tcad-charon/Trilinos
that referenced
this issue
Jun 20, 2021
…s:develop' (19b4402). * trilinos-develop: Gracefully exist with 0 when build_stats.csv file is empty (trilinos#9314) zoltan2: fix memory leak when sizeof(SCOTCH_Num) == sizeof(lno_t) trilinos#9312 Xpetra/MueLu testing: change proxy settings MueLu adapters: Skip unneeded initialization Ifpack2 Chebyshev: Avoid MV initialization Tpetra norms: Avoid allocation (intracomm) or avoid initialization (intercomm)
jmgate
pushed a commit
to tcad-charon/Trilinos
that referenced
this issue
Jun 20, 2021
…s:develop' (19b4402). * trilinos-develop: Gracefully exist with 0 when build_stats.csv file is empty (trilinos#9314) zoltan2: fix memory leak when sizeof(SCOTCH_Num) == sizeof(lno_t) trilinos#9312 Xpetra/MueLu testing: change proxy settings MueLu adapters: Skip unneeded initialization Ifpack2 Chebyshev: Avoid MV initialization Tpetra norms: Avoid allocation (intracomm) or avoid initialization (intercomm)
seamill
pushed a commit
to seamill/Trilinos
that referenced
this issue
Jul 28, 2021
…develop' (7591b32). * trilinos/develop: (77 commits) zoltan2: fix memory leak when sizeof(SCOTCH_Num) == sizeof(lno_t) trilinos#9312 Tpetra: Remove some output from the Bug7758 test MueLu Stratimikos adapter: Enable half precision for factory-style PLs Tpetra: remove some deprecated usage Fixed some deprecated code MueLu Thyra adapter: Allow construction of half precision operator ROL: implement the apply function for Thyra Vector Piro: changes to ROL adapters comply with ROL changes Piro: bug-fix in Piro::NOX_Solver MueLu: Print Scalar in MG Summary for high and extreme verbosity Ifpack2: disabling tests causing build errors with extended scalar types (see issue trilinos#9280). Ifpack2: cleaning up unused variables in tests. Ctest: Adding Amesos2/Belos tests Ctest: Stuff failing on ride that worked on ascicgpu Ctest: Enabling non-UVM Ifpack2 tests Ifpack2: changing GO to the one in Tpetra_Details_DefaultTypes.hpp. Disable support for Makefile.export.* files (trilinos#8498) Tpetra: remove unused variable (copied too many times when breaking up a function) ats2: Comment out listing of long-broken XL builds (trilinos#9270, trilinos#7376) Ifpack2: adding missing logic for new tests. ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
@trilinos/zoltan2
Description
@tasmith4 reports a memory leak when running Zoltan2 with 32-bit Scotch.
Steps to Reproduce
On ascicgpu030, build with gcc7.2, OpenMPI4.0.5, and Scotch with 32-bit IDs (provided by @Tasmit)
Bug is reproducible running Zoltan2 test
Zoltan2_Partitioning1.cpp --inputFile=simple --method=scotch
The text was updated successfully, but these errors were encountered: