Skip to content

Commit af4934f

Browse files
authored
Update recommended FI_UNIVERSE_SIZE setting for startup script (GoogleCloudPlatform#4782)
2 parents 1dc17ad + c5797ae commit af4934f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/scripts/startup-script

modules/scripts/startup-script/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ locals {
103103
export FI_OFI_RXM_USE_RNDV_WRITE=0
104104
export FI_VERBS_INLINE_SIZE=39
105105
export I_MPI_FABRICS="shm:ofi"
106-
export FI_UNIVERSE_SIZE=3072
106+
export FI_UNIVERSE_SIZE=1024
107107
export I_MPI_ADJUST_ALLTOALL=1
108108
export I_MPI_ADJUST_IALLTOALL=1
109109
export I_MPI_ADJUST_BCAST=4

0 commit comments

Comments
 (0)