[mpich-discuss] MPICH2 on AIX

Eric Sun eric.sunyy at gmail.com
Sat Dec 12 20:08:11 CST 2009


Hello,

I'm building MPICH2-1.2.1 on AIX 5.3. I used a configure line:
./configure --prefix=/gpfs/shared/mpich2 --with-device=ch3:shm
--with-pm=gforker \
OBJECT_MODE=64 CC=xlc CXX=xlc++ FC=xlf F90=xlf90 \
CFLAGS=-q64 CXXFLAGS=-q64 FFLAGS=-q64 F90FLAGS=-q64 \
AR="ar -X64" 2>&1 | tee config.log

Because this is a single SMP machine, I used ch3:shm and gforker.

The configure passed with no error. However, make stops at the following
point:
  CC              ch3_shm.c
"ch3_shm.c", line 317.29: 1506-277 (S) Syntax error: possible missing ';' or
','?
"ch3_shm.c", line 346.13: 1506-021 (S) Expecting struct or union.
"ch3_shm.c", line 350.21: 1506-021 (S) Expecting struct or union.
"ch3_shm.c", line 351.24: 1506-021 (S) Expecting struct or union.
"ch3_shm.c", line 406.21: 1506-021 (S) Expecting struct or union.
"ch3_shm.c", line 473.21: 1506-021 (S) Expecting struct or union.
"ch3_shm.c", line 539.21: 1506-021 (S) Expecting struct or union.

Any clue to fix this? Thanks!
--
Eric Sun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20091212/1da06b00/attachment.htm>


More information about the mpich-discuss mailing list