Re: [OMPI devel] esslingen MTT?

2015-08-25 Thread Jeff Squyres (jsquyres)
+1 -- thanks Adrian.

> On Aug 25, 2015, at 4:04 AM, Gilles Gouaillardet  wrote:
> 
> Thanks Adrian,
> 
> i fixed this in PR #831 https://github.com/open-mpi/ompi/pull/831 and push it 
> shortly to master
> 
> Best regards,
> 
> Gilles
> 
> On 8/25/2015 4:47 PM, Adrian Reber wrote:
>> On Mon, Aug 24, 2015 at 09:47:22PM +, Jeff Squyres (jsquyres) wrote:
>>> Who runs the esslingen MTT?
>>> 
>>> You're getting some build failures on master that I don't understand:
>>> 
>>> -
>>> make[3]: Entering directory
>>> '/home/adrian/mtt-scratch/mpi-install/FDvh/src/openmpi-dev-2350-geb25c00/ompi/mpi/fortran/mpif-h/profile'
>>>   GENERATE psizeof_f.f90
>>>   FC   psizeof_f.lo
>>> Usage: 
>>> /home/adrian/mtt-scratch/mpi-install/FDvh/src/openmpi-dev-2350-geb25c00/libtool
>>>  [OPTION]...
>>> [MODE-ARG]...
>>> Try 'libtool --help' for more information.
>>> Makefile:2609: recipe for target 'psizeof_f.lo' failed
>>> -
>>> 
>>> Can you do a "make V=1" so that I can see what exactly is going wrong?
>> make[3]: Entering directory 
>> '/home/adrian/ompi/build/ompi/mpi/fortran/mpif-h/profile'
>> /bin/sh ../../../../../libtool  --tag=FC   --mode=compile-c -o 
>> psizeof_f.lo  psizeof_f.f90
>> libtool: compile: unrecognized option `-c'
>> libtool: compile: Try `libtool --help' for more information.
>> Makefile:2598: recipe for target 'psizeof_f.lo' failed
>> make[3]: *** [psizeof_f.lo] Error 1
>> 
>> The system has no fortran compiler installed and after a
>> 
>>  yum install gcc-gfortran.ppc64
>> 
>> it builds again. So it seems a fortran compiler is now required.
>> 
>>  Adrian
>> ___
>> devel mailing list
>> de...@open-mpi.org
>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
>> Link to this post: 
>> http://www.open-mpi.org/community/lists/devel/2015/08/17836.php
>> 
> 
> ___
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post: 
> http://www.open-mpi.org/community/lists/devel/2015/08/17837.php


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/



Re: [OMPI devel] esslingen MTT?

2015-08-25 Thread Gilles Gouaillardet

Thanks Adrian,

i fixed this in PR #831 https://github.com/open-mpi/ompi/pull/831 and 
push it shortly to master


Best regards,

Gilles

On 8/25/2015 4:47 PM, Adrian Reber wrote:

On Mon, Aug 24, 2015 at 09:47:22PM +, Jeff Squyres (jsquyres) wrote:

Who runs the esslingen MTT?

You're getting some build failures on master that I don't understand:

-
make[3]: Entering directory
'/home/adrian/mtt-scratch/mpi-install/FDvh/src/openmpi-dev-2350-geb25c00/ompi/mpi/fortran/mpif-h/profile'
   GENERATE psizeof_f.f90
   FC   psizeof_f.lo
Usage: 
/home/adrian/mtt-scratch/mpi-install/FDvh/src/openmpi-dev-2350-geb25c00/libtool 
[OPTION]...
[MODE-ARG]...
Try 'libtool --help' for more information.
Makefile:2609: recipe for target 'psizeof_f.lo' failed
-

Can you do a "make V=1" so that I can see what exactly is going wrong?

make[3]: Entering directory 
'/home/adrian/ompi/build/ompi/mpi/fortran/mpif-h/profile'
/bin/sh ../../../../../libtool  --tag=FC   --mode=compile-c -o psizeof_f.lo 
 psizeof_f.f90
libtool: compile: unrecognized option `-c'
libtool: compile: Try `libtool --help' for more information.
Makefile:2598: recipe for target 'psizeof_f.lo' failed
make[3]: *** [psizeof_f.lo] Error 1

The system has no fortran compiler installed and after a

  yum install gcc-gfortran.ppc64

it builds again. So it seems a fortran compiler is now required.

Adrian
___
devel mailing list
de...@open-mpi.org
Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
Link to this post: 
http://www.open-mpi.org/community/lists/devel/2015/08/17836.php





Re: [OMPI devel] esslingen MTT?

2015-08-25 Thread Adrian Reber
On Mon, Aug 24, 2015 at 09:47:22PM +, Jeff Squyres (jsquyres) wrote:
> Who runs the esslingen MTT?
> 
> You're getting some build failures on master that I don't understand:
> 
> -
> make[3]: Entering directory
> '/home/adrian/mtt-scratch/mpi-install/FDvh/src/openmpi-dev-2350-geb25c00/ompi/mpi/fortran/mpif-h/profile'
>   GENERATE psizeof_f.f90
>   FC   psizeof_f.lo
> Usage: 
> /home/adrian/mtt-scratch/mpi-install/FDvh/src/openmpi-dev-2350-geb25c00/libtool
>  [OPTION]...
> [MODE-ARG]...
> Try 'libtool --help' for more information.
> Makefile:2609: recipe for target 'psizeof_f.lo' failed
> -
> 
> Can you do a "make V=1" so that I can see what exactly is going wrong?

make[3]: Entering directory 
'/home/adrian/ompi/build/ompi/mpi/fortran/mpif-h/profile'
/bin/sh ../../../../../libtool  --tag=FC   --mode=compile-c -o psizeof_f.lo 
 psizeof_f.f90
libtool: compile: unrecognized option `-c'
libtool: compile: Try `libtool --help' for more information.
Makefile:2598: recipe for target 'psizeof_f.lo' failed
make[3]: *** [psizeof_f.lo] Error 1

The system has no fortran compiler installed and after a

 yum install gcc-gfortran.ppc64

it builds again. So it seems a fortran compiler is now required.

Adrian


[OMPI devel] esslingen MTT?

2015-08-24 Thread Jeff Squyres (jsquyres)
Who runs the esslingen MTT?

You're getting some build failures on master that I don't understand:

-
make[3]: Entering directory
'/home/adrian/mtt-scratch/mpi-install/FDvh/src/openmpi-dev-2350-geb25c00/ompi/mpi/fortran/mpif-h/profile'
  GENERATE psizeof_f.f90
  FC   psizeof_f.lo
Usage: 
/home/adrian/mtt-scratch/mpi-install/FDvh/src/openmpi-dev-2350-geb25c00/libtool 
[OPTION]...
[MODE-ARG]...
Try 'libtool --help' for more information.
Makefile:2609: recipe for target 'psizeof_f.lo' failed
-

Can you do a "make V=1" so that I can see what exactly is going wrong?

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/