Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/fix build capability for Gaea-C5, Gaea-C6, and container #800

Merged
merged 13 commits into from
Nov 12, 2024
Merged
Prev Previous commit
moving FI_VERBS_PREFER_XRC to regression_param.sh
  • Loading branch information
DavidBurrows-NCO committed Nov 8, 2024
commit 8cf6434830c4b4db4495ad6017a345d53505123a
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
Loading