Re: [OMPI users] Problem using Open MPI 1.10.0 built with Intel compilers 16.0.0

2015-09-30 Thread Fabrice Roy
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

Re: [OMPI users] Problem using Open MPI 1.10.0 built with Intel compilers 16.0.0

2015-09-24 Thread Fabrice Roy
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,

Re: [OMPI users] Problem using Open MPI 1.10.0 built with Intel compilers 16.0.0

2015-09-24 Thread Fabrice Roy
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

[OMPI users] Problem using Open MPI 1.10.0 built with Intel compilers 16.0.0

2015-09-23 Thread Fabrice Roy
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