FAILED Install need help
We used the manual installation method and reported an error when performing the last step.
Which version of Trilions is it? How to solve this installation error problem?
Hi, could you please provide details of the system are you building this on?
嗨,您能否提供您构建该系统的详细信息?
The library we are currently using is consistent with the recommendations on the website.Nalu version 1.2.0, Trilinos version 12.12.1. But the compilation to 89% reported an error.
嗨,您能否提供您构建该系统的详细信息?
Do you mean the configuration of a supercomputer?
嗨,您能否提供您构建该系统的详细信息?
Do you mean the configuration of a supercomputer?
yes
嗨,您能否提供您构建该系统的详细信息?
你是说超级计算机的配置吗?
是的
hi , PROCESSOR: 1 x 32-CORE 2.5GHZ FREQUENCY PROCESSOR; Accelerators: 4 DCU accelerators; Storage: Mount the shared storage system;
Hi, it looks like the latest trilinos might have APIs that are incompatible with nalu-wind. We use a pinned version of trilinos. Could you please try trilinos commit 8b3e2e1db4c7e07db13225c73057230c4814706f ?
嗨,看起来最新的 trilinos 可能有与 nalu-wind 不兼容的 API。我们使用固定版本的trilinos。你能试试trilinos提交吗?
8b3e2e1db4c7e07db13225c73057230c4814706f
What should be the library version of Trilinos? Now, we use Nalu version 1.2.0, Trilinos version 12.12.1.
嗨,看起来最新的 trilinos 可能有与 nalu-wind 不兼容的 API。我们使用固定版本的trilinos。你能试试trilinos提交吗?
8b3e2e1db4c7e07db13225c73057230c4814706fWhat should be the library version of Trilinos? Now, we use Nalu version 1.2.0, Trilinos version 12.12.1.
Please use the master branch for nalu-wind and commit 8b3e2e1db4c7e07db13225c73057230c4814706f for Trilinos.
commit for Trilinos.
Hello, I don't quite understand what you said commit for Trilinos. What does it mean, can you elaborate?
Hi, are you using git to clone the repository? If not, please do so. Once you have cloned the repository, please do git checkout -b branch_name <commit id> from inside the master directory, to checkout a specific commit
嗨,您是否使用 git 克隆存储库?如果没有,请这样做。克隆存储库后,请从主目录内部签出特定的提交
git checkout -b branch_name <commit id>
git checkout -b trilinos-release-12-12-1 8b3e2e1db4c7e07db13225c73057230c4814706f
git clone --recursive -b master https://github.com/Exawind/nalu-wind.git
This is our download step, but we get an error at the beginning. How can I solve it?
Do you have hypre installed? @jrood-nrel Does anything stand out to you?
你们安装了海普雷吗?有什么让你印象深刻的吗?
Of course, but it still can not work, what could I do to slove the probloem.
The trilinos version you are using is way too old. Unfortunately due to the nature of this project software and hardware are evolving together and we have not had the bandwidth to cut a release consistently.
If you want to build [email protected] try using [email protected] since they are overlapping in dates.
If you are using nalu-wind@master then try [email protected] or the commit mentioned by @ashesh2512.
Your download step for trilinos should look like this
git clone https://github.com/trilinos/trilinos
git checkout -b master 8b3e2e1db4c7e07db13225c73057230c4814706f
Don't use the trilinos-release-12-12-1 branch.
您使用的trilinos版本太旧了。不幸的是,由于这个项目的性质,软件和硬件是一起发展的,我们没有足够的带宽来持续削减版本。
如果要构建,请尝试使用,因为它们在日期上重叠。
[email protected]``[email protected]如果您正在使用,请尝试或 .
nalu-wind@master``[email protected]Trilinos 的下载步骤应如下所示
git clone https://github.com/trilinos/trilinos git checkout -b master 8b3e2e1db4c7e07db13225c73057230c4814706f不要使用分支。
trilinos-release-12-12-1
Thanks for your reply. We compiled as you said, or failed, this is an error message. [email protected] try using [email protected]
When editing NALU, it is said that the file is missing.
I checked and this file is available in versions 14 and 12 of Trilinos, exactly what is not in version 13
git clone --recursive -b trilinos-release-13-0-1 https://github.com/trilinos/trilinos
This is my command to download trilinos, add the recursive option, I don't know what is wrong
what about version 13.4.1?
what about version 13.4.1? Thank you for your reply. Too bad, I used 13.4.1 trilinos with the master version of nalu-wind. still having syntax compatibility issues.
This case does not have trilinos configured correctly. Each post as I'm reading it has a different build error regarding trilinos. This one looks like Kokkos is not configured correctly.
Please try with the latest spack. I am going to close this issue to consolidate with the other open issues. We are not currently maintaining the old manual build instructions.