Hello:
I compiled my software with Intel cc + mpi unber linux. But When I submit job with command line in a C shell:
mpirun -np 2 mdrun_mpi -s md.tpr >& 1.info
mpirun -np 2 mdrun_mpi -s md2.tpr >& 2.info
The job stopped at the first step, and the second step cannot continue automatically....
How to solve this problem?
thx a lot