8と20のリビジョン間の差分 (その間の編集: 12回)
サイズ: 29739
コメント:
|
サイズ: 29896
コメント:
|
削除された箇所はこのように表示されます。 | 追加された箇所はこのように表示されます。 |
行 3: | 行 3: |
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: | 行 7: |
== 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: | 行 26: |
||- ||nnvcc compiler ||module load cuda-5.0 || | ||- ||nvcc compiler ||module load cuda-5.0 || |
行 74: | 行 74: |
* 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: | 行 161: |
=== OpenMPI, MPICH2, MPICH1 === | === OpenMPI, MPICH2, and MPICH1 === |
行 179: | 行 178: |
/* * [[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: | 行 181: |
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: | 行 244: |
The major options of the qsub command are as follows. | The major options of the '''qsub''' command are as follows. |
行 248: | 行 246: |
||-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: | 行 251: |
||-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: | 行 314: |
* When using MPICH2, always specify the -iface option. | * When using MPICH2, always specify the '''-iface''' option. |
行 373: | 行 371: |
=== ANSYS Multiphysics Job === | === ANSYS Multiphysics Jobs === |
行 431: | 行 429: |
=== ANSYS CFX Job === | === ANSYS CFX Jobs === |
行 450: | 行 448: |
* 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: | 行 468: |
*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: | 行 506: |
=== ANSYS LS-DYNA Job === | === ANSYS LS-DYNA Jobs === |
行 529: | 行 527: |
=== ABAQUS Job === | === ABAQUS Jobs === |
行 550: | 行 548: |
=== PHASE Job === | === PHASE Jobs === |
行 568: | 行 566: |
* 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: | 行 587: |
* 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: | 行 593: |
=== UVSOR Job === | === UVSOR Jobs === |
行 612: | 行 610: |
* 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: | 行 616: |
=== OpenMX Job === | === OpenMX Jobs === |
行 642: | 行 640: |
=== GAUSSIAN Job === | === GAUSSIAN Jobs === |
行 644: | 行 642: |
e | |
行 696: | 行 694: |
=== NWChem Job === | === NWChem Jobs === |
行 737: | 行 735: |
=== GAMESS Job === | === GAMESS Jobs === |
行 757: | 行 755: |
=== MPQC Job === | === MPQC Jobs === |
行 789: | 行 787: |
=== AMBER Job === | === AMBER Jobs === |
行 909: | 行 907: |
=== CONFLEX Job === | === CONFLEX Jobs === |
行 946: | 行 944: |
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. |
行 962: | 行 960: |
=== MATLAB Job === | === MATLAB Jobs === |
行 1019: | 行 1017: |
=== CASTEP/DMol3 Job === | === CASTEP/DMol3 Jobs === |
行 1024: | 行 1022: |
(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. |
行 1030: | 行 1028: |
In the CASTEP Calculation window, click Files…. | In the '''CASTEP Calculation''' window, click '''Files…'''. |
行 1034: | 行 1032: |
In the CASTEP Job Files window, click Save Files. | In the '''CASTEP Job Files''' window, click '''Save Files'''. |
行 1040: | 行 1038: |
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. |
''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. |
行 1073: | 行 1071: |
* 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'''. |
行 1079: | 行 1077: |
* 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. |
* 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''. |
行 1087: | 行 1085: |
There are eight Materials Studio licenses owned by the University for CASTEP and a further eight for Dmol3. 1One 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. | 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. |
行 1184: | 行 1182: |
Use the qstat command to view the job or queue status. | Use the '''qstat''' command to view the job or queue status. |
行 1196: | 行 1194: |
Major options for the qstat command are as follows. | Major options for the '''qstat''' command are as follows. |
行 1205: | 行 1203: |
||-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 Job == Use the qdel command to cancel the submitted job. |
||-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. |
行 1215: | 行 1213: |
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 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.
目次