Re: [OMPI users] problems with openmpi-dev-428-g983bd49

2014-12-05 Thread Siegmar Gross
Hi Jeff,

> One thing I meant to ask: has this been happening for a long time?

I'm sorry, I don't know. In the past I used Sun Fortran 95 8.6.


>  Or did you just start building the Fortran bindings?

No, I use the bindings from the beginning, but our admin installed the
new Oracle Solaris Studio 12.4 suite at the end of November and now I
use Sun Fortran 95 8.7. Perhaps the new compiler is more nit-picking or
this part wasn't used/built by the old one.


Kind regards

Siegmar






> I ask because we haven't (intentionally) changed much in this
> particular area recently.
> 
> 
> On Dec 4, 2014, at 11:15 AM, Jeff Squyres (jsquyres)  
> wrote:
> 
> > Hi Siegmar --
> > 
> > Sorry for the delay; your c_funloc issue is definitely on my queue.
>  Just haven't had a chance to get to it yet.  :-(
> > 
> > 
> > On Dec 4, 2014, at 11:06 AM, Siegmar Gross 
> >  wrote:
> > 
> >> Hi,
> >> 
> >> today I tried to install openmpi-dev-428-g983bd49 on my machines
> >> (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1
> >> x86_64) with gcc-4.9.2 and the new Solaris Studio 12.4 compilers.
> >> I was able to build everything with gcc-4.9.2, but get the following
> >> error for "make check" on both Solaris machines.
> >> 
> >> Assertion failed: 0, file 
> >> ../../../openmpi-dev-428-g983bd49/test/datatype/opal_datatype_test.c,
> >> line 163, function local_copy_ddt_count
> >> 
> >> 
> >> I still get the error for Sun C 5.13 that I reported before.
> >> 
> >> tyr openmpi-dev-428-g983bd49-Linux.x86_64.64_cc 138 tail -15 
> >> log.make.Linux.x86_64.64_cc
> >> PPFC comm_compare_f08.lo
> >> PPFC comm_connect_f08.lo
> >> PPFC comm_create_errhandler_f08.lo
> >> 
> >>  fn = c_funloc(comm_errhandler_fn)
> >>^   
> >> "../../../../../openmpi-dev-428-g983bd49/ompi/mpi/fortran/use-mpi-f08/comm_creat
> >> e_errhandler_f08.F90", Line = 22, Column = 18: ERROR: C_FUNLOC function 
> >> argument 
> >> must be a procedure that is interoperable or a procedure pointer 
> >> associated with 
> >> an interoperable procedure.
> >> 
> >> f90comp: 186 SOURCE LINES
> >> f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
> >> make[2]: *** [comm_create_errhandler_f08.lo] Error 1
> >> make[2]: Leaving directory 
> >> `/export2/src/openmpi-1.9/openmpi-dev-428-g983bd49-Linux.x86_64.64_cc/ompi/mpi/f
> >> ortran/use-mpi-f08'
> >> make[1]: *** [all-recursive] Error 1
> >> make[1]: Leaving directory 
> >> `/export2/src/openmpi-1.9/openmpi-dev-428-g983bd49-Linux.x86_64.64_cc/ompi'
> >> make: *** [all-recursive] Error 1
> >> tyr openmpi-dev-428-g983bd49-Linux.x86_64.64_cc 139 
> >> 
> >> 
> >> Kind regards
> >> 
> >> Siegmar
> >> 
> >> ___
> >> users mailing list
> >> us...@open-mpi.org
> >> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
> >> Link to this post: 
> >> http://www.open-mpi.org/community/lists/users/2014/12/25913.php
> > 
> > 
> > -- 
> > Jeff Squyres
> > jsquy...@cisco.com
> > For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/
> > 
> > ___
> > users mailing list
> > us...@open-mpi.org
> > Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
> > Link to this post: 
> > http://www.open-mpi.org/community/lists/users/2014/12/25914.php
> 
> 
> -- 
> Jeff Squyres
> jsquy...@cisco.com
> For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/
> 
> 



