Commit 801058f 1 parent b0325e0 commit 801058f Copy full SHA for 801058f
File tree 10 files changed +0
-116
lines changed
10 files changed +0
-116
lines changed Original file line number Diff line number Diff line change 14
14
15
15
step=$1
16
16
17
- export npe_node_max=36
18
17
export launcher=" mpiexec.hydra"
19
18
export mpmd_opt=" "
20
19
Original file line number Diff line number Diff line change 14
14
15
15
step=$1
16
16
17
- export npe_node_max=40
18
17
export launcher=" mpirun"
19
18
export mpmd_opt=" --multi-prog"
20
19
Original file line number Diff line number Diff line change 14
14
15
15
step=$1
16
16
17
- export npe_node_max=40
18
17
export launcher=" srun -l --export=ALL"
19
18
export mpmd_opt=" --multi-prog --output=mpmd.%j.%t.out"
20
19
Original file line number Diff line number Diff line change 12
12
13
13
step=$1
14
14
15
- export npe_node_max=80
16
15
export launcher=" srun -l --export=ALL"
17
16
export mpmd_opt=" --multi-prog --output=mpmd.%j.%t.out"
18
17
Original file line number Diff line number Diff line change 14
14
15
15
step=$1
16
16
17
- if [[ " ${PARTITION_BATCH} " = " xjet" ]]; then
18
- export npe_node_max=24
19
- elif [[ " ${PARTITION_BATCH} " = " vjet" ]]; then
20
- export npe_node_max=16
21
- elif [[ " ${PARTITION_BATCH} " = " kjet" ]]; then
22
- export npe_node_max=40
23
- fi
24
17
export launcher=" srun -l --epilog=/apps/local/bin/report-mem --export=ALL"
25
18
export mpmd_opt=" --multi-prog --output=mpmd.%j.%t.out"
26
19
Original file line number Diff line number Diff line change 14
14
15
15
step=$1
16
16
17
- export npe_node_max=40
18
17
export launcher=" srun -l --export=ALL"
19
18
export mpmd_opt=" --multi-prog --output=mpmd.%j.%t.out"
20
19
Original file line number Diff line number Diff line change @@ -13,13 +13,7 @@ if [[ $# -ne 1 ]]; then
13
13
fi
14
14
15
15
step=$1
16
- PARTITION_BATCH=${PARTITION_BATCH:- " s4" }
17
16
18
- if [[ ${PARTITION_BATCH} = " s4" ]]; then
19
- export npe_node_max=32
20
- elif [[ ${PARTITION_BATCH} = " ivy" ]]; then
21
- export npe_node_max=20
22
- fi
23
17
export launcher=" srun -l --export=ALL"
24
18
export mpmd_opt=" --multi-prog --output=mpmd.%j.%t.out"
25
19
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ step=$1
18
18
export launcher=" mpiexec -l"
19
19
export mpmd_opt=" --cpu-bind verbose,core cfp"
20
20
21
- export npe_node_max=128
22
-
23
21
if [[ " ${step} " = " prep" ]] || [[ " ${step} " = " prepbufr" ]]; then
24
22
25
23
nth_max=$(( npe_node_max / npe_node_prep))
Original file line number Diff line number Diff line change @@ -68,54 +68,6 @@ if [[ "${skip_mom6}" == "false" ]] || [[ "${skip_cice6}" == "false" ]] || [[ "${
68
68
skip_mediator=false
69
69
fi
70
70
71
- case " ${machine} " in
72
- " WCOSS2" )
73
- npe_node_max=128
74
- ;;
75
- " HERA" | " ORION" )
76
- npe_node_max=40
77
- ;;
78
- " HERCULES" )
79
- npe_node_max=80
80
- ;;
81
- " JET" )
82
- case " ${PARTITION_BATCH} " in
83
- " xjet" )
84
- npe_node_max=24
85
- ;;
86
- " vjet" | " sjet" )
87
- npe_node_max=16
88
- ;;
89
- " kjet" )
90
- npe_node_max=40
91
- ;;
92
- * )
93
- echo " FATAL ERROR: Unsupported ${machine} PARTITION_BATCH = ${PARTITION_BATCH} , ABORT!"
94
- exit 1
95
- ;;
96
- esac
97
- ;;
98
- " S4" )
99
- case " ${PARTITION_BATCH} " in
100
- " s4" )
101
- npe_node_max=32
102
- ;;
103
- " ivy" )
104
- npe_node_max=20
105
- ;;
106
- * )
107
- echo " FATAL ERROR: Unsupported ${machine} PARTITION_BATCH = ${PARTITION_BATCH} , ABORT!"
108
- exit 1
109
- ;;
110
- esac
111
- ;;
112
- * )
113
- echo " FATAL ERROR: Unrecognized machine ${machine} "
114
- exit 14
115
- ;;
116
- esac
117
- export npe_node_max
118
-
119
71
# (Standard) Model resolution dependent variables
120
72
case " ${fv3_res} " in
121
73
" C48" )
Original file line number Diff line number Diff line change @@ -68,54 +68,6 @@ if [[ "${skip_mom6}" == "false" ]] || [[ "${skip_cice6}" == "false" ]] || [[ "${
68
68
skip_mediator=false
69
69
fi
70
70
71
- case " ${machine} " in
72
- " WCOSS2" )
73
- npe_node_max=128
74
- ;;
75
- " HERA" | " ORION" )
76
- npe_node_max=40
77
- ;;
78
- " HERCULES" )
79
- npe_node_max=80
80
- ;;
81
- " JET" )
82
- case " ${PARTITION_BATCH} " in
83
- " xjet" )
84
- npe_node_max=24
85
- ;;
86
- " vjet" | " sjet" )
87
- npe_node_max=16
88
- ;;
89
- " kjet" )
90
- npe_node_max=40
91
- ;;
92
- * )
93
- echo " FATAL ERROR: Unsupported ${machine} PARTITION_BATCH = ${PARTITION_BATCH} , ABORT!"
94
- exit 1
95
- ;;
96
- esac
97
- ;;
98
- " S4" )
99
- case " ${PARTITION_BATCH} " in
100
- " s4" )
101
- npe_node_max=32
102
- ;;
103
- " ivy" )
104
- npe_node_max=20
105
- ;;
106
- * )
107
- echo " FATAL ERROR: Unsupported ${machine} PARTITION_BATCH = ${PARTITION_BATCH} , ABORT!"
108
- exit 1
109
- ;;
110
- esac
111
- ;;
112
- * )
113
- echo " FATAL ERROR: Unrecognized machine ${machine} "
114
- exit 14
115
- ;;
116
- esac
117
- export npe_node_max
118
-
119
71
# (Standard) Model resolution dependent variables
120
72
case " ${fv3_res} " in
121
73
" C48" )
You can’t perform that action at this time.
0 commit comments