Replies: 5 comments 1 reply
-
Just for reference: I recently built the Trilinos solver stack based on Tpetra on a 9 year old laptop in ~ 3h. Can you post your CMake invocation? |
Beta Was this translation helpful? Give feedback.
-
Serial:
Parallel:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thx.
Is there a minimum version of trilinos for this? |
Beta Was this translation helpful? Give feedback.
-
Seems done. |
Beta Was this translation helpful? Give feedback.
-
I am trying to speed up trilinos builds. My latest build, on 4 cores:
Building trilinos-sercuda in /home/research/cary/projects/xsimall-dev2/builds/trilinos-14.0.0/sercuda using vcloud.txcorp.com-trilinos-sercuda-build.sh at 2024-03-04-06:53:46.
and it is currently at
[ 97%] Building CXX object packages/muelu/src/CMakeFiles/muelu.dir/Utils/ExplicitInstantiation/ETI_MueLu_ToggleCoordinatesTransferFactory.cpp.o
more than a day later:
Tue Mar 5 10:35:59 MST 2024
My thought is to reduce the number of template instantiations to ordinals = {int, ssizet}, floating point = {float, double}, cpu and cuda, openmp off. Is this possible? Other ideas for speeding up builds?
Thx.
Beta Was this translation helpful? Give feedback.
All reactions