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:
parent
a73afcfaab
commit
e4f6238207
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user