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

is this model can use multi cpu for relaxing? #60

Open
sunjiwon opened this issue Mar 2, 2023 · 0 comments
Open

is this model can use multi cpu for relaxing? #60

sunjiwon opened this issue Mar 2, 2023 · 0 comments

Comments

@sunjiwon
Copy link

sunjiwon commented Mar 2, 2023

when i use the this code, the cpu load is always equal when allocate 32 core and 1 core.
i think this code is run using in 1 core-cpu.

  1. please let me know 'how to use multi-threading in your code'
  2. is it faster using gpu in Relaxing code?

from m3gnet.models import Relaxer
relaxer = Relaxer()
relax_results = relaxer.relax(candidate_structure[0], verbose=True, steps=2000, interval=20, )

Thank you for creating such an amazing code.

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

1 participant