i can use the ./mpicc or ./mpirun under the path of mpich/bin. now i think i should link these commands to the system so that i can use them as bash commands. Can someone help me do this?cannnot find the solution in mpich's documentation. On 5/18/05, Tom Grassia <tgrassia@xxxxxxxxxxxxxxxx> wrote: > At 11:56 AM 5/17/2005, you wrote: > >Though i have installed mpich package by using > >"./configure > >make > >make install" in my FC3,when i use the command mpicc or mpiCC it > >returns a message "bash mpicc:command not found". > >Did i miss anything out?Could some one help me? > > Is it possible that you didn't install mpicc to a directory that is already > in your home path? > > Try finding and using the absolute path to mpicc, and see if you get any > errors then. > > --Tom > >