How do nwchem parallel run on a single machine


Click here for full thread
Clicked A Few Times
Hello everyone,

The nwchem is compiled with MPICH, and I run it on my single computer:

mpirun -np 8 nwchem test.nw


it needs "rsh or ssh", but my computer is single.

So I try another method:

"parallel nwchem test.nw"


the err also happens as below link:
https://nwchemgit.github.io/Special_AWCforum/st/id54/The_err--the_parallel_runing_b...

So how do nwchem parallel run on a single machine?

Thanks

javacfish