The '-c' option needs a configuration file. Signed-off-by: Honggang Li <honli@xxxxxxxxxx> --- scripts/run_opensm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_opensm.sh b/scripts/run_opensm.sh index a225d81f17a3..5fd29b5b94f3 100755 --- a/scripts/run_opensm.sh +++ b/scripts/run_opensm.sh @@ -7,7 +7,7 @@ fi if [ -z "$1" ] ; then cmd=opensm - cmd_args="-e -c -V -f ./osm.log -s 0" + cmd_args="-e -V -f ./osm.log -s 0" else cmd="$1" shift -- 2.15.0-rc1