said, this may be a mixup of different
>> MPI implementations at compilation (mpicc mpif90) and
>> runtime (mpirun).
>> That is common, you may have different MPI implementations
>> installed.
>>
>> Other possibilities that
What makes it more confusing is that more and more
apps.
offer the option of running in a hybrid mode, such as WRF,
with OpenMP threads running over MPI ranks with the same
executable.
And sometimes that MPI is Open MPI.
Cheers,
gt;> If it is a cluster, do you have access to a filesystem that is
>> shared across the cluster?
>> On clusters typically /home is shared, often via NFS.
>>
>> Gus Correa
>>
>>
>> On 04/14/2014 05:15 PM, Jeff Squyres (jsquyres)
.org/wp/
What makes it more confusing is that more and more apps.
offer the option of running in a hybrid mode, such as WRF,
with OpenMP threads running over MPI ranks with the same executable.
And sometimes that MPI is Open MPI.
Cheers,
hat OpenMP is, here is a link: http://openmp.org/wp/
>>>
>>> What makes it more confusing is that more and more apps.
>>>
>> offer the option of running in a hybrid mode, such as WRF,
> with OpenMP threads running over MPI ranks with the same executable.
> An
brid mode, such as WRF,
with OpenMP threads running over MPI ranks with the same executable.
And sometimes that MPI is Open MPI.
Cheers,
-Tom
From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Djordje Romanic
Sent: Monday, April 14, 2014 1:28 PM
To: Open MPI Users
Subject: Re: [OMPI use
lto:users-boun...@open-mpi.org] On Behalf Of Djordje Romanic
> Sent: Monday, April 14, 2014 1:28 PM
> To: Open MPI Users
> Subject: Re: [OMPI users] mpirun runs in serial even I set np to several
> processors
>
> OK guys... Thanks for all this info. Frankly, I didn't know th
MPI Users
Subject: Re: [OMPI users] mpirun runs in serial even I set np to several
processors
OK guys... Thanks for all this info. Frankly, I didn't know these diferences
between OpenMP and OpenMPI. The commands:
which mpirun
which mpif90
which mpicc
give,
/usr/bin/mpirun
/usr/bin/mpif90
OK guys... Thanks for all this info. Frankly, I didn't know these
diferences between OpenMP and OpenMPI. The commands:
which mpirun
which mpif90
which mpicc
give,
/usr/bin/mpirun
/usr/bin/mpif90
/usr/bin/mpicc
respectively.
A tutorial on how to compile WRF (
http://www.mmm.ucar.edu/wrf/OnLineTutor
Djordje
Your WRF configure file seems to use mpif90 and mpicc (line 115 &
following).
In addition, it also seems to have DISABLED OpenMP (NO TRAILING "I")
(lines 109-111, where OpenMP stuff is commented out).
So, it looks like to me your intent was to compile with MPI.
Whether it is THIS MPI (
On 04/14/2014 03: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 2:58 PM, Djordje Romanic wrote:
I didn't use OpenMPI.
On Mon, Apr 14, 2014 at 2:37 PM
On 04/14/2014 01:15 PM, Djordje Romanic wrote:
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):
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 this is the wrong mailing list for you.
>> :-)
>>
>> (t
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 2:58 PM, Djordje Romanic 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 2:58 PM, Djordje Romanic wrote:
> I didn't use OpenMPI.
>
>
> On Mon, Apr 14, 2014 at 2:37 PM, Jeff Squyres (jsquyres)
> wrote:
> This can a
I didn't use OpenMPI.
On Mon, Apr 14, 2014 at 2:37 PM, Jeff Squyres (jsquyres) wrote:
> This can also happen when you compile your application with one MPI
> implementation (e.g., Open MPI), but then mistakenly use the "mpirun" (or
> "mpiexec") from a different MPI implementation (e.g., MPICH).
This can also happen when you compile your application with one MPI
implementation (e.g., Open MPI), but then mistakenly use the "mpirun" (or
"mpiexec") from a different MPI implementation (e.g., MPICH).
On Apr 14, 2014, at 2:32 PM, Djordje Romanic wrote:
> I compiled it with: x86_64 Linux, g
I compiled it with: x86_64 Linux, gfortran compiler with gcc (dmpar).
dmpar - distributed memory option.
Attached is the self-generated configuration file. The architecture
specification settings start at line 107. I didn't use Open MPI (shared
memory option).
On Mon, Apr 14, 2014 at 1:23 PM,
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
> starting wrf task0 of1
> starting wrf task
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
20 matches
Mail list logo