Dear All: I encountered a problem when installing gromacs4.5.4 by using mpi. When
I finished the installation successfully, I submit a job by assigning 8 processes. However, the job was not run by 8 processes, by generate 8 same jobs each use only 1 process (I have encountered the same problem before, but it is solved by using the same mpirun path during the installation and the simulation. However, this time i am sure the path of mpirun assigned during the installation is the same of that assigned in the simulation command and this problem occures again.). The followings are the commonds used in my installation: ########################install fftw####### ./configure --prefix=my_path --enable-thread --disable-float --enable-shared make make install #######################install gromacs##### export CPPFLAGS=-I/my_path/ export LDFFLAGS=-L/my_path/ ./configure --prefix=my_path --enable-shared --disable-float --enable-mpi=the_path_of_mpirun make make install ########################################### then I used the following command to do the simulations /the_path_of_mpirun/mpirun -np 8 mdrun -s myfile.tpr I am sure the path of mpirun assigned during the installation is the same of that assigned in the simulation command. Could anyone tell me how to solve this problem? Thanks in advance!! R-X Gu -- gmx-users mailing list gmx-users@gromacs.org http://lists.gromacs.org/mailman/listinfo/gmx-users Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/Search before posting! Please don't post (un)subscribe requests to the list. Use the www interface or send it to gmx-users-requ...@gromacs.org. Can't post? Read http://www.gromacs.org/Support/Mailing_Lists