Browse Source

mpi is not strictly require in allquestions.c

Michele Orrù 11 years ago
parent
commit
4b2291cbc4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/questions/allquestions.c

+ 2 - 0
src/questions/allquestions.c

@@ -15,7 +15,9 @@
 #include <openssl/x509.h>
 #include <openssl/rsa.h>
 #include <openssl/ssl.h>
+#ifdef HAVE_OPENMPI
 #include <mpi.h>
+#endif
 
 #include "qa/questions/questions.h"