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

Add Purkinje support to batch simulations and minor fixes #61

Merged
merged 14 commits into from
Dec 4, 2023

Conversation

bergolho
Copy link
Contributor

@bergolho bergolho commented Dec 4, 2023

Hi Sachetto,

In this pull request, there is now support to execute Purkinje simulations using the 'MonoAlg3D_batch' binary with MPI. Also, there are few additions to the solver, like a new script to concatenate a ALG and FIBERS files into a single one, a new function to print UUID of the GPU device and I included a new field to the output 'pmj_delay.csv' that tells when a propagation block occurs in a terminal during a Purkinje coupled simulation.

Regarding fixes, I found a minor error when saving the output file using the 'MonoAlg3D_converter'. Looks like the filename string was missing the end of character '\0', so the file could not be read directly from Paraview without renaming it.

Also, I am working on a new 'save_mesh' function that can calculate and plot the LAT together with multiple AP traces from different cells in the grid. Finally, I am trying to improve the performance of the 'activation_time' calculus, which is serial right now. It will be good if we could use a #pragma statement, but we need to avoid race conditions when writing to the 'persistent_data' struct. All these working in progress are written in the 'ToDo'.

Best regards,
Lucas

@rsachetto rsachetto merged commit 5f9235e into rsachetto:master Dec 4, 2023
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants