Fix a potential deadlock when using custom communicators (Fix issue #46) (#48)
8 lines
129 B
Makefile
8 lines
129 B
Makefile
if MPI
|
|
SUBDIRS = UTIL/MPI SRC/MPI . TESTS/MPI EXAMPLES/MPI
|
|
endif
|
|
|
|
if BLACS
|
|
SUBDIRS = UTIL/BLACS SRC/BLACS . EXAMPLES/BLACS
|
|
endif
|