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

Parallelization for EDS Spectrum Fitting #165

Open
maxnevo opened this issue Jun 7, 2024 · 1 comment
Open

Parallelization for EDS Spectrum Fitting #165

maxnevo opened this issue Jun 7, 2024 · 1 comment

Comments

@maxnevo
Copy link

maxnevo commented Jun 7, 2024

I am requesting the addition of parallelization in the pyTEMlib.eds_tools.fit_model function for use on an HPC.

The residuals function may simply need to have spectrum input confirmed as a dask array and then either converted or add .compute() for dask to run it in parallel.

There may be other room for improvement including where some of the mathematic operations could be converted to dask versions such as da.dot, or da.abs, but I am not sure how much speed improvement this would add.

@ahoust17
Copy link
Contributor

on it

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