All, Martin Kronbichler -- thanks Martin! -- just finished converting all our files so that we compile them only once now, not 3 times (for 1d, 2d, and 3d separately) as before. Together with my changes earlier to link everything into a single library, this makes for some nice savings:
Before: Combined debug libraries size: 461 MB Combined optimized libraries size: 65 MB Complete compiler + link time: 111 min After: Debug library size: 296 MB Optimized library size: 58 MB Complete compiler + link time: 70 min I think we can call this a success! Best Wolfgang ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
