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

Where is SuperLUStat_t in mt? #20

Open
Fabian188 opened this issue Jul 13, 2024 · 1 comment
Open

Where is SuperLUStat_t in mt? #20

Fabian188 opened this issue Jul 13, 2024 · 1 comment

Comments

@Fabian188
Copy link

Our application uses plain old SuperLU 4.3 and I want to upgrade to current _mt

Our code uses SuperLUStat_t, which is also mentioned in the 2018 guide and the serial doxygen (there in slu_utils.h) but I cannot find it for mt.

@xiaoyeli
Copy link
Owner

The _mt structure is different from the serial SuperLU. The statistics must be collected on each thread.
The new stat structure is Gstat_t and is defined in SRC/slu_mt_util.h.
You can take a look at SRC/pdgss.c to see how it is used.
I will generate a doxgygen file soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants