byuflowlab / FLOWUnsteady

An interactional aerodynamics and acoustics solver for multirotor aircraft and wind energy
https://flow.byu.edu/FLOWUnsteady/
MIT License
255 stars 68 forks source link

FLOWUnsteady compiled failure! #184

Closed sakurakikiki closed 1 month ago

sakurakikiki commented 1 month ago

2 dependencies successfully precompiled in 21 seconds. 284 already precompiled. 1 dependency failed but may be precompilable after restarting julia 1 dependency had output during precompilation: image

EdoAlvarezR commented 1 month ago

This seems to be an issue with Julia v1.10+. It stems from the fact that FLOWExaFMM uses a shared library that needs to be compiled manually. It is not an error, but rather a warning, so you are good to continue running the code.

sakurakikiki commented 1 month ago

This seems to be an issue with Julia v1.10+. It stems from the fact that FLOWExaFMM uses a shared library that needs to be compiled manually. It is not an error, but rather a warning, so you are good to continue running the code.

Yes, you are absolutely right, I am up and running now