[xxx]$ gfortran --version
GNU Fortran (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
Copyright (C) 2010 Free Software Foundation, Inc.
Then I could build my project using gfortran
I run the following to command to run the code
mpirun -f myhostfile -3 5 /myhome/myproject/mympiexe.x [/quote][/topic]
I got the following error
[mpiexec@c24] set_default_values (./ui/mpich/utils.c:1292): no executable specified
[mpiexec@c24] HYD_uii_mpx_get_parameters (./ui/mpich/utils.c:1510): setting default values failed
Could anyone help me solve this issues?

