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
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