View | Details | Raw Unified | Return to ticket 52
Collapse All | Expand All

(-)a/testsuite/expect/test7.2 (-7 / +11 lines)
Lines 94-109 if { [test_bluegene] } { Link Here
94
		set node_cnt 1-1024
94
		set node_cnt 1-1024
95
		set task_cnt 8
95
		set task_cnt 8
96
	}
96
	}
97
} elseif {[test_xcpu] } { 
98
	set node_cnt 1-1
99
	set task_cnt 8
100
101
} elseif {[test_serial]} {
102
	set node_cnt 1
103
	set task_cnt 1
104
97
} else {
105
} else {
98
	if { [test_xcpu] } {
106
	set node_cnt 1-4
99
		set node_cnt 1-1
107
	set task_cnt 8
100
		set task_cnt 8
101
	} else {
102
		set node_cnt 1-4
103
		set task_cnt 8
104
	}
105
}
108
}
106
109
110
107
# Test uses srun based task launch
111
# Test uses srun based task launch
108
# Adjust time limits as needed for large task counts */
112
# Adjust time limits as needed for large task counts */
109
#                   times are here  vv
113
#                   times are here  vv

Return to ticket 52