@@ -91,7 +91,7 @@ case ${step} in
91
91
;;
92
92
93
93
" prepatmiodaobs" )
94
- export wtime_prepatmiodaobs=" 00:10 :00"
94
+ export wtime_prepatmiodaobs=" 00:30 :00"
95
95
export npe_prepatmiodaobs=1
96
96
export nth_prepatmiodaobs=1
97
97
export npe_node_prepatmiodaobs=$(( npe_node_max / nth_prepatmiodaobs ))
@@ -196,8 +196,8 @@ case ${step} in
196
196
197
197
" atmanlinit" )
198
198
# make below case dependent later
199
- export layout_x=1
200
- export layout_y=1
199
+ export layout_x=8
200
+ export layout_y=8
201
201
202
202
export layout_gsib_x=$(( layout_x * 3 ))
203
203
export layout_gsib_y=$(( layout_y * 2 ))
@@ -212,15 +212,16 @@ case ${step} in
212
212
213
213
" atmanlrun" )
214
214
# make below case dependent later
215
- export layout_x=1
216
- export layout_y=1
215
+ export layout_x=8
216
+ export layout_y=8
217
217
218
218
export wtime_atmanlrun=" 00:30:00"
219
219
export npe_atmanlrun=$(( layout_x * layout_y * 6 ))
220
220
export npe_atmanlrun_gfs=$(( layout_x * layout_y * 6 ))
221
221
export nth_atmanlrun=1
222
222
export nth_atmanlrun_gfs=${nth_atmanlrun}
223
223
export npe_node_atmanlrun=$(( npe_node_max / nth_atmanlrun ))
224
+ export memory_atmanlrun=" 96GB"
224
225
export is_exclusive=True
225
226
;;
226
227
@@ -833,8 +834,8 @@ case ${step} in
833
834
834
835
" atmensanlinit" )
835
836
# make below case dependent later
836
- export layout_x=1
837
- export layout_y=1
837
+ export layout_x=8
838
+ export layout_y=8
838
839
839
840
export wtime_atmensanlinit=" 00:10:00"
840
841
export npe_atmensanlinit=1
@@ -845,15 +846,16 @@ case ${step} in
845
846
846
847
" atmensanlrun" )
847
848
# make below case dependent later
848
- export layout_x=1
849
- export layout_y=1
849
+ export layout_x=8
850
+ export layout_y=8
850
851
851
852
export wtime_atmensanlrun=" 00:30:00"
852
853
export npe_atmensanlrun=$(( layout_x * layout_y * 6 ))
853
854
export npe_atmensanlrun_gfs=$(( layout_x * layout_y * 6 ))
854
855
export nth_atmensanlrun=1
855
856
export nth_atmensanlrun_gfs=${nth_atmensanlrun}
856
857
export npe_node_atmensanlrun=$(( npe_node_max / nth_atmensanlrun ))
858
+ export memory_atmensanlrun=" 96GB"
857
859
export is_exclusive=True
858
860
;;
859
861
0 commit comments