> Starting with the first file numerics/data_out.cc, I get an error > > ".../deal.II/source/numerics/data_out.cc:1160: internal compiler error: > Illegal instruction"
Is this the first file you compile? I'm afraid you'll have to talk to your system administrators about this -- the compiler appears to have some assembler instructions the processor it runs on doesn't understand. It may be, for example, that gcc was compiled to support a Power7 chip but the machine you run on is only a Power6. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
