Skip to content

Commit 6712def

Browse files
authored
Added additional Slingshot tuning parameters. (#24)
1 parent 3074823 commit 6712def

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hpc_launcher/systems/lc/el_capitan_family.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ def environment_variables(self) -> list[tuple[str, str]]:
101101

102102
# Performance tuning for HPE Slingshot Cassini NIC
103103
env_list.append(("FI_CXI_RDZV_PROTO", "alt_read"))
104+
env_list.append(("FI_CXI_RDZV_THRESHOLD", "0"))
105+
env_list.append(("FI_CXI_RDZV_GET_MIN", "0"))
106+
env_list.append(("FI_CXI_RDZV_EAGER_SIZE", "0"))
104107

105108
for i in self._aux_env_list:
106109
env_list.append(i)

0 commit comments

Comments
 (0)