Re: [OMPI users] OpenMPI 1.6.5 and IBM-AIX

2013-07-08 Thread Jeff Squyres (jsquyres)
+1. This one seems like it could be as simple as a missing header file. Try adding #include "opal/constants.h" in the timer_aix_component.c file. On Jul 6, 2013, at 1:08 PM, Ralph Castain wrote: > We haven't had access to an AIX machine in quite some time, so it isn't

Re: [OMPI users] OpenMPI 1.6.5 and IBM-AIX

2013-07-06 Thread Ralph Castain
We haven't had access to an AIX machine in quite some time, so it isn't a big surprise that things have bit-rotted. If you're willing to debug, we can try to provide fixes. Just may take a bit to complete. On Jul 6, 2013, at 9:49 AM, Ilias Miroslav wrote: > Hi again, >

Re: [OMPI users] OpenMPI 1.6.5 and IBM-AIX

2013-07-06 Thread Ilias Miroslav
Hi again, even for GNU compilers the OpenMPI compilation fails on AIX: . . . Making all in mca/timer/aix make[2]: Entering directory `/gpfs/home/ilias/bin/openmpi_gnu/openmpi-1.6.5/opal/mca/timer/aix' CC timer_aix_component.lo timer_aix_component.c: In function 'opal_timer_aix_open':

[OMPI users] OpenMPI 1.6.5 and IBM-AIX

2013-07-06 Thread Ilias Miroslav
Dear experts, I am trying to build up OpenMPI 1.6.5 package with the AIX compiler suite: ./configure --prefix=/gpfs/home/ilias/bin/openmpi_xl CXX=xlC CC=xlc F77=xlf FC=xlf90 xl fortran is of version 13.01, xlc/C is 11.01 Configuration goes well, but the compilation fails. Any help, please ?