> My old code, using PETSC, is not working in the subversion. Event the > step-17 is also failed. Is there any one have the same problem like it?
Unfortunately, PETSc appears to not be working if we have the Threading Building Blocks linked in (I don't know if we actually use threads anywhere in step-17, explicitly or in one of the functions we call). The only way I know of to make that program run again is to do ./configure --disable-threads and re-compile everything. That at least makes the program finish again for me without any segfaults etc. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
