vmware-archive / quickstep

Quickstep Project
Apache License 2.0
27 stars 13 forks source link

DO NOT MERGE: Partition aware selection no numa #188

Closed zuyu closed 8 years ago

zuyu commented 8 years ago

Run #175 w/o libnuma.

adalbertgerald commented 8 years ago

Hi @zuyu, I'm trying to build quickstep on my mac, which isn't NUMA-aware. I'm not able to build due to the following error:

/Users/graj/quickstep/utility/CalculateInstalledMemory.cpp:57:2: error: "No implementation available to calculate the total installed
      memory."
#error "No implementation available to calculate the total installed memory."
 ^
1 error generated.
make[2]: *** [utility/CMakeFiles/quickstep_utility_CalculateInstalledMemory.dir/CalculateInstalledMemory.cpp.o] Error 1
make[1]: *** [utility/CMakeFiles/quickstep_utility_CalculateInstalledMemory.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

How do you usually bypass this error while building on mac?

zuyu commented 8 years ago

Hi @adalbertgerald, please ping @pateljm regarding calculating installed memory. I did not encounter this error before on Mac.