Re: [OMPI users] About openmpi-mpirun

2009-12-17 Thread Jeroen Kleijer
'./openmpi-mpirun /bin/sh -c "ulimit -s unlimited ; ./wrf.exe " ' Could you give this a try? Regards, Jeroen Kleijer On Thu, Dec 17, 2009 at 5:56 PM, Min Zhu <min@res-ltd.com> wrote: > Hi, Jeroen, > > Thanks a lot. Unfortunately I don't think I have got mpirun.lsf. The D

Re: [OMPI users] About openmpi-mpirun

2009-12-17 Thread Jeroen Kleijer
./wrf.exe \" " (at least I think you should :) ) The mpirun.lsf is a wrapper provided by LSF and the -a openmpi tells it to set the necessary openmpi environment varibales etc. Kind regards, Jeroen Kleijer On Thu, Dec 17, 2009 at 5:32 PM, Min Zhu <min@res-ltd.com> wrote: > H

Re: [OMPI users] About openmpi-mpirun

2009-12-17 Thread Jeroen Kleijer
wrong and I'm trying to figure out where Kind regards, Jeroen Kleijer On Thu, Dec 17, 2009 at 5:09 PM, Min Zhu <min@res-ltd.com> wrote: > Hi, Jeroen, > > Here is the OUT file, ERR file is empty. > > ---

Re: [OMPI users] About openmpi-mpirun

2009-12-17 Thread Jeroen Kleijer
the error message is you're seeing. Kind regards, Jeroen Kleijer On Thu, Dec 17, 2009 at 4:41 PM, Min Zhu <min@res-ltd.com> wrote: > Hi, Jeroen, > > Thanks for your reply. I tried the command bsub -e ERR -o OUT -n 16 > "openmpi-mpirun /bin/sh -c 'ulimit -s unl

Re: [OMPI users] About openmpi-mpirun

2009-12-17 Thread Jeroen Kleijer
string "openmpi-mpirun " to be passed as a single string / command to LSF. The second line between the single quotes is then passed as a single argument to /bin/sh which is run by openmpi-mpirun. Kind regards, Jeroen Kleijer On Thu, Dec 17, 2009 at 4:03 PM, Min Zhu <min@re

Re: [OMPI users] LSF launch with OpenMPI

2009-05-05 Thread Jeroen Kleijer
ly but use the mpirun.lsf, a wrapper script provided by LSF. This wrapper script takes care of setting the necessary environment variables and eventually calls the correct mpirun. (the option "-a openmpi" tells LSF that we're using OpenMPI so don't try to autodetect) Regards, Jeroen Kl

Re: [OMPI users] Communications problems w/OpenMPI

2008-12-18 Thread Jeroen Kleijer
n Amazon's EC2. However, if you're able to compile and use a version of the development branch (1.3) you should be use compile and run the "hello world" program without problems, regardless of the subnet they're in. Regards, Jeroen Kleijer

[OMPI users] TCP BTL in different subnets?

2008-09-19 Thread Jeroen Kleijer
for this. If there are solutions to this I'd really like to know about it as I've been trying this for quite a while now. Regards, Jeroen Kleijer