瀏覽代碼

mpi is not strictly require in allquestions.c

Michele Orrù 11 年之前
父節點
當前提交
4b2291cbc4
共有 1 個文件被更改,包括 2 次插入0 次删除
  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"