Re: [OMPI users] OpenMPI Fortran with Intel 15 and OpenMP

2015-08-08 Thread James Spencer
Hi Thomas, On Fri, Aug 07, 2015 at 06:39:10PM +0200, Thomas Jahns wrote: > Hello, > > On Aug 7, 2015, at 14:36 , James Spencer wrote: > >The Intel forum thread alleges that this is (at least for MVAPICH2) > >because incorrect Intel runtime sources are included in an MPI

[OMPI users] OpenMPI Fortran with Intel 15 and OpenMP

2015-08-07 Thread James Spencer
be able to work around this by forcing the use of shared Intel libraries: $ mpif90 test.f90 -openmp -shared-intel $ ./a.out hello $ mpirun -np 4 ./a.out hello hello hello hello Is there a way to resolve this in the OpenMPI build itself instead? Thanks, --James -- James Spencer http