Has anybody run Deal II on the IBM Blue Gene System? If yes, could you please tell something about how to install deal ii on BlueGene system.
I have tried a number of times on a Blue Gene that's now about 4 years old. However, the compilers installed (IBM xlC and gcc 4.1.2) were too buggy to compile everything and so I never got it to run.
Another concern of mine is if Deal II supports parallel IO well. For example, for a large scale problem, I may generate the mesh with some other software. Can Deal II read in the mesh in parallel? Do I need to partition the mesh by myself?
The way parallel meshes are generated is discussed in step-40 and the accompanying paper. Take a look there.
And also, can Deal II output the result in parallel?
Yes. Again step-40 is where to look. Best W. ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
