You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am compiling on aarch64 with 8GB RAM & x8 core CPU ...it's pretty solid machine.
If you go through make logs compilation may be spawns too many child processes that machine halts & breaks compilation
[ 56%] Building CXX object CMakeFiles/teqpcpp.dir/interface /CPP/model_factory_GERG.cpp.o
I used both gcc-11 & gcc-13 ... clang-19 throws error!
Secondly is it possible to skip catch2 compilation altogether as I already have this in system any -DCmake flag? It will save a great deal of time utilized in generating
8 GB of RAM is not close to enough for teqp. You need at min 16 GB, 32 GB is better. At minimum, you need to ensure that only one core is used for the build.
I am compiling on
aarch64
with 8GB RAM & x8 core CPU ...it's pretty solid machine.If you go through
make
logs compilation may be spawns too many child processes that machine halts & breaks compilation[ 56%] Building CXX object CMakeFiles/teqpcpp.dir/interface /CPP/model_factory_GERG.cpp.o
I used both
gcc-11
&gcc-13
...clang-19
throws error!Secondly is it possible to skip
catch2
compilation altogether as I already have this in system any-DCmake
flag? It will save a great deal of time utilized in generating[ 54%] Linking CXX static library libCatch2.a [ 54%] Built target Catch2
ukhan_config.txt
ukhan_make.txt
The text was updated successfully, but these errors were encountered: