Re: [OMPI devel] (no subject)

2018-10-21 Thread Dmitry N. Mikushin
MSYS2 is known for not supplying statfs/statvfs, which are practically
meaningless in a Windows-based environment, see e.g. [1]

Yet, both calls do not seem to be critical for MPI internals, thus one can
potentially develop patches to turn them into an optional feature within
OpenMPI.

If you are looking for quick OpenMPI solution on Windows, you may want to
look into Ubuntu terminal for Windows, where OpenMPI works perfectly.

[1]
https://sourceforge.net/p/msys2/mailman/msys2-users/thread/CAPsJ1NYOZsA7Ge8kj4G%2BNy1X6x7mYyhErDHfKqWfcCQh6DAB%3Dw%40mail.gmail.com/
[2] https://tutorials.ubuntu.com/tutorial/tutorial-ubuntu-on-windows#0


пн, 22 окт. 2018 г. в 0:52, Santiago Serebrinsky :

> Hi all,
>
> I am using Msys2 from PortableApps under Win10. More precisely,
>
>   $ uname -a
>   MSYS_NT-10.0-WOW Galapagos 2.11.1(0.329/5/3) 2018-09-10 13:25 i686 Msys
>
> I mean to install openmpi. Since I found no pre-built package (I would
> love to have it!), I downloaded openmpi-3.1.2.
>
> After having problems with Fortran (posted in another thread), I tried
>
>   ./configure --prefix=$HOME/usr/local --disable-mpi-fortran
>
> In this case configure went somewhat further than before, but I got later
> the error
>
>   configure: WARNINGS: neither statfs() and statvfs() were found
>   error: Cannot continue
>
> ___
> devel mailing list
> devel@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/devel
___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

Re: [OMPI devel] Openmpi configure: Could not determine the fortran compiler flag

2018-10-21 Thread Santiago Serebrinsky
Compiler:
  $ which gfortran.exe
  /mingw64/bin/gfortran.exe

I am attaching config.log (renamed to keep track of the error produced).

PS: To try moving further, I did

 ./configure --prefix=$HOME/usr/local --disable-mpi-fortran

which led me to a later error. This is posted in a separate thread.


On Sun, Oct 21, 2018 at 2:25 PM Jeff Squyres (jsquyres) via devel <
devel@lists.open-mpi.org> wrote:

> Also, please send the entire output from configure as well as the
> config.log file (please compress).
>
> Thanks!
>
>
> > On Oct 21, 2018, at 4:08 AM, Marco Atzeri 
> wrote:
> >
> > Am 21.10.2018 um 09:56 schrieb Santiago Serebrinsky:
> >> Hi all,
> >> I am using Msys2 from PortableApps under Win10. More precisely,
> >> |$ uname -a MSYS_NT-10.0-WOW Galapagos 2.11.1(0.329/5/3) 2018-09-10
> 13:25 i686 Msys |
> >> I mean to install openmpi. Since I found no pre-built package (I would
> love to have it!), I downloaded openmpi-3.1.2. When I
> >> |./configure --prefix=$HOME/usr/local |
> >> after many config detections, I get
> >> |checking for Fortran compiler module include flag... configure:
> WARNING: *** Could not determine the fortran compiler flag to indicate
> where modules reside configure: error: *** Cannot continue|
> >
> > what fortran compiler do you have ?
> >
> > ---
> > Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
> > https://www.avast.com/antivirus
> >
> > ___
> > devel mailing list
> > devel@lists.open-mpi.org
> > https://lists.open-mpi.org/mailman/listinfo/devel
>
>
> --
> Jeff Squyres
> jsquy...@cisco.com
>
> ___
> devel mailing list
> devel@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/devel
<>
___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

[OMPI devel] Build under Msys2. configure: WARNINGS: neither statfs() and statvfs() were found - error: Cannot continue

2018-10-21 Thread Santiago Serebrinsky
Hi all,

I am using Msys2 from PortableApps under Win10. More precisely,

  $ uname -a
  MSYS_NT-10.0-WOW Galapagos 2.11.1(0.329/5/3) 2018-09-10 13:25 i686 Msys

