Skip to content

Commit

Permalink
Revert testing WLCLK values
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsarmie authored Aug 22, 2024
1 parent bb93e47 commit 5097009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ elif [[ ${MACHINE_ID} = jet ]]; then
export OCN_tasks_cpl_c192=100
export ICE_tasks_cpl_c192=48
export WAV_tasks_cpl_c192=80
export WLCLK_cpl_c192=500
export WLCLK_cpl_c192=120

elif [[ ${MACHINE_ID} = s4 ]]; then

Expand Down Expand Up @@ -411,7 +411,7 @@ else

fi

export WLCLK_dflt=150
export WLCLK_dflt=30

export WLCLK=${WLCLK_dflt}
export CMP_DATAONLY=false
Expand Down

0 comments on commit 5097009

Please sign in to comment.