byuflowlab / FLOWExaFMM.jl

Julia wrapper of ExaFMM with modifications for a vortex solver
4 stars 3 forks source link

Something wrong with FLOWExaFMM #3

Open Dhruvin108 opened 2 years ago

Dhruvin108 commented 2 years ago

When I try to precompile FLOWExaFMM, something wrong like this:

[ Info: Precompiling FLOWExaFMM [a07d1f4e-0e34-4d8b-bfef-e5b961477d34] ERROR: LoadError: could not load library "C:\Users\G.julia\packages\FLOWExaFMM\SwcNX\src\fmm" The specified module could not be found.

What should I do next? Thank you so much!

super-J123 commented 2 years ago

When I try to precompile FLOWExaFMM, something wrong like this:

[ Info: Precompiling FLOWExaFMM [a07d1f4e-0e34-4d8b-bfef-e5b961477d34] ERROR: LoadError: could not load library "C:\Users\G.julia\packages\FLOWExaFMM\SwcNX\src\fmm" The specified module could not be found.

What should I do next? Thank you so much!

I encountered this problem too! on windows 10, I have tried julia 1.3.1, 1.4.2, 1.6.7, 1.8.0 version 32 and 64-bit software, but all appear the same error: ERROR: LoadError: could not load library "C:\Users\Administrator.julia\packages\FLOWExaFMM\SwcNX\src\fmm";

Actually there is no "fmm" file in the path ".julia\packages\FLOWExaFMM\SwcNX\src\", only a FLOWExaFMM.jl file in src path;

The author has tested FLOWExaFMM on linux, maybe this is a problem specific to Windows, I would like to ask you if you have found a solution for this error afterwards?

Thank you so much!

Dhruvin108 commented 1 year ago

Hi I still don't know how to solve the problem. Maybe it's specific to Windows.

-----原始邮件----- 发件人:super-J123 @.> 发送时间:2022-09-07 11:10:54 (星期三) 收件人: byuflowlab/FLOWExaFMM @.> 抄送: ZemingGao @.>, Author @.> 主题: Re: [byuflowlab/FLOWExaFMM] Something wrong with FLOWExaFMM (Issue #3)

When I try to precompile FLOWExaFMM, something wrong like this:

[ Info: Precompiling FLOWExaFMM [a07d1f4e-0e34-4d8b-bfef-e5b961477d34] ERROR: LoadError: could not load library "C:\Users\G.julia\packages\FLOWExaFMM\SwcNX\src\fmm" The specified module could not be found.

What should I do next? Thank you so much!

I encountered this problem too! on windows 10, I have tried julia 1.3.1, 1.4.2, 1.6.7, 1.8.0 version 32 and 64-bit software, but all appear the same error: ERROR: LoadError: could not load library "C:\Users\Administrator.julia\packages\FLOWExaFMM\SwcNX\src\fmm";

Actually there is no "fmm" file in the path ".julia\packages\FLOWExaFMM\SwcNX\src", only a FLOWExaFMM.jl file in src path;

The author has tested FLOWExaFMM on linux, maybe this is a problem specific to Windows, I would like to ask you if you have found a solution for this error afterwards?

Thank you so much!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

EdoAlvarezR commented 1 year ago

Sorry for the late reply. Were you guys able to figure out how to compile this on Windows? If not, people usually create a Linux virtual machine inside Windows where they run their code.