Dear MPICH2 developers and users,<br><br>I successfully installed mpich2-1.4.1p1 on an IBM Power5 SMP machine running AIX system. The configure line was<br><span style>./configure --prefix=/install/directory</span><span style> --with-</span><span style>device=ch3:nemesis</span><br>
<br>I had CC=xlc CXX=xlC F77=xlf FC=xlf90<br><br>&quot;configure&quot; and &quot;make&quot; are quite smooth without error. But when I try to compile a testing MPI code (calculating Pi), I receive the following error message:<br>
<br>** main   === End of Compilation 1 ===<br>1501-510  Compilation successful for file Pi.f90.<br>ld: 0711-317 ERROR: Undefined symbol: .mpi_init<br>ld: 0711-317 ERROR: Undefined symbol: .mpi_comm_rank<br>ld: 0711-317 ERROR: Undefined symbol: .mpi_comm_size<br>
ld: 0711-317 ERROR: Undefined symbol: .mpi_type_contiguous<br>ld: 0711-317 ERROR: Undefined symbol: .mpi_type_commit<br>ld: 0711-317 ERROR: Undefined symbol: .mpi_send<br>ld: 0711-317 ERROR: Undefined symbol: .mpi_recv<br>
ld: 0711-317 ERROR: Undefined symbol: .mpi_finalize<br><br>Any suggestion?<br><br>Thanks!<br>