-
Notifications
You must be signed in to change notification settings - Fork 103
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
More details for lobster documentation #431
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #431 +/- ##
==========================================
- Coverage 65.00% 64.85% -0.16%
==========================================
Files 74 74
Lines 7187 7187
Branches 945 945
==========================================
- Hits 4672 4661 -11
- Misses 2216 2228 +12
+ Partials 299 298 -1 |
docs/user/codes/vasp.md
Outdated
``` | ||
|
||
|
||
It is, however, computationally very beneficial to define two different types of job scripts for the VASP and Lobster runs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not clear to me what is meant. Is it because you have double the max wall time with 2 jobs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two types of parallelisations. MPI vs. OpenMP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually something we could also fix in custodian. Currently you cannot change number of openmp threads as part of the VASP or Lobster command. (I might get back to this but as it wasn't something I could figure out in 10 min, I postponed it)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@janosh tried to add the explanation. Cleaner now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect!
Thanks @JaGeo! 👍 |
Summary
I have added another code snippet to the documentation on how to start Lobster runs.