From dc68d2ef4581f3cab6cebcf46a479b0ab933c88b Mon Sep 17 00:00:00 2001 From: Edward Vielmetti Date: Sun, 23 Oct 2016 15:21:57 -0400 Subject: [PATCH] Update INSTALL to note issues with parallel "make -j check" Documentation also patched in libzmq. Closes #151 to document non-support for parallel make check. --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 05f48721..5554f517 100644 --- a/INSTALL +++ b/INSTALL @@ -62,7 +62,8 @@ The simplest way to compile this package is: 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with - the package. + the package. Note that `make -j check' is not supported as some + tests share infrastructure and cannot be run in parallel. 4. Type `make install' to install the programs and any data files and documentation.