Submitting JOB in GPU server using multiple processors

Dear Lammps users,

I want to submit a JOB in GPU server using multiple processors. I am able to submit the JOB only with one processor by using the command -

“nohup ./lmp_mpi_gpu <inputfile &”

However, I don’t know how to submit JOB with multiple processors… Can anyone help me to learn about submitting JOBs with multiple processors.

With Thanks and Regards,

Pooja Sahu

Use the mpirun command. That’s what it is designed to do.

Steve