Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-08 Thread Jeff Squyres (jsquyres)
Can you try building 1.5.4 with the same compilers? Sent from my phone. No type good. On Feb 7, 2012, at 3:14 PM, "Abhinav Sarje" wrote: > I am trying to build open-mpi 1.4.4 (latest stable from open-mpi.org) > using PGI compilers on a cray platform. PGI compilers' version is > 11.9.0. I get t

[OMPI users] Cross-compiling openmpi

2012-02-08 Thread Hossein Talebi
Hello All, I try to cross-compile openmpi under linux for Windows. I have Ubuntu linux 11.1 and x86_64-w64-mingw32. When I run the configure commands I get the error message below: *** Fortran 77 compiler checking for x86_64-w64-mingw32-gfortran... x86_64-w64-mingw32-gfortran checking whether we

Re: [OMPI users] Spawn_multiple with tight integration to SGE grid engine

2012-02-08 Thread Tom Bryan
On 2/6/12 5:10 PM, "Reuti" wrote: > Am 06.02.2012 um 22:28 schrieb Tom Bryan: > >> On 2/6/12 8:14 AM, "Reuti" wrote: >> If I need MPI_THREAD_MULTIPLE, and openmpi is compiled with thread support, it's not clear to me whether MPI::Init_Thread() and MPI::Inint_Thread(MPI::THREAD_

Re: [OMPI users] Spawn_multiple with tight integration to SGE grid engine

2012-02-08 Thread Tom Bryan
On 2/8/12 4:52 PM, "Tom Bryan" wrote: > Got it. Unfortunately, we *definitely* need THREAD_MULTIPLE in our case. > I rebuilt my code against 1.4.4. > > When I run my test "e" from before, which is basically just > mpiexec -np 1 ./mpitest > I get the following [errors] Talking to Jeff, it soun