How do nwchem parallel run on a single machine


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:
http://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

Clicked A Few Times
I check the version of MPICH, now it is the same with MPICH2.

So there is something wrong with it. Therefore, I recomment OpenMPI (http://www.open-mpi.org/).

That is all

  • Guest -
i intend to use nwchem. i have two questions. will it run on a single machine (serial, not parallel)? does nwchem has the capability to constrain certain coordinates like angles avoiding the z-matrix style input? thanks

Forum Vet
Quote: Nov 27th 4:33 pm
i intend to use nwchem. i have two questions. will it run on a single machine (serial, not parallel)? does nwchem has the capability to constrain certain coordinates like angles avoiding the z-matrix style input? thanks


Answers are yes and yes. NWChem runs fine in serial. Yes, you do not have to input structures using the z-matrix. The code will generate internal coordinates which can be constrained.

Bert


Forum >> NWChem's corner >> Running NWChem