"ELEMENTAL" keyword on mpi_f08 comparison operator functions
1 Mar
2022
1 Mar
'22
9:24 a.m.
An Open MPI user this morning requested that we add the "ELEMENTAL" keyword to the mpi_f08 module eq / neq operator functions: https://github.com/open-mpi/ompi/issues/10057 The only statement I can find in MPI-4.0 about the eq / neq operators is section 19.1.2, "Fortran Support Through the mpi_f08 Module", only says the following about the operator functions (p793, 22:23):
Overload the operators .EQ. and .NE. to allow the comparison of these MPI handles with .EQ., .NE., == and /=.
This doesn't seem to allow or disallow the use of ELEMENTAL. What are the pros / cons of adding ELEMENTAL to the eq / neq operator functions? -- Jeff Squyres [email protected]
1607
Age (days ago)
1607
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeff Squyres (jsquyres)