-
Notifications
You must be signed in to change notification settings - Fork 572
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
Panzer: Jacobian implementation #299
Comments
Also, in the fill for residuals and in boundary exchanges in general. |
This issue has had no activity for 365 days and is marked for closure. It will be closed after an additional 30 days of inactivity. |
This issue was closed due to inactivity for 395 days. |
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit 07158ad7f1cef258c57ff3012938acb82863e999 Author: Roscoe A. Bartlett <[email protected]> Date: Fri Mar 12 15:59:51 2021 -0700 Summary: Remove conditional logic for cmake versions less than 3.17 (#299)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit aeb746cc4499d9364807cb1b40fc366429bad06c Author: Roscoe A. Bartlett <[email protected]> Date: Thu Aug 26 06:40:10 2021 -0600 Summary: Change internal TriBITS target_link_libraries() to PUBLIC (trilinos#299)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit 99d3869645d0083cb499389659f1394f0b5e6a89 Author: Roscoe A. Bartlett <[email protected]> Date: Mon Nov 1 09:48:44 2021 -0600 Summary: Call generate and include <tplName>Config.cmake files (#299)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit f8f2df0b5d884c9c2a1644ebf40cff25e515ff76 Author: Roscoe A. Bartlett <[email protected]> Date: Wed Nov 3 09:51:04 2021 -0600 Summary: Create tribits_external_package_process_libraries_list_library_entry(), elim dup (trilinos#299)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit 12411685da4b795fb4b980f7306e4aa441abe563 Author: Roscoe A. Bartlett <[email protected]> Date: Thu Nov 18 17:52:30 2021 -0500 Summary: Override <Project>_GENERATE_REPO_VERSION_FILE_DEFAULT=OFF if no git (#299)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit 35d82aaa31fe81ca30a619320bb71fe481e9d4c7 Author: Roscoe A. Bartlett <[email protected]> Date: Tue Dec 14 15:48:02 2021 -0700 Summary: Interpret a raw identifer in TPL_<tplName>_LIBRARIES as a lib name (#299, #433)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit b2f309b5f8422c737c2f06542582986a7a833beb Author: Roscoe A. Bartlett <[email protected]> Date: Wed Jan 19 10:51:16 2022 -0700 Summary: Add back deprecated non-namespaced library targets (#299)
…RIES (TriBITSPub/TriBITS/trilinos#299) This just addressses Scotch, ParMETIS and SuperLU for now so I can test with a SEMS PR build.
…_<tplName>_LIBRARIES (TriBITSPub/TriBITS/trilinos#299) This addresses SuperLUDist wyich I can now test with a non-CUDA ATDM Trilinos build.
…BITS/trilinos#299) With new TriBITS, *all* FindTPL<tplName>.cmake files must produce <tplName>::all_libs targets and a <tplName>Config.cmake file. Also, with the new TriBITS implementation, we took out the sorting of TPLs by the TPL order. Therefore, to restore the correct TPL ordering, we need to tell CMake the ordering between the TPLs. For now, I am just hacking this by setting the var <tplName>_LIB_ENABLED_DEPENDENCIES in until we can come up with offical support in TriBITS for FindTPL<tplName>Dependencies.cmake files. NOTE: You get link errors if you don't set these dependencies. This calls tribits_tpl_find_include_dirs_and_libraries(...) at the end to create the <tplName>::all_libs target and triggers the generation and install of the <tplName>Config.cmake file. For the CUDA-related TPLs, for some reason, calling raw find_library() finds these libs okay but using the find_library() call inside of tribits_tpl_find_include_dirs_and_libraries() does not. I will have to debug that because these FindTPL<tplName>.cmake files should be about two lines long. I tested this on several different Trilinos builds, including a CUDA build on 'vortex'.
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' At commit: commit c81102e2dd516b16ef9674a1efa480909da5ede9 Author: Roscoe A. Bartlett <[email protected]> Date: Mon Jul 11 19:30:52 2022 -0600 Summary: Add/update documentation for TriBITS TPLs (#299)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' Git describe: Vera4.0-RC1-start-1202-g24463542 At commit: commit e121d76729c0ebe67a6e09f9e7a6f2cb7c61b5ae Author: Roscoe A. Bartlett <[email protected]> Date: Thu Jul 14 19:46:24 2022 -0600 Summary: Add entry for <TPLNAME>_LIB_ENABLED_DEPENDENCIES to build ref (#63, #299, #494)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' Git describe: Vera4.0-RC1-start-1221-g0d1da434 At commit: commit 6d15ef8ea26694f154f89efe3a609a2a4a7e7f30 Author: Roscoe A. Bartlett <[email protected]> Date: Thu Jul 21 20:55:22 2022 -0600 Summary: Fix FindTPLCUDA.cmake (#299)
Origin repo remote tracking branch: 'github/master' Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git' Git describe: Vera4.0-RC1-start-1241-gd807b172 At commit: commit b00ab335494761e6ac48d50971444daa5a502927 Author: Roscoe A. Bartlett <[email protected]> Date: Thu Aug 11 07:35:38 2022 -0600 Summary: Fix test dependencies for subpackages and subpackage tests/examples enabless (#63, #268, #299, #510)
@trilinos/panzer
Reduce memory use in the Jacobian fill implementation.
The text was updated successfully, but these errors were encountered: