nalu-wind icon indicating copy to clipboard operation
nalu-wind copied to clipboard

FAILED Install need help

Open lylclclyl opened this issue 2 years ago • 19 comments

eeab5c6d82d000edccb78fe3331b440 We used the manual installation method and reported an error when performing the last step. 72cd88f14391184ed298de699fc208c Which version of Trilions is it? How to solve this installation error problem?

lylclclyl avatar Sep 18 '23 07:09 lylclclyl

a1ceb363bd2ac4e922ef9e12111e7db

lylclclyl avatar Sep 18 '23 08:09 lylclclyl

Hi, could you please provide details of the system are you building this on?

ashesh2512 avatar Sep 18 '23 14:09 ashesh2512

嗨,您能否提供您构建该系统的详细信息?

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. a3a647ed50264ebdc7e8411da0ec122

lylclclyl avatar Sep 19 '23 00:09 lylclclyl

嗨,您能否提供您构建该系统的详细信息?

Do you mean the configuration of a supercomputer?

lylclclyl avatar Sep 19 '23 00:09 lylclclyl

嗨,您能否提供您构建该系统的详细信息?

Do you mean the configuration of a supercomputer?

yes

ashesh2512 avatar Sep 19 '23 00:09 ashesh2512

嗨,您能否提供您构建该系统的详细信息?

你是说超级计算机的配置吗?

是的

hi , PROCESSOR: 1 x 32-CORE 2.5GHZ FREQUENCY PROCESSOR; Accelerators: 4 DCU accelerators; Storage: Mount the shared storage system;

lylclclyl avatar Sep 19 '23 00:09 lylclclyl

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 ?

ashesh2512 avatar Sep 19 '23 04:09 ashesh2512

嗨,看起来最新的 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.

lylclclyl avatar Sep 19 '23 09:09 lylclclyl

嗨,看起来最新的 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.

a3a647ed50264ebdc7e8411da0ec122

lylclclyl avatar Sep 19 '23 09:09 lylclclyl

Please use the master branch for nalu-wind and commit 8b3e2e1db4c7e07db13225c73057230c4814706f for Trilinos.

ashesh2512 avatar Sep 19 '23 17:09 ashesh2512

commit for Trilinos.

Hello, I don't quite understand what you said commit for Trilinos. What does it mean, can you elaborate?

lylclclyl avatar Sep 20 '23 00:09 lylclclyl

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

ashesh2512 avatar Sep 20 '23 00:09 ashesh2512

嗨,您是否使用 git 克隆存储库?如果没有,请这样做。克隆存储库后,请从主目录内部签出特定的提交git checkout -b branch_name <commit id>

63a6870d0daa3bcd6b6ce8305667638 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?

lylclclyl avatar Sep 20 '23 03:09 lylclclyl

Do you have hypre installed? @jrood-nrel Does anything stand out to you?

ashesh2512 avatar Sep 20 '23 04:09 ashesh2512

你们安装了海普雷吗?有什么让你印象深刻的吗? 50e3a8f5075df8e1803f28491b9e7b3 Of course, but it still can not work, what could I do to slove the probloem.

lylclclyl avatar Sep 21 '23 14:09 lylclclyl

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.

psakievich avatar Sep 28 '23 11:09 psakievich

您使用的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 9955c366c9b337f3a3fcc95c2d156a4

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. 9634a70a7070137bd0ac12ec3ef73f8 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

lylclclyl avatar Sep 29 '23 03:09 lylclclyl

what about version 13.4.1?

psakievich avatar Oct 10 '23 02:10 psakievich

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. 54575d12b114c700062628d785a4464

lylclclyl avatar Oct 12 '23 01:10 lylclclyl

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.

psakievich avatar Jun 25 '24 04:06 psakievich