Re: [OMPI users] mpirun runs in serial even I set np to several processors

2014-04-15 Thread Djordje Romanic
d simply do not use OpenMP. > > Finally, if you do: > export OMP_NUM_THREADS=1 > mpiexec -np 4 ./wrf.exe > WRF will run in MPI mode, even if you configured it hybrid. > [At least this is what it is supposed to do.] > > > I hope this helps, > Gus Correa > > On 04/15

Re: [OMPI users] mpirun runs in serial even I set np to several processors

2014-04-15 Thread Djordje Romanic
in /home/djordje/sw/openmpi/1.8/bin > > 5. Rebuild WRF from scratch. > > 6. Check if WRF got the libraries right: > > ldd wrf.exe > > This should show mpi libraries in /home/djordje/sw/openmpi/1.8/lib > > 7. Run WRF > mpirun -np 4 wrf.exe > > > I hope this

Re: [OMPI users] mpirun runs in serial even I set np to several processors

2014-04-14 Thread Djordje Romanic
8000) >>> libquadmath.so.0 => /usr/lib/x86_64-linux-gnu/libquadmath.so.0 >>> (0x7f4d1528a000) >>> >>> >>> >>> On Mon, Apr 14, 2014 at 4:09 PM, Gus Correa >>> wrote: >>> Djordje >>> >>> Your WRF

Re: [OMPI users] mpirun runs in serial even I set np to several processors

2014-04-14 Thread Djordje Romanic
configure > script that you sent before? > Maybe the full command line will shed some light on the problem. > > > I hope this helps, > Gus Correa > > > On 04/14/2014 03:11 PM, Djordje Romanic wrote: > >> to get help :) >> >> >> >> On Mon,

Re: [OMPI users] mpirun runs in serial even I set np to several processors

2014-04-14 Thread Djordje Romanic
to get help :) On Mon, Apr 14, 2014 at 3:11 PM, Djordje Romanic wrote: > Yes, but I was hoping to get. :) > > > On Mon, Apr 14, 2014 at 3:02 PM, Jeff Squyres (jsquyres) < > jsquy...@cisco.com> wrote: > >> If you didn't use Open MPI, then thi

Re: [OMPI users] mpirun runs in serial even I set np to several processors

2014-04-14 Thread Djordje Romanic
Yes, but I was hoping to get. :) On Mon, Apr 14, 2014 at 3:02 PM, Jeff Squyres (jsquyres) wrote: > If you didn't use Open MPI, then this is the wrong mailing list for you. > :-) > > (this is the Open MPI users' support mailing list) > > > On Apr 14, 2014, at

Re: [OMPI users] mpirun runs in serial even I set np to several processors

2014-04-14 Thread Djordje Romanic
nt MPI implementation (e.g., MPICH). > > > On Apr 14, 2014, at 2:32 PM, Djordje Romanic wrote: > > > I compiled it with: x86_64 Linux, gfortran compiler with gcc (dmpar). > dmpar - distributed memory option. > > > > Attached is the self-generated configuration f

Re: [OMPI users] mpirun runs in serial even I set np to several processors

2014-04-14 Thread Djordje Romanic
23 PM, Dave Goodell (dgoodell) wrote: > On Apr 14, 2014, at 12:15 PM, Djordje Romanic wrote: > > > When I start wrf with mpirun -np 4 ./wrf.exe, I get this: > > - > > starting wrf task0 of1 > >

[OMPI users] mpirun runs in serial even I set np to several processors

2014-04-14 Thread Djordje Romanic
Hi, I am trying to run WRF-ARW in parallel. This is configuration of my system: - Architecture: x86_64 CPU op-mode(s):32-bit, 64-bit Byte Order:Little Endian CPU(s):4 On-line CPU(s) list: 0-3 Thread(s) p