9と11のリビジョン間の差分 (その間の編集: 2回)
サイズ: 29840
コメント:
|
サイズ: 29795
コメント:
|
削除された箇所はこのように表示されます。 | 追加された箇所はこのように表示されます。 |
行 179: | 行 179: |
/* * [[ClusterSystem|Computer Systems for the Next Generation Simulation Technology Education]]*/ /* * [[ClusterSystem|Computer Systems for the Next Generation Simulation Technology Education]] */ |
|
行 248: | 行 245: |
The major options of the qsub command are as follows. | The major options of the '''qsub''' command are as follows. |
行 250: | 行 247: |
||-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. || |
行 255: | 行 252: |
||-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. || |
行 318: | 行 315: |
* When using MPICH2, always specify the -iface option. | * When using MPICH2, always specify the '''-iface''' option. |
行 948: | 行 945: |
Create the script and submit the job using the qsub command. The sample script is as follows. | Create the script and submit the job using the '''qsub''' command. The sample script is as follows. |
行 1026: | 行 1023: |
(2) Transfer the input file to the supercomputer using Winscp etc. and submit the job using the qsub command. | (2) Transfer the input file to the supercomputer using Winscp etc. and submit the job using the '''qsub''' command. |
行 1032: | 行 1029: |
In the CASTEP Calculation window, click Files…. | In the '''CASTEP Calculation''' window, click '''Files…'''. |
行 1036: | 行 1033: |
In the CASTEP Job Files window, click Save Files. | In the '''CASTEP Job Files''' window, click '''Save Files'''. |
行 1044: | 行 1041: |
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. | 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'''. |
行 1075: | 行 1072: |
* 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. |
* 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'''. |
行 1081: | 行 1078: |
* 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. | * 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. |
行 1186: | 行 1183: |
Use the qstat command to view the job or queue status. | Use the '''qstat''' command to view the job or queue status. |
行 1198: | 行 1195: |
Major options for the qstat command are as follows. | Major options for the '''qstat''' command are as follows. |
行 1212: | 行 1209: |
Use the qdel command to cancel the submitted job. | Use the '''qdel''' command to cancel the submitted job. |
行 1217: | 行 1214: |
Check the job ID beforehand using the qstat command. | Check the job ID beforehand using the '''qstat''' command. |
Using Cluster Systems
This section explains the usage methods common among 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.
目次