opts.sh
.
If you set this script to execute after finishing ex_opte.sh
normally, you can execute this script
without in-depth knowledge of the initial configuration. This script behaves differently in the first and
second exectution. In the first execution, for the calculation code cpvos.x
or cpvop.x
,
the calculation is started by NBEG=-1
. After the second execution, it started by NBEG=1
.
収束した電子系からカーパリネロ法の分子動力学を用いて、原子構造の
最適化を行なう。実質的な実行は、opts.sh
が行なっている。
ex_opte.sh
を正常に終了した後に、このスクリプトを計算するように
すると詳細な初期設定の知識がなくともこのスクリプトを起動することが
できる。
このスクリプトは、初回の起動と2回目の起動の動作が異なっている。初回は、
cpvos.x
またはcpvop.x
の計算コードに対して、
NBEG=-1
で計算を開始し、2回目からは、NBEG=1
で開始する。
jnumstart, jnumend
jnumstart
, you must assign the triple-digit natural number.
In jnumend
, you must assign the triple-digit natural number which is larger than jnumstart
.
The initial job number is allocated to jnumstart
, and the job number is incremented each time
to calculate this script file. When the allocated job number becomes jnumend
,
it finishes without calculating. If you want to proceed further with the calculation,
you should assign more larger natural number to jnumend
and execute the script file.
jnumstart
には、3桁の自然数を指定する。
jnumend
には、jnumstart
よりも大きい3桁の自然数を
指定する。初回のジョブ番号にjnumstart
が割り付けられ、
このスクリプトを計算する毎にジョブ番号が大きくなってゆく。
割り付けられるジョブ番号がjnumend
になると、計算を
行なわずに、終了する。さらに計算を進めるときは、jnumend
に
さらに大きな自然数を指定して、スクリプトを計算すればよい。
nomore0
その回に計算するカーパリネロ法の分子動力学ステップの回数を 指定する。回数毎にステップ数が異なっていても問題なく動作する。
jobs
which exists in ${rundir}
, it will be regards as the first-time calculation.
初回から計算をやり直すまたは新しい計算を行なう場合は、ディレクトリー
${rundir}
に存在するファイルjobsを消去すれば、初回の計算とみなされる。