Explorar el Código

mpi is not strictly require in allquestions.c

Michele Orrù hace 11 años
padre
commit
4b2291cbc4
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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"