|
I'm not sure what you mean by "use memory of multiple nodes".
If you mean that you connect the two nodes in some way, like infiniband, then perform cross-node computation in some way (other than Linda?) using only CPU(s) in one of the nodes. I couldn't see any advantage of doing this. Seems to me it might even be slower than just using one node. If you can do cross-node computation efficiently, why not just use all the CPUs? Also I'm not sure there is a way other than Linda to do cross-node parallel computation with Gaussian.
If you mean to disassemble one of the nodes, collect all the RAMs, install it on another node, and run the mission with more memory, it will speed up some type of calculation (if memory is the rate-limiting factor), but for missions like regular DFT with not too large molecule, it is usually not the case. And if you have multiple missions to run, using two nodes to run separate missions might be faster overall.
|
|