On Wed, 3 Sep 2014, VandeVondele Joost wrote:
I've noticed thatmake -j -k check-fortran results in a serialized checking, while make -j32 -k check-fortran goes parallel. Somehow the explicit 'N' in -jN seems to be needed for the check target, while the other targets seem to do just fine. Is that a feature, or should I file a PR for that... ?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53155 -- Marc Glisse