[petsc-users] Not getting scalability.
Stephen Wornom
stephen.wornom at inria.fr
Mon Mar 7 08:29:21 CST 2011
Gaurish Telang wrote:
> Hi,
>
> I have been testing PETSc's scalability on clusters for matrices of
> sizes 2000, 10,000, uptill 60,000.
>
> All I did was try to solve Ax=b for these matrices. I found that the
> solution time dips if I use upto 16 or 32 processors. However for a
> larger number of processors however the solution time seems to go up
> rather than down. IS there anyway I can make my code strongly scalable ?
As the number of processors increases, the work/processor decreases.
Therefore the communication time (mpi) will increase and the total time
will increase slightly.
Hope this helps,
Stephen
>
> I am measuring the total time (sec) and KSP_SOLVE time in the
> -log_summary output. Both times show the same behaviour described
> above.
>
> Gaurish
>
--
stephen.wornom at inria.fr
2004 route des lucioles - BP93
Sophia Antipolis
06902 CEDEX
Tel: 04 92 38 50 54
Fax: 04 97 15 53 51
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stephen_wornom.vcf
Type: text/x-vcard
Size: 160 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110307/36a1a2d8/attachment.vcf>
More information about the petsc-users
mailing list