public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ibsim: fix non-debug path in run_opensm.sh script
@ 2011-08-05 23:29 Rolf Manderscheid
       [not found] ` <E1QpTpr-00026L-B8-nLM+XIojDeH72zTlGHhC+rDks+cytr/Z@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Rolf Manderscheid @ 2011-08-05 23:29 UTC (permalink / raw)
  To: alexne-VPRAkNaXOzVWk0Htik3J/w; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA


Signed-off-by: Rolf Manderscheid <rvm-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
---
 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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-10 16:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-05 23:29 [PATCH] ibsim: fix non-debug path in run_opensm.sh script Rolf Manderscheid
     [not found] ` <E1QpTpr-00026L-B8-nLM+XIojDeH72zTlGHhC+rDks+cytr/Z@public.gmane.org>
2011-08-09 14:57   ` Alex Netes
     [not found]     ` <20110809145727.GB2056-iQai9MGU/dze+A/uUDamNg@public.gmane.org>
2011-08-09 17:53       ` Jason Gunthorpe
2011-08-10 16:08       ` Rolf Manderscheid

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox