Signed-off-by: Rolf Manderscheid <r...@obsidianresearch.com>
---
 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to