Re: [OMPI users] problems with openmpi-dev-428-g983bd49

2014-12-04 Thread Jeff Squyres (jsquyres)
One thing I meant to ask: has this been happening for a long time?  Or did you 
just start building the Fortran bindings?

I ask because we haven't (intentionally) changed much in this particular area 
recently.


On Dec 4, 2014, at 11:15 AM, Jeff Squyres (jsquyres)  wrote:

> Hi Siegmar --
> 
> Sorry for the delay; your c_funloc issue is definitely on my queue.  Just 
> haven't had a chance to get to it yet.  :-(
> 
> 
> On Dec 4, 2014, at 11:06 AM, Siegmar Gross 
>  wrote:
> 
>> Hi,
>> 
>> today I tried to install openmpi-dev-428-g983bd49 on my machines
>> (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1
>> x86_64) with gcc-4.9.2 and the new Solaris Studio 12.4 compilers.
>> I was able to build everything with gcc-4.9.2, but get the following
>> error for "make check" on both Solaris machines.
>> 
>> Assertion failed: 0, file 
>> ../../../openmpi-dev-428-g983bd49/test/datatype/opal_datatype_test.c,
>> line 163, function local_copy_ddt_count
>> 
>> 
>> I still get the error for Sun C 5.13 that I reported before.
>> 
>> tyr openmpi-dev-428-g983bd49-Linux.x86_64.64_cc 138 tail -15 
>> log.make.Linux.x86_64.64_cc
>> PPFC comm_compare_f08.lo
>> PPFC comm_connect_f08.lo
>> PPFC comm_create_errhandler_f08.lo
>> 
>>  fn = c_funloc(comm_errhandler_fn)
>>^   
>> "../../../../../openmpi-dev-428-g983bd49/ompi/mpi/fortran/use-mpi-f08/comm_creat
>> e_errhandler_f08.F90", Line = 22, Column = 18: ERROR: C_FUNLOC function 
>> argument 
>> must be a procedure that is interoperable or a procedure pointer associated 
>> with 
>> an interoperable procedure.
>> 
>> f90comp: 186 SOURCE LINES
>> f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
>> make[2]: *** [comm_create_errhandler_f08.lo] Error 1
>> make[2]: Leaving directory 
>> `/export2/src/openmpi-1.9/openmpi-dev-428-g983bd49-Linux.x86_64.64_cc/ompi/mpi/f
>> ortran/use-mpi-f08'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory 
>> `/export2/src/openmpi-1.9/openmpi-dev-428-g983bd49-Linux.x86_64.64_cc/ompi'
>> make: *** [all-recursive] Error 1
>> tyr openmpi-dev-428-g983bd49-Linux.x86_64.64_cc 139 
>> 
>> 
>> Kind regards
>> 
>> Siegmar
>> 
>> ___
>> users mailing list
>> us...@open-mpi.org
>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
>> Link to this post: 
>> http://www.open-mpi.org/community/lists/users/2014/12/25913.php
> 
> 
> -- 
> Jeff Squyres
> jsquy...@cisco.com
> For corporate legal information go to: 
> http://www.cisco.com/web/about/doing_business/legal/cri/
> 
> ___
> users mailing list
> us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
> Link to this post: 
> http://www.open-mpi.org/community/lists/users/2014/12/25914.php


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



Re: [OMPI users] problems with openmpi-dev-428-g983bd49

2014-12-04 Thread Jeff Squyres (jsquyres)
Hi Siegmar --

Sorry for the delay; your c_funloc issue is definitely on my queue.  Just 
haven't had a chance to get to it yet.  :-(


On Dec 4, 2014, at 11:06 AM, Siegmar Gross 
 wrote:

