Issue building PETSc for offline build #31302
-
Check these boxes if you have followed the posting rules.
Issue or question about MOOSEI build MOOSE on our offline cluster using these instructions: https://mooseframework.inl.gov/getting_started/installation/offline_installation.html Looks like PETSc is now configured to use kokkos. There are two kokkos packges to be downloaded: "kokkos" and "kokkos-kernels". These two packages are currently at the same version, so the tarballs that are downloaded have the same name and only one can be placed in the downloads directory for the petsc configure script to find, and so petsc can only find one or the other and quits. For now I just removed the (Optional) code in question / simulation log / errorsNo response Encountering Errors? Please include diagnostic outputNo response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
-
@balay any thoughts on this? |
Beta Was this translation helpful? Give feedback.
-
yeah - problem with github archive URLs :( alternatives:
|
Beta Was this translation helpful? Give feedback.
-
Does this occur only in specific environments/conditions? How did containers build fine? |
Beta Was this translation helpful? Give feedback.
Ah - there is some complexity here :(
--with-packages-download-dir is taking precedence over --download-kokkos=filename
Alternative:
kokkos/4.6.00.tar.gz
- and rename this (untared) folder so that its atdownloads/kokkos
--with-packages-download-dir=$PWD/../downloads --download-kokkos
[same with kokkos-kernels]