Skip to content

Commit

Permalink
clarify parallel execution description of SLHMC
Browse files Browse the repository at this point in the history
  • Loading branch information
nakayama-advancesoft committed Dec 8, 2023
1 parent 319a1ed commit 9452901
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions docs/locale/en/LC_MESSAGES/slhmc.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Advance/NeuralMD \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-02 18:50+0900\n"
"POT-Creation-Date: 2023-12-08 10:31+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -249,10 +249,12 @@ msgid "を実行することで、力場の作成が始まります。"
msgstr "to initiate force field creation."

#: ../../slhmc.rst:118
msgid "slhmc自体の並列実行はできません。各sh(bat)ファイル内で並列実行を行うように設定を行ってください。"
msgid ""
"slhmc自体の並列実行はできません。Quantum "
"ESPRESSO、LAMMPS、NeuralMD実行用の各sh(bat)ファイル内で並列実行を行うように設定を行ってください。"
msgstr ""
"Parallel execution of slhmc itself is not available. Set up parallel "
"execution in each sh(bat) file."
"execution in each sh(bat) file for Quantum ESPRESSO, LAMMPS, and NerualMD."

#: ../../slhmc.rst:120
msgid ""
Expand Down Expand Up @@ -515,11 +517,12 @@ msgstr ""
#: ../../slhmc/prop.rst:99
msgid "SLHMCのプロセス中にセルの変形を行うかどうかの設定です。noneを指定すると変形を行わず、初期構造のセルを維持します。aprioriを指定すると、ニューラルネットワーク力場による分子動力学計算の前にNPHによるセルの変形を行います。asNptMCを指定すると、ニューラルネットワーク力場による分子動力学計算をNPHで行います。"
msgstr ""
"Setting about cell deformation during the SLHMC process. Specify \"none\" to not perform "
"deformation and keep the cell of initial structure. Specify \"apriori\" to deform cell using NPH before the "
"molecular dynamics calculation by neural network force field. Specify "
"\"asNptMC\" to perform NPH molecular dynamics calculation by neural "
"network force field."
"Setting about cell deformation during the SLHMC process. Specify \"none\""
" to not perform deformation and keep the cell of initial structure. "
"Specify \"apriori\" to deform cell using NPH before the molecular "
"dynamics calculation by neural network force field. Specify \"asNptMC\" "
"to perform NPH molecular dynamics calculation by neural network force "
"field."

#: ../../slhmc/prop.rst:101
msgid "``aprioriNPH 1`` を指定した場合、 ``nphMethod apriori`` と同じ設定になります。"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/slhmc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ NanoLabo Tool同梱の計算エンジンを使用される場合は、ライブ

.. note::

slhmc自体の並列実行はできません。各sh(bat)ファイル内で並列実行を行うように設定を行ってください。
slhmc自体の並列実行はできません。Quantum ESPRESSO、LAMMPS、NeuralMD実行用の各sh(bat)ファイル内で並列実行を行うように設定を行ってください。

ジョブ管理システムをお使いの場合は、 ``slhmc --calc`` を実行するようなジョブスクリプトを作成し、ジョブ投入してください。この場合も、slhmc自体は並列実行せずに、各shファイル内で並列実行するように設定を行ってください。

Expand Down

0 comments on commit 9452901

Please sign in to comment.