Skip to content

Commit

Permalink
moving FI_VERBS_PREFER_XRC to regression_param.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBurrows-NCO committed Nov 8, 2024
1 parent 7a8b15d commit 8cf6434
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions regression/regression_param.sh
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ elif [[ "$machine" = "gaeac5" ]]; then
export MPI_BUFS_PER_PROC=256
export MPI_BUFS_PER_HOST=256
export MPI_GROUP_MAX=256
export FI_VERBS_PREFER_XRC=0
export APRUN="srun --export=ALL -n \$ntasks"
elif [[ "$machine" = "gaeac6" ]]; then
export OMP_STACKSIZE=1024M
Expand Down
1 change: 0 additions & 1 deletion regression/regression_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ case $machine in

export check_resource="no"
export accnt="ufs-ard"
export FI_VERBS_PREFER_XRC=0
;;
gaeac6)
export queue="normal"
Expand Down

0 comments on commit 8cf6434

Please sign in to comment.