Switch to unified view
a/src/utils/cpuconf.cpp | b/src/utils/cpuconf.cpp | ||
---|---|---|---|
... |
... |
||
60 | cpus.ncpus = 1; |
60 | cpus.ncpus = 1; |
61 | return true; |
61 | return true; |
62 | } |
62 | } |
63 | #endif |
63 | #endif |
64 | 64 | ||
65 | |||
66 | #else // TEST_CPUCONF |
65 | #else // TEST_CPUCONF |
67 | 66 | ||
68 | #include <stdlib.h> |
67 | #include <stdlib.h> |
69 | 68 | ||
70 | #include <iostream> |
69 | #include <iostream> |