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

Refactor:use parllel omp for instead of omp for #4597

Merged
merged 50 commits into from
Jul 8, 2024

Conversation

A-006
Copy link
Collaborator

@A-006 A-006 commented Jul 8, 2024

1.In the original code, 'parallel omp for' is divided into two locations, which may pose a risk. The code has been modified by merging them together.
2. use vector instead of new-delete in gint-vlcoal to obtain a more secure memory access.
3. close #4551 ,This issue has been resolved, but it has not been closed

@A-006 A-006 changed the title Refactor:use parllel omp for instead of omp ofr Refactor:use parllel omp for instead of omp for Jul 8, 2024
@mohanchen mohanchen added the The Absolute Zero Reduce the "entropy" of the code to 0 label Jul 8, 2024
@mohanchen mohanchen merged commit d95b8d0 into deepmodeling:develop Jul 8, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
The Absolute Zero Reduce the "entropy" of the code to 0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use gint_kernel_vlocal() function with an incorrect list of arguments
2 participants