Re: [PATCH] ibsim: fix non-debug path in run_opensm.sh script

2011-08-10 Thread Rolf Manderscheid
Hi Alex, On 11-08-09 08:57 AM, Alex Netes wrote This is what I get, when running the commands in the old way: ... I get: time: cannot run LD_PRELOAD=scripts/../umad2sim/libumad2sim.so: No such file or directory Command exited with non-zero status 127 0.00user 0.00system 0:00.00elapsed

Re: [PATCH] ibsim: fix non-debug path in run_opensm.sh script

2011-08-09 Thread Alex Netes
Hi Rolf, On 17:29 Fri 05 Aug , Rolf Manderscheid wrote: 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

Re: [PATCH] ibsim: fix non-debug path in run_opensm.sh script

2011-08-09 Thread Jason Gunthorpe
On Tue, Aug 09, 2011 at 05:57:27PM +0300, Alex Netes wrote: This is what I get, when running the commands in the old way: The construct 'time FOO=x cmd' is a bashism. The script either needs to use #!/bin/bash or the patch from Rolf to make it work properly on systems that use a POSIX shell as

[PATCH] ibsim: fix non-debug path in run_opensm.sh script

2011-08-05 Thread Rolf Manderscheid
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 @@