Hi All,<br><br>mpich2-1.3.2 is configured and built with default options.<br><br>I have a machine file like this:<br><br>n0 ifhn=172.20.20.100<br>n1 ifhn=172.20.20.101<br><br>but mpiexec would not take ifhn as a valid token. What did I do wrong? Do I need to turn on some specific configure option and rebuild?<br>

<br>Thank you for your help!<br>Limin<br><br>[root@flatline examples]# mpiexec -f machinefile -n 2 ./cpi<br>[mpiexec@flatline] HYDU_process_mfile_token (./utils/args/args.c:292): token ifhn not supported at this time<br>
[mpiexec@flatline] HYDU_parse_hostfile (./utils/args/args.c:340): unable to process token<br>
[mpiexec@flatline] mfile_fn (./ui/mpich/utils.c:181): error parsing hostfile<br>[mpiexec@flatline] match_arg (./utils/args/args.c:115): match handler returned error<br>[mpiexec@flatline] HYDU_parse_array (./utils/args/args.c:140): argument matching returned error<br>

[mpiexec@flatline] HYD_uii_mpx_get_parameters (./ui/mpich/utils.c:1113): error parsing input array<br><br>