Dear VASP users,
We are running parallel jobs on a cluster, but the jobs doesn't scale up with the number of processors used. It
runs very slow. Does anybody konw how to fix this problem?
Is the problem that Lam MPI doesn't work near as well on these systems as the MPI versions designed for these computers (derivatives of MPICH MPI)? Thanks!
very slow of the parallel jobs
Moderators: Global Moderator, Moderator
very slow of the parallel jobs
Last edited by hu007 on Mon May 22, 2006 7:22 pm, edited 1 time in total.
-
- Full Member
- Posts: 107
- Joined: Wed Aug 10, 2005 1:30 pm
- Location: Leiden, Netherlands
very slow of the parallel jobs
LAM is designed for clusters and works very well. At least as well as MPICH.
What's your interconnect? How are you setting up the parallelisation?
(Consider also OpenMPI, where the LAM development has now moved along with several other MPI implementation teams.)
What's your interconnect? How are you setting up the parallelisation?
(Consider also OpenMPI, where the LAM development has now moved along with several other MPI implementation teams.)
Last edited by tjf on Tue May 23, 2006 10:50 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
very slow of the parallel jobs
I fully agree with forum member tjf.
Apart from that, please mind that there is a small part of VASP (about 2-3% of the code) which cannot be parallelized, therefore VASP will not scale exactly linearly with the number of processors. The performance in general is best for about 16 parallel processors.
Apart from that, please mind that there is a small part of VASP (about 2-3% of the code) which cannot be parallelized, therefore VASP will not scale exactly linearly with the number of processors. The performance in general is best for about 16 parallel processors.
Last edited by admin on Tue May 23, 2006 1:12 pm, edited 1 time in total.