10と21のリビジョン間の差分 (その間の編集: 11回)
サイズ: 29996
コメント:
|
サイズ: 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]]*/ /* * [[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]] |
行 185: | 行 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. |
行 250: | 行 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.'' || |
行 375: | 行 374: |
=== ANSYS Multiphysics Job === | === ANSYS Multiphysics Jobs === |
行 433: | 行 432: |
=== ANSYS CFX Job === | === ANSYS CFX Jobs === |
行 452: | 行 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. |
行 472: | 行 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 === |
行 510: | 行 509: |
=== ANSYS LS-DYNA Job === | === ANSYS LS-DYNA Jobs === |
行 531: | 行 530: |
=== ABAQUS Job === | === ABAQUS Jobs === |
行 552: | 行 551: |
=== PHASE Job === | === PHASE Jobs === |
行 570: | 行 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. |
行 591: | 行 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. |
行 597: | 行 596: |
=== UVSOR Job === | === UVSOR Jobs === |
行 614: | 行 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. |
行 620: | 行 619: |
=== OpenMX Job === | === OpenMX Jobs === |
行 644: | 行 643: |
=== GAUSSIAN Job === | === GAUSSIAN Jobs === |
行 646: | 行 645: |
e | |
行 698: | 行 697: |
=== NWChem Job === | === NWChem Jobs === |
行 739: | 行 738: |
=== GAMESS Job === | === GAMESS Jobs === |
行 759: | 行 758: |
=== MPQC Job === | === MPQC Jobs === |
行 791: | 行 790: |
=== AMBER Job === | === AMBER Jobs === |
行 911: | 行 910: |
=== CONFLEX Job === | === CONFLEX Jobs === |
行 964: | 行 963: |
=== MATLAB Job === | === MATLAB Jobs === |
行 1021: | 行 1020: |
=== CASTEP/DMol3 Job === | === CASTEP/DMol3 Jobs === |
行 1042: | 行 1041: |
specified_path\project_name_Files\Documents\folder_created_in_above_step | ''specified_path\project_name''_Files\Documents\''folder_created_in_above_step'' |
行 1046: | 行 1045: |
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. |
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. |
行 1083: | 行 1082: |
* The script contents vary depending on the computer and calculation modules to be used. See the following Example Scripts. | * The script contents vary depending on the computer and calculation modules to be used. See the following ''Example Scripts''. |
行 1089: | 行 1088: |
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. |
行 1207: | 行 1206: |
||-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 == |
||-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 == |
[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.
目次