s-boun...@lists.open-mpi.org
] On Behalf
Of Matt Thompson
Sent: Sunday, 21 August 2016 3:07 AM
To: Open MPI Users >
Subject: Re: [OMPI users] mpi_f08 Question: set comm on declaration error, and
other questions
On Fri, Aug 19, 2016 at 8:54 PM, Jeff Squyres (jsquyres) > wrote:
On Aug 19, 2016
Open MPI Users >
*Subject:* Re: [OMPI users] mpi_f08 Question: set comm on
declaration error, and other questions
On Fri, Aug 19, 2016 at 8:54 PM, Jeff Squyres (jsquyres)
> wrote:
On Aug 19, 2016, at 6:32 PM, Matt Thompson > wrote:
> > that the comm == MPI_
ailto:users-boun...@lists.open-mpi.org
> ] *On
> Behalf Of *Matt Thompson
> *Sent:* Sunday, 21 August 2016 3:07 AM
> *To:* Open MPI Users >
> *Subject:* Re: [OMPI users] mpi_f08 Question: set comm on declaration
> error, and other questions
>
>
>
>
>
>
Thompson
Sent: Sunday, 21 August 2016 3:07 AM
To: Open MPI Users
Subject: Re: [OMPI users] mpi_f08 Question: set comm on declaration error, and
other questions
On Fri, Aug 19, 2016 at 8:54 PM, Jeff Squyres (jsquyres) mailto:jsquy...@cisco.com> > wrote:
On Aug 19, 2016, at 6:32 PM
On Fri, Aug 19, 2016 at 8:54 PM, Jeff Squyres (jsquyres) wrote:
> On Aug 19, 2016, at 6:32 PM, Matt Thompson wrote:
>
> > > that the comm == MPI_COMM_WORLD evaluates to .TRUE.? I discovered that
> once when I was printing some stuff.
> >
> > That might well be a coincidence. type(MPI_Comm) is n
On Aug 19, 2016, at 6:32 PM, Matt Thompson wrote:
>
> 2. The second one is a run-time assignment. You can do that between any
> compatible entities, and so that works.
>
> Okay. This makes sense. I guess I was surprised that MPI_COMM_NULL wasn't a
> constant (or parameter, I guess). But maybe
On Fri, Aug 19, 2016 at 2:55 PM, Jeff Squyres (jsquyres) wrote:
> On Aug 19, 2016, at 2:30 PM, Matt Thompson wrote:
> >
> > I'm slowly trying to learn and transition to 'use mpi_f08'. So, I'm
> writing various things and I noticed that this triggers an error:
> >
> > program hello_world
> >u
On Aug 19, 2016, at 2:30 PM, Matt Thompson wrote:
>
> I'm slowly trying to learn and transition to 'use mpi_f08'. So, I'm writing
> various things and I noticed that this triggers an error:
>
> program hello_world
>use mpi_f08
>implicit none
>type(MPI_Comm) :: comm = MPI_COMM_NULL
>
Oh great Open MPI Gurus,
I'm slowly trying to learn and transition to 'use mpi_f08'. So, I'm writing
various things and I noticed that this triggers an error:
program hello_world
use mpi_f08
implicit none
type(MPI_Comm) :: comm = MPI_COMM_NULL
end program hello_world
when compiled (Open