@@ -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
@@ -829,8 +830,8 @@ case ${step} in
829
830
830
831
" atmensanlinit" )
831
832
# make below case dependent later
832
- export layout_x=1
833
- export layout_y=1
833
+ export layout_x=8
834
+ export layout_y=8
834
835
835
836
export wtime_atmensanlinit=" 00:10:00"
836
837
export npe_atmensanlinit=1
@@ -841,15 +842,16 @@ case ${step} in
841
842
842
843
" atmensanlrun" )
843
844
# make below case dependent later
844
- export layout_x=1
845
- export layout_y=1
845
+ export layout_x=8
846
+ export layout_y=8
846
847
847
848
export wtime_atmensanlrun=" 00:30:00"
848
849
export npe_atmensanlrun=$(( layout_x * layout_y * 6 ))
849
850
export npe_atmensanlrun_gfs=$(( layout_x * layout_y * 6 ))
850
851
export nth_atmensanlrun=1
851
852
export nth_atmensanlrun_gfs=${nth_atmensanlrun}
852
853
export npe_node_atmensanlrun=$(( npe_node_max / nth_atmensanlrun ))
854
+ export memory_atmensanlrun=" 96GB"
853
855
export is_exclusive=True
854
856
;;
855
857
0 commit comments