[petsc-dev] Shifting in ICC, changes?

2010-12-03 Thread Jed Brown
was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20101203/d6777327/attachment.html

[petsc-dev] SuperLU link error on BGP FEN

2010-12-03 Thread John R. Cary
On 12/2/10 5:49 PM, Barry Smith wrote: On Dec 2, 2010, at 4:29 PM, William (Bill) E. Allcock wrote: John, My first suggestion would be to use the petsc already built for Intrepid if that is an option. Either way, others have had luck using the local disks on the FEN to speed up their

[petsc-dev] Shifting in ICC, changes?

2010-12-03 Thread Hong Zhang
Jed, We replaced old numerical factorization and MatSolve with faster data structure, then cleaned up MatPivotCheck() (still using previous algorithm). Changes, such as changeset: 15909:fbc1ba94d8d9 user:hong at hong-zhangs-macbook-air.local date:Wed May 12 22:17:30 2010 -0500

[petsc-dev] Shifting in ICC, changes?

2010-12-03 Thread Jed Brown
to understand what changed. Jed -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20101203/aa5902a8/attachment.html

[petsc-dev] Shifting in ICC, changes?

2010-12-03 Thread Hong Zhang
Jed, I recall that I fixed bug in Kernel_A_gets_inverse_A_x(), e.g. petsc-release-3.1: Kernel_A_gets_inverse_A_4() ... shift = .25*shift*(PetscAbsScalar(a[0]) + PetscAbsScalar(a[5]) + PetscAbsScalar(a[10]) + PetscAbsScalar(a[15])); petsc-dev: shift = .25*shift*(1.e-12 + PetscAbsScalar(a[0]) +

[petsc-dev] c99 and opensloaris

2010-12-03 Thread Barry Smith
PETSc never assumes that standards are followed nor that system implementors are intelligent or even sane. Whenever something becomes system dependent (even if the dependence is only because the system developer is insane) PETSc needs a configure test for it. In theory adding new configure

[petsc-dev] More prefetch

2010-12-03 Thread Jed Brown
-- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20101203/ac3c1531/attachment.html

[petsc-dev] Shifting in ICC, changes?

2010-12-03 Thread Jed Brown
and SBAIJ. Could all the old ICC kernels have been somehow buggy? Or did something in the elimination order change? Jed -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20101203/5028f1a0/attachment.html

[petsc-dev] Shifting in ICC, changes?

2010-12-03 Thread Hong Zhang
Jed: With the version from Feb 1, I get (using AIJ since SBAIJ had no shift logic at that time and just proceeded with negative pivots): [0] MatCholeskyFactorNumeric_SeqAIJ(): number of shiftpd tries 1, shift_amount 1.02086e+06 [0] MatCholeskyFactorNumeric_SeqAIJ(): number of shiftpd tries

[petsc-dev] potential e-mail disruption due to power outage

2010-12-03 Thread Satish Balay
We are having a power outage this weekend at MCS [staring friday evening, and ending sunday evening or monday morning CST] e-mail, mailing-lists, ftp, web servers are supposed to work during this outage. But if something isn't working - and we are unable to respond by e-mail, you now know the

[petsc-dev] Shifting in ICC, changes?

2010-12-03 Thread Jed Brown
attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20101203/2e6139c7/attachment.html

[petsc-dev] cmake and fortranstubs

2010-12-03 Thread Barry Smith
On Dec 1, 2010, at 11:48 AM, Jed Brown wrote: On Wed, Dec 1, 2010 at 18:24, Barry Smith bsmith at mcs.anl.gov wrote: It would be nice if cmake also updated the appropriate fortranstubs. Make generatefortranstubs.py have a way to update individual files and I will make cmake do the

[petsc-dev] SuperLU link error on BGP FEN

2010-12-03 Thread Xiaoye S. Li
. Perhaps this is a bug. But regardless, is there a workaround? ThxJohn -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20101203/b4e206fa/attachment.html