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

476 memory optimization using ovito pipeline #477

Merged
merged 10 commits into from
Jun 11, 2024

Conversation

N720720
Copy link
Owner

@N720720 N720720 commented Jun 11, 2024

Description

Using OVITO's on-demand frame loading capabilities, we can significantly reduce memory usage. OVITO's pipeline system allows for frames to be loaded as needed, rather than all at once.

memory_used_ot_t_old_t

Related Issue

#476

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

Checklist

  • I've read the CODE_OF_CONDUCT.md document.
  • I've read the CONTRIBUTING.md guide.
  • I've updated the code style using make codestyle.
  • I've written tests for all new methods and classes that I created.
  • I've written the docstring in Google format for all the methods and classes that I used.

@N720720 N720720 added the enhancement New feature or request label Jun 11, 2024
@N720720 N720720 self-assigned this Jun 11, 2024
@N720720 N720720 linked an issue Jun 11, 2024 that may be closed by this pull request
@N720720 N720720 merged commit 6ace2f5 into master Jun 11, 2024
10 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

Memory Optimization Using OVITO Pipeline
1 participant