Disable OFI in MPI benchmarks for now

Use sockets for communication as the current runner has the OFI port
disconnected, so it will fail otherwise.
This commit is contained in:
Rodrigo Arias 2025-06-05 13:05:38 +02:00
parent a73afcfaab
commit e4f6238207
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@ export NOSV_CONFIG_OVERRIDE=instrumentation.version=ovni,ovni.level=2
#export OMP_NUM_THREADS=1
export OMP_OVNI=1
# FIXME: Disable OFI for now as we don't have a working hfi network
export FI_PROVIDER=sockets
b6_heat_itampi_nodes_tasks -b 128 -t 10
ovnisort ovni

View File

@ -2,6 +2,8 @@ export NOSV_APPID=1
export NOSV_CONFIG_OVERRIDE=instrumentation.version=ovni,ovni.level=2
export OMP_OVNI=1
# FIXME: Disable OFI for now as we don't have a working hfi network
export FI_PROVIDER=sockets
b6_heat_tampi_ompv -b 256 -t 4
ovnisort ovni