[mpich-discuss] response as soon as possible please

Anthony Chan chan at mcs.anl.gov
Tue Jun 14 14:54:07 CDT 2011


> irfan at hpc:~> mpicc -o PPM PPMS.c -lmpe -llmpe

The linking order is incorrect, -llmpe always goes before -lmpe.
You should use "mpicc -mpe=mpilog" to link instead of linking with
MPE libraries directly.

A.Chan


More information about the mpich-discuss mailing list