88 | | = ada/IDRIS MPI mode = |
89 | | |
90 | | {{{ |
91 | | |
92 | | #!/bin/ksh |
93 | | # ###################### |
94 | | # ## ADA IDRIS ## |
95 | | # ###################### |
96 | | # Job name |
97 | | # @ job_name = SECHSTOM |
98 | | # Job type |
99 | | # @ job_type = parallel |
100 | | # Standard output file name |
101 | | # @ output = Script_Output_SECHSTOM.000001 |
102 | | # Error output file name |
103 | | # @ error = Script_Output_SECHSTOM.000001 |
104 | | # Total number of tasks |
105 | | # @ total_tasks = 4 |
106 | | # @ environment = "BATCH_NUM_PROC_TOT=4" |
107 | | # Maximum CPU time per task hh:mm:ss |
108 | | # @ wall_clock_limit = 1:00:00 |
109 | | # End of the header options |
110 | | # @ queue |
111 | | # Temporary due to memory problems on mpi version |
112 | | export MP_EUILIBPATH=/smplocal/lib/ibmhpc/pe12012/ppe.pami/gnu/lib64/pami64 |
113 | | date |
114 | | /usr/bin/time poe ./orchidee_ol |
115 | | date |
116 | | }}} |
117 | | |
118 | | |
119 | | * Submit the job : |
120 | | {{{ |
121 | | llsubmit Job |
122 | | }}} |
123 | | |
124 | | |
125 | | * Survey the job while it is still in queue : |
126 | | {{{ |
127 | | llq | grep login |
128 | | }}} |
129 | | |
130 | | * Kill the job if needed, take the jobid from the llq command : |
131 | | {{{ |
132 | | llcancel jobid |
133 | | }}} |
| 83 | = Jean-Zay at IDRIS = |
| 84 | See job examples here: https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/ComputingCenters/IDRIS/JeanZay#ExampleofajobtostartanexecutableinaParallelenvironnement |