[OMPI users] "almost there" in getting MPI to run

2011-12-15 Thread Joao Amaral

Hi all,

After trying cygwin and the windows build of Open MPI, I've now focused 
on using linux for my mpif90 code testing/development on my laptop.


I've managed to install Open MPI, and it works, sort of.

Strangely(?), in both my laptop and the cluster, the number of threads 
from the command


call MPI_Comm_size ( MPI_COMM_WORLD, p, error )

Results on only one active thread, when my laptop is a quad-core (should 
be 8 threads). The same happens running in the cluster, where each 
"blade" has 8 cores.


What am I missing here? Is there more configuration to be done? 
Actually, can I manually set the number of working threads?


Thanks for any help. I hope I'm "almost there".

Joao


Re: [OMPI users] Open MPI 1.5.4 on windows g95 / mpif90 support

2011-12-15 Thread Joao Amaral

OK, thanks for the reply!

Joao

On 15-12-2011 07:40, Shiqing Fan wrote:

Hi,

The Fortran 90 bindings on Windows is still not available yet.

Regards,
Shiqing


On 2011-12-14 12:56 PM, Joao Amaral wrote:

Hi all,

I am trying to have a working mpif90 on my laptop PC (windows 7 64 
bits), so that I can develop/test fortran 90 MPI code before running 
it on a cluster.


I have tried the 1.5.4 installer on windows, cygwin, installed 
ubuntu, tried cygwin again, and now am back to the Open MPI 1.5.4 
windows build.


Is it possible to use my existing g95 installation on windows so that 
I can compile fortran 90 mpi code?


These are the top lines from the output of the "ompi_info" command.

 Package: Open MPI hpcfan@VISCLUSTER26 Distribution
Open MPI: 1.5.4
   Open MPI SVN revision: r25060
   Open MPI release date: Aug 18, 2011
Open RTE: 1.5.4
   Open RTE SVN revision: r25060
   Open RTE release date: Aug 18, 2011
OPAL: 1.5.4
   OPAL SVN revision: r25060
   OPAL release date: Aug 18, 2011
Ident string: 1.5.4
  Prefix: C:\Program Files (x86)\OpenMPI_v1.5.4-x64
 Configured architecture: x86 Windows-6.1
  Configure host: VISCLUSTER26
   Configured by: hpcfan
   Configured on: 10:44 AM 08/19/2011
  Configure host: VISCLUSTER26
Built by: hpcfan
Built on: 10:44 AM 08/19/2011
  Built host: VISCLUSTER26
  C bindings: yes
C++ bindings: yes
  Fortran77 bindings: yes (caps)
  Fortran90 bindings: no
 Fortran90 bindings size: na
  C compiler: cl
 C compiler absolute: D:/MSDev10/VC/bin/amd64/cl.exe
  C compiler family name: MICROSOFT
  C compiler version: 1600
C++ compiler: cl
   C++ compiler absolute: D:/MSDev10/VC/bin/amd64/cl.exe
  Fortran77 compiler: ifort
  Fortran77 compiler abs: C:/Program Files
  
(x86)/Intel/ComposerXE-2011/bin/amd64/ifort.exe

  Fortran90 compiler: none
  Fortran90 compiler abs: none
 C profiling: yes
   C++ profiling: yes
 Fortran77 profiling: yes
 Fortran90 profiling: no
  C++ exceptions: no
  Thread support: no
   Sparse Groups: no
  Internal debug support: no
  MPI interface warnings: no
 MPI parameter check: never

(...)

Thanks for your help.


___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users






[OMPI users] Open MPI 1.5.4 on windows g95 / mpif90 support

2011-12-14 Thread Joao Amaral

Hi all,

I am trying to have a working mpif90 on my laptop PC (windows 7 64 
bits), so that I can develop/test fortran 90 MPI code before running it 
on a cluster.


I have tried the 1.5.4 installer on windows, cygwin, installed ubuntu, 
tried cygwin again, and now am back to the Open MPI 1.5.4 windows build.


Is it possible to use my existing g95 installation on windows so that I 
can compile fortran 90 mpi code?


These are the top lines from the output of the "ompi_info" command.

 Package: Open MPI hpcfan@VISCLUSTER26 Distribution
Open MPI: 1.5.4
   Open MPI SVN revision: r25060
   Open MPI release date: Aug 18, 2011
Open RTE: 1.5.4
   Open RTE SVN revision: r25060
   Open RTE release date: Aug 18, 2011
OPAL: 1.5.4
   OPAL SVN revision: r25060
   OPAL release date: Aug 18, 2011
Ident string: 1.5.4
  Prefix: C:\Program Files (x86)\OpenMPI_v1.5.4-x64
 Configured architecture: x86 Windows-6.1
  Configure host: VISCLUSTER26
   Configured by: hpcfan
   Configured on: 10:44 AM 08/19/2011
  Configure host: VISCLUSTER26
Built by: hpcfan
Built on: 10:44 AM 08/19/2011
  Built host: VISCLUSTER26
  C bindings: yes
C++ bindings: yes
  Fortran77 bindings: yes (caps)
  Fortran90 bindings: no
 Fortran90 bindings size: na
  C compiler: cl
 C compiler absolute: D:/MSDev10/VC/bin/amd64/cl.exe
  C compiler family name: MICROSOFT
  C compiler version: 1600
C++ compiler: cl
   C++ compiler absolute: D:/MSDev10/VC/bin/amd64/cl.exe
  Fortran77 compiler: ifort
  Fortran77 compiler abs: C:/Program Files
  (x86)/Intel/ComposerXE-2011/bin/amd64/ifort.exe
  Fortran90 compiler: none
  Fortran90 compiler abs: none
 C profiling: yes
   C++ profiling: yes
 Fortran77 profiling: yes
 Fortran90 profiling: no
  C++ exceptions: no
  Thread support: no
   Sparse Groups: no
  Internal debug support: no
  MPI interface warnings: no
 MPI parameter check: never

(...)

Thanks for your help.