Skip to content

Commit e1e0f42

Browse files
sbryngelsonclaude
andcommitted
ci: cap case-optimization build jobs at 8 to match prebuild
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4915884 commit e1e0f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/run_case_optimization.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for case in "${benchmarks[@]}"; do
4444
rm -rf "$case_dir/D" "$case_dir/p_all" "$case_dir/restart_data"
4545

4646
# Build + run with --case-optimization, small grid, 10 timesteps
47-
if ./mfc.sh run "$case" --case-optimization $gpu_opts -n "$ngpus" -j "$(nproc)" -- --gbpp 1 --steps 10; then
47+
if ./mfc.sh run "$case" --case-optimization $gpu_opts -n "$ngpus" -j 8 -- --gbpp 1 --steps 10; then
4848
# Validate output
4949
if build/venv/bin/python3 .github/scripts/check_case_optimization_output.py "$case_dir"; then
5050
echo "PASS: $case_name"

0 commit comments

Comments
 (0)