Skip to content

Commit

Permalink
Update openmmdlanalysis.py
Browse files Browse the repository at this point in the history
changed CPUs to cores
  • Loading branch information
talagayev committed Mar 25, 2024
1 parent 5ceffb4 commit 6372047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmmdl/openmmdl_analysis/openmmdlanalysis.py
Expand Up @@ -146,7 +146,7 @@ def main():
parser.add_argument(
"-c",
dest="cpu_count",
help="CPU Count, specify how many CPUs should be used, default is half of the CPU count",
help="cores, specify how many PC cores should be used, default is half of the PC cores",
default=os.cpu_count() // 2,
)
parser.add_argument(
Expand Down

0 comments on commit 6372047

Please sign in to comment.