I mean to install openmpi. Since I found no pre-built package (I would love
to have it!), I downloaded openmpi-3.1.2.

After having problems with Fortran (posted in another thread), I tried

  ./configure --prefix=$HOME/usr/local --disable-mpi-fortran

In this case configure went somewhat further than before, but I got later
the error

  configure: WARNINGS: neither statfs() and statvfs() were found
  error: Cannot continue

I am attaching config.log (renamed to keep track of the error produced).

This post replaces a previous one with no subject and no attachment.
<>
___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

[OMPI devel] (no subject)

2018-10-21 Thread Santiago Serebrinsky
Hi all,

I am using Msys2 from PortableApps under Win10. More precisely,

  $ uname -a
  MSYS_NT-10.0-WOW Galapagos 2.11.1(0.329/5/3) 2018-09-10 13:25 i686 Msys

I mean to install openmpi. Since I found no pre-built package (I would love
to have it!), I downloaded openmpi-3.1.2.

After having problems with Fortran (posted in another thread), I tried

  ./configure --prefix=$HOME/usr/local --disable-mpi-fortran

In this case configure went somewhat further than before, but I got later
the error

  configure: WARNINGS: neither statfs() and statvfs() were found
  error: Cannot continue
___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

Re: [OMPI devel] Openmpi configure: Could not determine the fortran compiler flag

2018-10-21 Thread Jeff Squyres (jsquyres) via devel
Also, please send the entire output from configure as well as the config.log 
file (please compress).

Thanks!


> On Oct 21, 2018, at 4:08 AM, Marco Atzeri  wrote:
> 
> Am 21.10.2018 um 09:56 schrieb Santiago Serebrinsky:
>> Hi all,
>> I am using Msys2 from PortableApps under Win10. More precisely,
>> |$ uname -a MSYS_NT-10.0-WOW Galapagos 2.11.1(0.329/5/3) 2018-09-10 13:25 
>> i686 Msys |
>> I mean to install openmpi. Since I found no pre-built package (I would love 
>> to have it!), I downloaded openmpi-3.1.2. When I
>> |./configure --prefix=$HOME/usr/local |
>> after many config detections, I get
>> |checking for Fortran compiler module include flag... configure: WARNING: 
>> *** Could not determine the fortran compiler flag to indicate where modules 
>> reside configure: error: *** Cannot continue|
> 
> what fortran compiler do you have ?
> 
> ---
> Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
> https://www.avast.com/antivirus
> 
> ___
> devel mailing list
> devel@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/devel


-- 
Jeff Squyres
jsquy...@cisco.com

___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

Re: [OMPI devel] Openmpi configure: Could not determine the fortran compiler flag

2018-10-21 Thread Marco Atzeri

Am 21.10.2018 um 09:56 schrieb Santiago Serebrinsky:

Hi all,

I am using Msys2 from PortableApps under Win10. More precisely,

|$ uname -a MSYS_NT-10.0-WOW Galapagos 2.11.1(0.329/5/3) 2018-09-10 13:25 
i686 Msys |


I mean to install openmpi. Since I found no pre-built package (I would 
love to have it!), I downloaded openmpi-3.1.2. When I


|./configure --prefix=$HOME/usr/local |

after many config detections, I get

|checking for Fortran compiler module include flag... configure: WARNING: 
*** Could not determine the fortran compiler flag to indicate where 
modules reside configure: error: *** Cannot continue|




what fortran compiler do you have ?

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus

___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

[OMPI devel] Openmpi configure: Could not determine the fortran compiler flag

2018-10-21 Thread Santiago Serebrinsky
Hi all,

I am using Msys2 from PortableApps under Win10. More precisely,

  $ uname -a
  MSYS_NT-10.0-WOW Galapagos 2.11.1(0.329/5/3) 2018-09-10 13:25 i686 Msys

I mean to install openmpi. Since I found no pre-built package (I would love
to have it!), I downloaded openmpi-3.1.2. When I

  ./configure --prefix=$HOME/usr/local

after many config detections, I get

  checking for Fortran compiler module include flag...
  configure: WARNING: *** Could not determine the fortran compiler
flag to indicate where modules reside
  configure: error: *** Cannot continue
___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel