Signed-off-by: Rolf Manderscheid <[email protected]>
---
scripts/run_opensm.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/run_opensm.sh b/scripts/run_opensm.sh
index a225d81..a299dc0 100755
--- a/scripts/run_opensm.sh
+++ b/scripts/run_opensm.sh
@@ -29,7 +29,7 @@ if [ -z "$debug" ] ; then
export SIM_HOST
export OSM_TMP_DIR
export OSM_CACHE_DIR
- time LD_PRELOAD=${umad2sim} ${cmd} ${cmd_args}
+ LD_PRELOAD=${umad2sim} time ${cmd} ${cmd_args}
rc=$?
exit $rc
else
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html