Skip to content

Commit

Permalink
Fix FBH_tasks default value
Browse files Browse the repository at this point in the history
* fixes failure in cpld_2threads_p8_intel
  • Loading branch information
danrosen25 committed Jul 24, 2024
1 parent aa10083 commit 8d8468e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
export OCN_tasks_cpl_dflt=20
export ICE_tasks_cpl_dflt=10
export WAV_tasks_cpl_dflt=20
export FBH_tasks_cpl_dflt=1

export THRD_cpl_thrd=2
export INPES_cpl_thrd=3
Expand Down Expand Up @@ -1131,7 +1130,6 @@ export THRD=${THRD_cpl_dflt}
export OCN_tasks=${OCN_tasks_cpl_dflt}
export ICE_tasks=${ICE_tasks_cpl_dflt}
export WAV_tasks=${WAV_tasks_cpl_dflt}
export FBH_tasks=${FBH_tasks_cpl_dflt}

# Set tiled file defaults
export_tiled
Expand Down

0 comments on commit 8d8468e

Please sign in to comment.