Skip to content
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

Closed
rppawlo opened this issue Apr 18, 2016 · 3 comments
Closed

Panzer: Jacobian implementation #299

rppawlo opened this issue Apr 18, 2016 · 3 comments
Labels
CLOSED_DUE_TO_INACTIVITY Issue or PR has been closed by the GitHub Actions bot due to inactivity. MARKED_FOR_CLOSURE Issue or PR is marked for auto-closure by the GitHub Actions bot. pkg: Panzer stage: ready The issue is ready to be worked in a Kanban-like process type: enhancement Issue is an enhancement, not a bug
Projects

Comments

@rppawlo
Copy link
Contributor

rppawlo commented Apr 18, 2016

@trilinos/panzer

Reduce memory use in the Jacobian fill implementation.

@rppawlo rppawlo added type: enhancement Issue is an enhancement, not a bug pkg: Panzer labels Apr 18, 2016
@eric-c-cyr
Copy link
Contributor

Also, in the fill for residuals and in boundary exchanges in general.

@rppawlo rppawlo added the stage: ready The issue is ready to be worked in a Kanban-like process label Apr 22, 2016
@rppawlo rppawlo added this to Backlog in Panzer Apr 12, 2018
@github-actions
Copy link

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.
If you would like to keep this issue open please add a comment and remove the MARKED_FOR_CLOSURE label.
If this issue should be kept open even with no activity beyond the time limits you can add the label DO_NOT_AUTOCLOSE.

@github-actions github-actions bot added the MARKED_FOR_CLOSURE Issue or PR is marked for auto-closure by the GitHub Actions bot. label Dec 15, 2020
@github-actions
Copy link

This issue was closed due to inactivity for 395 days.

@github-actions github-actions bot added the CLOSED_DUE_TO_INACTIVITY Issue or PR has been closed by the GitHub Actions bot due to inactivity. label Jan 16, 2021
@rppawlo rppawlo moved this from Backlog to Done in Panzer Mar 3, 2021
bartlettroscoe added a commit that referenced this issue Mar 13, 2021
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git'

At commit:

