Julian, > I have a code using preconditioned (SSOR) CG that converges (in <500 > iterations) in one system (32 bit, Ubuntu 9.10, gcc 4.4.1, no threading, > deal.II 6.2.1), but fails to converge (in 10,000 iterations) in another > system (4 bit, RedHat 4, gcc 4.4.2, no threading, deal.II 6.3.1). Has > anyone run into a similar problem or might otherwise know what the problem > could be?
These are too many variables and too little details you haven't explained. What did you try so far to find out what the problem is? For example, did you try to use the same deal.II version on both machines? Did you try to write out the matrices and compare their values? What happens if you use a very small linear system? Your mail just doesn't have enough detail for anyone to give useful feedback beyond stabbing in the dark... Best WB -- ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
