byuflowlab / FLOWExaFMM.jl

Julia wrapper of ExaFMM with modifications for a vortex solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Something wrong with FLOWExaFMM

Dhruvin108 opened this issue · comments

commented

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!

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!

commented

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.