commit 07158ad7f1cef258c57ff3012938acb82863e999
Author:  Roscoe A. Bartlett <rabartl@sandia.gov>
Date:    Fri Mar 12 15:59:51 2021 -0700
Summary: Remove conditional logic for cmake versions less than 3.17 (#299)
bartlettroscoe added a commit to bartlettroscoe/Trilinos that referenced this issue Sep 4, 2021
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git'

At commit:

commit aeb746cc4499d9364807cb1b40fc366429bad06c
Author:  Roscoe A. Bartlett <rabartl@sandia.gov>
Date:    Thu Aug 26 06:40:10 2021 -0600
Summary: Change internal TriBITS target_link_libraries() to PUBLIC (trilinos#299)
bartlettroscoe added a commit that referenced this issue Nov 2, 2021
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git'

At commit:

commit 99d3869645d0083cb499389659f1394f0b5e6a89
Author:  Roscoe A. Bartlett <rabartl@sandia.gov>
Date:    Mon Nov 1 09:48:44 2021 -0600
Summary: Call generate and include <tplName>Config.cmake files (#299)
bartlettroscoe added a commit to bartlettroscoe/Trilinos that referenced this issue Nov 3, 2021
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git'

At commit:

commit f8f2df0b5d884c9c2a1644ebf40cff25e515ff76
Author:  Roscoe A. Bartlett <rabartl@sandia.gov>
Date:    Wed Nov 3 09:51:04 2021 -0600
Summary: Create tribits_external_package_process_libraries_list_library_entry(), elim dup (trilinos#299)
bartlettroscoe added a commit that referenced this issue Nov 19, 2021
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git'

At commit:

commit 12411685da4b795fb4b980f7306e4aa441abe563
Author:  Roscoe A. Bartlett <rabartl@sandia.gov>
Date:    Thu Nov 18 17:52:30 2021 -0500
Summary: Override <Project>_GENERATE_REPO_VERSION_FILE_DEFAULT=OFF if no git (#299)
bartlettroscoe added a commit that referenced this issue Dec 15, 2021
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git'

At commit:

commit 35d82aaa31fe81ca30a619320bb71fe481e9d4c7
Author:  Roscoe A. Bartlett <rabartl@sandia.gov>
Date:    Tue Dec 14 15:48:02 2021 -0700
Summary: Interpret a raw identifer in TPL_<tplName>_LIBRARIES as a lib name (#299, #433)
bartlettroscoe added a commit that referenced this issue Jan 20, 2022
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git'

At commit:

commit b2f309b5f8422c737c2f06542582986a7a833beb
Author:  Roscoe A. Bartlett <rabartl@sandia.gov>
Date:    Wed Jan 19 10:51:16 2022 -0700
Summary: Add back deprecated non-namespaced library targets (#299)
bartlettroscoe added a commit to bartlettroscoe/Trilinos that referenced this issue Jun 16, 2022
…RIES (TriBITSPub/TriBITS/trilinos#299)

This just addressses Scotch, ParMETIS and SuperLU for now so I can test with a
SEMS PR build.
bartlettroscoe added a commit to bartlettroscoe/Trilinos that referenced this issue Jun 16, 2022
…_<tplName>_LIBRARIES (TriBITSPub/TriBITS/trilinos#299)

This addresses SuperLUDist wyich I can now test with a non-CUDA ATDM Trilinos
build.
bartlettroscoe added a commit to bartlettroscoe/Trilinos that referenced this issue Jun 28, 2022
…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'.
bartlettroscoe added a commit that referenced this issue Jul 12, 2022
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git'

At commit:

commit c81102e2dd516b16ef9674a1efa480909da5ede9
Author:  Roscoe A. Bartlett <rabartl@sandia.gov>
Date:    Mon Jul 11 19:30:52 2022 -0600
Summary: Add/update documentation for TriBITS TPLs (#299)
bartlettroscoe added a commit that referenced this issue Jul 15, 2022
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git'
Git describe: Vera4.0-RC1-start-1202-g24463542

At commit:

commit e121d76729c0ebe67a6e09f9e7a6f2cb7c61b5ae
Author:  Roscoe A. Bartlett <rabartl@sandia.gov>
Date:    Thu Jul 14 19:46:24 2022 -0600
Summary: Add entry for <TPLNAME>_LIB_ENABLED_DEPENDENCIES to build ref (#63, #299, #494)
bartlettroscoe added a commit that referenced this issue Jul 22, 2022
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git'
Git describe: Vera4.0-RC1-start-1221-g0d1da434

At commit:

commit 6d15ef8ea26694f154f89efe3a609a2a4a7e7f30
Author:  Roscoe A. Bartlett <rabartl@sandia.gov>
Date:    Thu Jul 21 20:55:22 2022 -0600
Summary: Fix FindTPLCUDA.cmake (#299)
bartlettroscoe added a commit that referenced this issue Aug 11, 2022
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = git@github.com:TriBITSPub/TriBITS.git'
Git describe: Vera4.0-RC1-start-1241-gd807b172

At commit:

commit b00ab335494761e6ac48d50971444daa5a502927
Author:  Roscoe A. Bartlett <rabartl@sandia.gov>
Date:    Thu Aug 11 07:35:38 2022 -0600
Summary: Fix test dependencies for subpackages and subpackage tests/examples enabless (#63, #268, #299, #510)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLOSED_DUE_TO_INACTIVITY Issue or PR has been closed by the GitHub Actions bot due to inactivity. MARKED_FOR_CLOSURE Issue or PR is marked for auto-closure by the GitHub Actions bot. pkg: Panzer stage: ready The issue is ready to be worked in a Kanban-like process type: enhancement Issue is an enhancement, not a bug
Projects
Development

No branches or pull requests

2 participants