ook at the configure script and
see what's going wrong.
On Sep 24, 2015, at 4:51 PM, Fabrice Roy wrote:
Hi,
I have made some other tests. I don't know if it can help you but here is what
I observed.
Using the array contructor [] solves the problem for a scalar, as someone wrote
on
the mpi_f08 bindings and the Intel 2016 compilers.
It looks like configure is choosing to generate a different pragma for Intel
2016 vs. Intel 2015 compilers, and that's causing a problem.
Let me look into this a little more...
On Sep 24, 2015, at 11:09 AM, Fabrice Roy wrote:
Hello,
that your program compiles and runs
just fine if you use mpi_f08 module (!)
Cheers,
Gilles
On 9/24/2015 1:00 AM, Fabrice Roy wrote:
program testmpi
use mpi
implicit none
integer :: pid
integer :: ierr
integer :: tok
call mpi_init(ierr)
call mpi_comm_rank
compilers and both
versions of the test code (with tok declared as an integer or as an
integer, dimension(1) ) compile and execute.
Open MPI was configured with the same options with both compilers.
Do you have any idea how I could solve this problem?
Thanks,
Fabrice Roy
--
Fabrice Roy