6と21のリビジョン間の差分 (その間の編集: 15回)
サイズ: 30866
コメント:
|
サイズ: 29943
コメント:
|
削除された箇所はこのように表示されます。 | 追加された箇所はこのように表示されます。 |
行 2: | 行 2: |
[English|[[ClusterSystemUsage|Japanese]]] |
|
行 3: | 行 6: |
This section explains the usage methods common among [[ClusterSystem|the Next Generation Simulation Technology Education]] and [[WideAreaClusterSystem|the Wide-Area Coordinated Cluster System for Education and Research]]. See the page for each system for details of specific functions. | This section explains the usage methods common among the Computer Systems for the Next Generation Simulation Technology Education and [[en/WideAreaClusterSystem|the Wide-Area Coordinated Cluster System for Education and Research]]. See the page for each system for details of specific functions. |
行 7: | 行 10: |
== Logging In == /* * [[ClusterSystem|Computer Systems for the Next Generation Simulation Technology Education]]*/ * [[WideAreaClusterSystem|Wide-Area Coordinated Cluster System for Education and Research]] |
== Logging in == /* * [[en/ClusterSystem|Computer Systems for the Next Generation Simulation Technology Education]]*/ * [[en/WideAreaClusterSystem|Wide-Area Coordinated Cluster System for Education and Research]] |
行 26: | 行 29: |
||- ||nnvcc compiler ||module load cuda-5.0 || | ||- ||nvcc compiler ||module load cuda-5.0 || |
行 74: | 行 77: |
* To apply for registration as a Type A user, see: http://imc.tut.ac.jp/research/form. |
* To apply for registration as a Type A user, see: http://imc.tut.ac.jp/en/research/form. |
行 162: | 行 164: |
=== OpenMPI, MPICH2, MPICH1 === | === OpenMPI, MPICH2, and MPICH1 === |
行 179: | 行 181: |
/* * [[ClusterSystem|Computer Systems for the Next Generation Simulation Technology Education]] */ * [[WideAreaClusterSystem|Wide-Area Coordinated Cluster System for Education and Research]] |
* [[en/WideAreaClusterSystem|Wide-Area Coordinated Cluster System for Education and Research]] |
行 183: | 行 184: |
Create the Torque script and submit the job as follows using the qsub command. | Create the Torque script and submit the job as follows using the '''qsub''' command. |
行 246: | 行 247: |
The major options of the qsub command are as follows. | The major options of the '''qsub''' command are as follows. |
行 248: | 行 249: |
||-e ||-e filename ||Outputs the standard error to a specified file. When the -e option is not used, the output file is created in the directory where the qsub command was executed. The file name convention is job_name.ejob_no. || ||-o ||-o filename ||Outputs the standard output to the specified file. When the -o option is not used, the output file is created in the directory where the qsub command was executed. The file name convention is job_name.ojob_no. || |
||-e ||-e filename ||Outputs the standard error to a specified file. When the '''-e''' option is not used, the output file is created in the directory where the '''qsub''' command was executed. The file name convention is ''job_name.ejob_no.'' || ||-o ||-o filename ||Outputs the standard output to the specified file. When the '''-o''' option is not used, the output file is created in the directory where the '''qsub''' command was executed. The file name convention ''is job_name.ojob_no.'' || |
行 253: | 行 254: |
||-N ||-N name ||Specifies the job name (up to 15 characters). If a job is submitted via a script, the script file name is used as the job name by default. Otherwise, STDIN is used. || | ||-N ||-N name ||Specifies the job name (up to 15 characters). If a job is submitted via a script, the script file name is used as the job name by default. Otherwise, '''STDIN''' is used. || |
行 316: | 行 317: |
* When using MPICH2, always specify the -iface option. | * When using MPICH2, always specify the '''-iface''' option. |
行 373: | 行 374: |
=== ANSYS Multiphysics Job === | === ANSYS Multiphysics Jobs === |
行 431: | 行 432: |
=== ANSYS CFX Job === | === ANSYS CFX Jobs === |
行 450: | 行 451: |
* StaticMixer.def exists in /common/ansys14.5/ansys_inc/v145/CFX/examples. | * Static''''''Mixer.def exists in /common/ansys14.5/ansys_inc/v145/CFX/examples. |
行 470: | 行 471: |
*StaticMixer.def exits in /common/ansys14.5/ansys_inc/v145/CFX/examples. === ANSYS Fluent Job === |
*Static''''''Mixer.def exits in /common/ansys14.5/ansys_inc/v145/CFX/examples. === ANSYS Fluent Jobs === |
行 508: | 行 509: |
=== ANSYS LS-DYNA Job === | === ANSYS LS-DYNA Jobs === |
行 529: | 行 530: |
=== ABAQUS Job === | === ABAQUS Jobs === |
行 550: | 行 551: |
=== PHASE Job === | === PHASE Jobs === |
行 568: | 行 569: |
* For PHASE jobs, a set of I/O files are defined as file_names.data. | * For PHASE jobs, a set of I/O files are defined as ''file_names.''data. |
行 589: | 行 590: |
* For ekcal jobs, a set of I/O files are defined as file_names.data. | * For ekcal jobs, a set of I/O files are defined as ''file_names.''data. |
行 595: | 行 596: |
=== UVSOR Job === | === UVSOR Jobs === |
行 612: | 行 613: |
* For epsmain jobs, a set of I/O files are defined as file_names.data. | * For epsmain jobs, a set of I/O files are defined as ''file_names.''data. |
行 618: | 行 619: |
=== OpenMX Job === | === OpenMX Jobs === |
行 642: | 行 643: |
=== GAUSSIAN Job === | === GAUSSIAN Jobs === |
行 644: | 行 645: |
e | |
行 696: | 行 697: |
=== NWChem Job === | === NWChem Jobs === |
行 737: | 行 738: |
=== GAMESS Job === | === GAMESS Jobs === |
行 757: | 行 758: |
=== MPQC Job === | === MPQC Jobs === |
行 789: | 行 790: |
=== AMBER Job === | === AMBER Jobs === |
行 823: | 行 824: |
==== シングルジョブ ==== 以下に,実行スクリプト例を示します. 例:sanderを用いる場合 |
==== Single Job ==== The sample script is as follows. Example: To use sander |
行 843: | 行 844: |
*prmtop, eq1.xは/common/amber12-parallel/test/4096watにあります. 例:pmemdを用いる場合 |
* prmtop and eq1.x exists in /common/amber12-parallel/test/4096wat. Example: To use pmemd |
行 862: | 行 863: |
*prmtop, eq1.xは/common/amber12-parallel/test/4096watにあります. ==== 並列ジョブ ==== 以下に,実行スクリプト例を示します. 例:sanderを用いる場合 |
* prmtop and eq1.x exists in /common/amber12-parallel/test/4096wat. ==== Parallel Jobs ==== The sample script is as follows. Example: To use sander |
行 886: | 行 887: |
*prmtop, eq1.xは/common/amber12-parallel/test/4096watにあります. 例:pmemd を用いる場合 |
* prmtop and eq1.x exists in /common/amber12-parallel/test/4096wat. Example: To use pmemd |
行 907: | 行 908: |
*prmtop, eq1.xは/common/amber12-parallel/test/4096watにあります. === CONFLEXジョブ === サンプル入力ファイル(methane.mol) |
* prmtop and eq1.x exists in /common/amber12-parallel/test/4096wat. === CONFLEX Jobs === Sample input file (methane.mol) |
行 928: | 行 929: |
==== シングルジョブ ==== 以下に,実行スクリプト例を示します. |
==== Single Job ==== The sample script is as follows. |
行 945: | 行 946: |
==== 並列ジョブ ==== 実行スクリプトを作成しqsubコマンドよりジョブを投入します. 以下に,実行スクリプト例を示します. |
==== Parallel Jobs ==== Create the script and submit the job using the '''qsub''' command. The sample script is as follows. |
行 963: | 行 963: |
=== MATLABジョブ === サンプル入力ファイル(matlabdemo.m) |
=== MATLAB Jobs === Sample input file (matlabdemo.m) |
行 984: | 行 984: |
==== シングルジョブ ==== 以下に,実行スクリプト例を示します. |
==== Single Job ==== The sample script is as follows. |
行 1002: | 行 1002: |
==== 並列ジョブ ==== 以下に,実行スクリプト例を示します. |
==== Parallel Jobs ==== The sample script is as follows. |
行 1020: | 行 1020: |
=== CASTEP/DMol3ジョブ === 本学スパコンを利用してMaterials Studio CASTEP/DMol3を実行する場合, ① Materials Studio Visualiserからスパコンに対しジョブを投入する(Materials Studio2016のみ対応) ② 入力ファイルをWinscp等でスパコンに転送し「qsub」コマンドによりジョブを投入する の二通りがあります.ここでは②について説明します.②で実行する場合,ジョブスケジューラに与えるパラメータを変更することができます.以下では,CASTEPを例に説明します. '''1. Materials Studio Visualizerで入力ファイルを作成します.''' 「CASTEP Calculation」ウィンドウの「Files...」をクリックします. |
=== CASTEP/DMol3 Jobs === There are two ways to run Materials Studio CASTEP/DMol3 using the University’s supercomputer: (1) Submit the job from Materials Studio Visualiser to the supercomputer (only Materials Studio 2016 is supported). (2) Transfer the input file to the supercomputer using Winscp etc. and submit the job using the '''qsub''' command. This section explains about the method (2). To submit the job in the method (2), the parameters to pass the job scheduler can be changed. The following is an example using CASTEP. '''1. Create an input file using Materials Studio Visualizer.''' In the '''CASTEP Calculation''' window, click '''Files…'''. |
行 1035: | 行 1035: |
次に,「CASTEP Job Files」ウィンドウの「Save Files」をクリックします. | In the '''CASTEP Job Files''' window, click '''Save Files'''. |
行 1039: | 行 1039: |
入力ファイルは (任意のパス)\(プロジェクト名)_Files\Documents\(上記操作において作成されたフォルダ)\ に保存されます.例えば,acetanilide.xsdに対してCASTEPによりエネルギー計算を行う場合、「(上記操作において作成されたフォルダ)」は「acetanilide CASTEP Energy」となります. また,「(任意のパス)」は,通常,「C:\Users\(アカウント名)\Documents\Materials Studio Projects」です. 作成されるフォルダの名前にはスペースが含まれます.スペースを削除するか,”_”などで置換してください.また,フォルダ名に日本語が含まれてはいけません. '''2. Winscp等のファイル転送ソフトを利用し,作成した入力ファイルをフォルダごと本学スパコンへ転送してください.''' '''3. 転送したフォルダ内に下記のような実行スクリプトを作成し,「qsub」コマンドによりジョブを投入してください.''' |
The input file is stored at: ''specified_path\project_name''_Files\Documents\''folder_created_in_above_step'' For example, when performing an energy calculation using '''acetanilide.xsd''' in CASTEP following the above steps, the folder is created with the name of '''acetanilide CASTEP Energy'''. The above ''specified_path'' is usually C:\Users\''account_name''\Documents\Materials Studio Projects. The folder name contains a blank character. Delete the blank character or replace it with underscore (_). The folder name must not contain Japanese characters. '''2. Using file transfer software such as Winscp, transfer the created folder and the file it contains to the supercomputer. ''' '''3. Create a script as follows in the transferred folder and submit the job using the qsub command.''' |
行 1073: | 行 1074: |
* RunCASTEP.shの第3引数は,転送したフォルダ内のファイル名を指定してください.拡張子は必要ありません. * 「ppn=」は,8以下,の値を指定してください. * 経過時間制限値,メモリ利用容量制限値は必要に応じて変更できます. * 「CASTEP Calculation」ウィンドウの”Job Control”タブにおける「Gateway location」「Queue」「Run in parallel on」の設定はコマンドライン実行に対し意味を持ちません.qsubコマンド時に利用する実行スクリプト内の設定が用いられます. * 実行スクリプトは利用する計算機や計算モジュールにより異なります.下記の「実行スクリプト例」をご参照ください. '''4. ジョブ終了後、計算結果ファイルをクライアントPCに転送し,Materials studio Visualizerを利用して閲覧してください.''' '''共同利用に関する注意事項''' Materials Studioのライセンスは,CASTEP:8本,Dmol3:8本,を所有しています.1ライセンスで8並列以下のジョブを1つ実行することができます.本ライセンスは共用です.他のユーザーと競合しないように留意の上,ご利用をお願いします. '''実行スクリプト例''' 広域連携教育研究用クラスタシステムでMaterials Studio 8.0 CASTEPを実行する場合: |
* Specify the file name without an extension in the transferred folder as the third argument in '''RunCASTEP.sh'''. * Specify a value of 8 or less in '''=ppn'''. * The values for the duration of job execution and the permitted memory capacity can be changed as necessary. * Specifications in the '''Gateway location, Queue''', and '''Run in parallel on''' fields in the '''Job Control''' tab in the '''CASTEP Calculation''' window will be ignored in job execution from the command line. The settings specified in the script used with the '''qsub''' command will be used. * The script contents vary depending on the computer and calculation modules to be used. See the following ''Example Scripts''. '''4. After the job is completed, transfer the result file to your client PC and view the results using Materials studio Visualizer.''' '''Notes on Joint Research''' There are eight Materials Studio licenses owned by the University for CASTEP and a further eight for Dmol3. One job with eight or less parallel executions can be conducted under a single license. These licenses are shared. Avoid exclusively occupying the licenses and consider other users. '''Example Scripts''' Running Materials Studio 8.0 CASTEP in the Wide-Area Coordinated Cluster System for Education and Research |
行 1115: | 行 1116: |
広域連携教育研究用クラスタシステムでMaterials Studio 8.0 DMOL3を実行する場合: | Running Materials Studio 8.0 DMOL3 in the Wide-Area Coordinated Cluster System for Education and Research |
行 1137: | 行 1138: |
広域連携教育研究用クラスタシステムでMaterials Studio 2016 CASTEPを実行する場合: | Running Materials Studio 2016 CASTEP in the Wide-Area Coordinated Cluster System for Education and Research |
行 1160: | 行 1161: |
広域連携教育研究用クラスタシステムでMaterials Studio 2016 DMOL3を実行する場合: | Running Materials Studio 2016 DMOL3 in the Wide-Area Coordinated Cluster System for Education and Research |
行 1183: | 行 1184: |
== ジョブの状態を確認する == ジョブ,キューの状態確認にはqstatコマンドを利用します. (1) ジョブの状態表示 |
== Viewing Job Status == Use the '''qstat''' command to view the job or queue status. (1) Viewing the job status |
行 1191: | 行 1192: |
(2) キューの状態表示 | (2) Viewing the queue status |
行 1196: | 行 1197: |
qstatコマンドの主なオプションを以下に示します. ||オプション ||使用例 ||意味 || ||-a ||-a ||すべてのキューイング・実行中のジョブを表示する. || ||-Q ||-Q ||すべてのキューの状態を簡易表示する. || ||-Qf ||-Qf ||すべてのキューの状態を詳細表示する. || ||-q ||-q ||キューの制限値を表示する. || ||-n ||-n ||ジョブに割り当てた計算ノードのホスト名を表示する. || ||-r ||-r ||実行中のジョブのリストを表示させます. || ||-i ||-i ||非実行中のジョブのリストを表示する. || ||-u ||-u ユーザ名 ||指定したユーザのジョブのリストを表示する. || ||-f ||-f ジョブID ||指定したジョブIDの詳細情報を表示する. || == 投入したジョブをキャンセルする == ジョブのキャンセルにはqdelコマンドを使用します. |
Major options for the '''qstat''' command are as follows. ||Options ||Usage ||Description || ||-a ||-a ||Displays all jobs in the queue and jobs being executed. || ||-Q ||-Q ||Displays the statuses of all queues in an abbreviated form. || ||-Qf ||-Qf ||Displays the statuses of all queues in a detailed form. || ||-q ||-q ||Displays the limitation values of the queues. || ||-n ||-n ||Displays the calculation node name assigned to the job. || ||-r ||-r ||Displays a list of running jobs. || ||-i ||-i ||Displays a list of idle jobs. || ||-u ||-u ''user_name'' ||Displays the jobs owned by the specified user. || ||-f ||-f ''job_ID'' ||Displays details of the job that has the specified job ID. || == Canceling a Submitted Jobs == Use the '''qdel''' command to cancel the submitted job. |
行 1217: | 行 1216: |
job IDはqstatコマンドより確認してください. | Check the job ID beforehand using the '''qstat''' command. |
[English|Japanese]
Using Cluster Systems
This section explains the usage methods common among the Computer Systems for the Next Generation Simulation Technology Education and the Wide-Area Coordinated Cluster System for Education and Research. See the page for each system for details of specific functions.
目次