Skip to content

Commit

Permalink
resource adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBurrows-NCO committed Nov 8, 2024
1 parent 3b98cf4 commit 7a8b15d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions regression/regression_param.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ case $regtest in
topts[1]="0:15:00" ; popts[1]="40/3/" ; ropts[1]="/1"
topts[2]="0:15:00" ; popts[2]="40/5/" ; ropts[2]="/1"
elif [[ "$machine" = "gaeac6" ]]; then
topts[1]="0:60:00" ; popts[1]="40/3/" ; ropts[1]="/1"
topts[2]="0:60:00" ; popts[2]="40/5/" ; ropts[2]="/1"
topts[1]="0:15:00" ; popts[1]="40/3/" ; ropts[1]="/1"
topts[2]="0:15:00" ; popts[2]="40/5/" ; ropts[2]="/1"
elif [[ "$machine" = "wcoss2" || "$machine" = "acorn" ]]; then
topts[1]="0:15:00" ; popts[1]="64/1/" ; ropts[1]="/1"
topts[2]="0:15:00" ; popts[2]="128/2/" ; ropts[2]="/1"
Expand Down
1 change: 1 addition & 0 deletions regression/regression_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ case $machine in

export check_resource="no"
export accnt="ufs-ard"
export FI_VERBS_PREFER_XRC=0
;;
gaeac6)
export queue="normal"
Expand Down
1 change: 0 additions & 1 deletion ush/sub_gaeac5
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ sbatch=${sbatch:-sbatch}
ofile=$DATA/subout$$
>$ofile
chmod 777 $ofile
export FI_VERBS_PREFER_XRC=0
$sbatch $cfile >$ofile
rc=$?
cat $ofile
Expand Down

0 comments on commit 7a8b15d

Please sign in to comment.