> Hi,
> 
> today I tried to install openmpi-dev-428-g983bd49 on my machines
> (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1
> x86_64) with gcc-4.9.2 and the new Solaris Studio 12.4 compilers.
> I was able to build everything with gcc-4.9.2, but get the following
> error for "make check" on both Solaris machines.
> 
> Assertion failed: 0, file 
> ../../../openmpi-dev-428-g983bd49/test/datatype/opal_datatype_test.c,
> line 163, function local_copy_ddt_count
> 
> 
> I still get the error for Sun C 5.13 that I reported before.
> 
> tyr openmpi-dev-428-g983bd49-Linux.x86_64.64_cc 138 tail -15 
> log.make.Linux.x86_64.64_cc
>  PPFC comm_compare_f08.lo
>  PPFC comm_connect_f08.lo
>  PPFC comm_create_errhandler_f08.lo
> 
>   fn = c_funloc(comm_errhandler_fn)
> ^   
> "../../../../../openmpi-dev-428-g983bd49/ompi/mpi/fortran/use-mpi-f08/comm_creat
> e_errhandler_f08.F90", Line = 22, Column = 18: ERROR: C_FUNLOC function 
> argument 
> must be a procedure that is interoperable or a procedure pointer associated 
> with 
> an interoperable procedure.
> 
> f90comp: 186 SOURCE LINES
> f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
> make[2]: *** [comm_create_errhandler_f08.lo] Error 1
> make[2]: Leaving directory 
> `/export2/src/openmpi-1.9/openmpi-dev-428-g983bd49-Linux.x86_64.64_cc/ompi/mpi/f
> ortran/use-mpi-f08'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory 
> `/export2/src/openmpi-1.9/openmpi-dev-428-g983bd49-Linux.x86_64.64_cc/ompi'
> make: *** [all-recursive] Error 1
> tyr openmpi-dev-428-g983bd49-Linux.x86_64.64_cc 139 
> 
> 
> Kind regards
> 
> Siegmar
> 
> ___
> users mailing list
> us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
> Link to this post: 
> http://www.open-mpi.org/community/lists/users/2014/12/25913.php


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



[OMPI users] problems with openmpi-dev-428-g983bd49

2014-12-04 Thread Siegmar Gross
Hi,

today I tried to install openmpi-dev-428-g983bd49 on my machines
(Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1
x86_64) with gcc-4.9.2 and the new Solaris Studio 12.4 compilers.
I was able to build everything with gcc-4.9.2, but get the following
error for "make check" on both Solaris machines.

Assertion failed: 0, file 
../../../openmpi-dev-428-g983bd49/test/datatype/opal_datatype_test.c,
 line 163, function local_copy_ddt_count


I still get the error for Sun C 5.13 that I reported before.

tyr openmpi-dev-428-g983bd49-Linux.x86_64.64_cc 138 tail -15 
log.make.Linux.x86_64.64_cc
  PPFC comm_compare_f08.lo
  PPFC comm_connect_f08.lo
  PPFC comm_create_errhandler_f08.lo

   fn = c_funloc(comm_errhandler_fn)
 ^   
"../../../../../openmpi-dev-428-g983bd49/ompi/mpi/fortran/use-mpi-f08/comm_creat
e_errhandler_f08.F90", Line = 22, Column = 18: ERROR: C_FUNLOC function 
argument 
must be a procedure that is interoperable or a procedure pointer associated 
with 
an interoperable procedure.

f90comp: 186 SOURCE LINES
f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
make[2]: *** [comm_create_errhandler_f08.lo] Error 1
make[2]: Leaving directory 
`/export2/src/openmpi-1.9/openmpi-dev-428-g983bd49-Linux.x86_64.64_cc/ompi/mpi/f
ortran/use-mpi-f08'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/export2/src/openmpi-1.9/openmpi-dev-428-g983bd49-Linux.x86_64.64_cc/ompi'
make: *** [all-recursive] Error 1
tyr openmpi-dev-428-g983bd49-Linux.x86_64.64_cc 139 


Kind regards

Siegmar