You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for `make -j` to work correctly, the BLACS library should be
built before the other libraries. This can be achieved with an explicit
dependency.
Also, the child make processes must be launched with `$(MAKE)` so that
the `-j` option is propagated correctly.
0 commit comments