Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix PJ cache for GetComponentType #341

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

markcmiller86
Copy link
Member

Getting objects in python module using absolute or relative paths (except for ojects in the cwd) was not working.

The PDB driver has a caching mechanism with various variables controlling it. One is an integer flag, use_PJgroup_cache. That flag was being used to control some behavior of the cache but not all of it. I added a test for it as a condition to make a new PJ_GetObject() call from within PJ_GetComponentType().

This corrected the behavior of the python module.

@markcmiller86 markcmiller86 merged commit de2254d into 4.11RC Aug 25, 2023
markcmiller86 added a commit that referenced this pull request Aug 25, 2023
markcmiller86 added a commit that referenced this pull request Aug 25, 2023
…ilure

Merge pull request #341 from LLNL/mcm86-24aug23-fix-pjcache-failure
@markcmiller86 markcmiller86 deleted the mcm86-24aug23-fix-pjcache-failure branch September 6, 2023 14:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant