Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Put PROCESSOR_COUNT in gras_config.h
[simgrid.git] / buildtools / Cmake / gras_config.h.in
index fe82221..ebc7c93 100644 (file)
@@ -22,6 +22,9 @@
 #cmakedefine SIZEOF_INT @SIZEOF_INT@
 #cmakedefine SIZEOF_VOIDP @SIZEOF_VOIDP@
 
 #cmakedefine SIZEOF_INT @SIZEOF_INT@
 #cmakedefine SIZEOF_VOIDP @SIZEOF_VOIDP@
 
+// Number of processor counted by cmake
+#cmakedefine PROCESSOR_COUNT @PROCESSOR_COUNT@
+
 /* If __thread is available */
 #cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@
 
 /* If __thread is available */
 #cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@