[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error in creating 3d DA
- To: petsc-users@xxxxxxxxxxx
- Subject: error in creating 3d DA
- From: Randall Mackie <rlmackie862@xxxxxxxxx>
- Date: Mon, 07 Apr 2008 12:27:01 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=KHYlAxB7Ytw6e1lmHP96TAshNFpdVCM9fpCfyOZBVZ0=; b=ldmD2ljveTuXbZ2oIo0xEwvQX/YLGI8F2GOnPIaF2ty+aXGgW8alhCkFkm+5JxFwzLYVgjOZya+4Ye375AhD8MBc9PYoRX9oY/6pkkN1RipRCHVC8o++ToxvJ7fpXUM5zoJ5tDVNVaqqfsUMdbedq+iARJ9uvbOoG88mGdFCvLQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=gk8EwhghmfCgzxOn5aYhlKHCfFgh1x0ftNR7va2xOOWQd8DKHLJQ1E/2CZT7Fy0AAt38+NirmifSB0wGKYHhsYGLW1LPerY/035+cwe5TtUA2Drebk9shxyvskEDtQk29Nd8N1DU/XaKsi2QgNWwH8aCnfHuFTnZGmmBoSVUZU8=
- Reply-to: petsc-users@xxxxxxxxxxx
- Sender: owner-petsc-users@xxxxxxxxxxx
- User-agent: Thunderbird 2.0.0.12 (Windows/20080213)
I've run into a problem with my code where, for a smaller problem, it
bombs out in creating a 3D DA (with error message about the partition being
too fine in the z direction) for the case where np=121, but works fine
for the case np=484.
I would think that the creation of the DA should work fine for the smaller
number of processors as well, but maybe there is a bug in the logic?
Randy