byuflowlab / FLOWExaFMM.jl

Julia wrapper of ExaFMM with modifications for a vortex solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot generate fmm.so file in /src folder

inse0918 opened this issue · comments

Hi.

this is build.sh error.

bash: julia: command not found
bash: julia: command not found
Removing existing build
rm: cannot remove 'src/fmm.so': No such file or directory
Copying files
Configuring build
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for CC... no
checking for icpc... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... none
checking dependency style of g++... none
checking for ftn... no
checking for ifort... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for ranlib... ranlib
checking for gcc... gcc
...

Cannot make the fmm.so file.

How can I build it well ?

Hello I am having a same problem.
Also for "] add https://github.com/byuflowlab/FLOWExaFMM", it says FLOWExaFMM can not be precompiled.
Is the precompiling related to 'build.sh'?
If you have solved the problem, please share to me....

Hi! If build.sh didn't go through, the following instructions will help you debug and find what might be the root cause of the issue: https://nbviewer.org/github/byuflowlab/FLOWVPM.jl/blob/master/docs/installation-linux.ipynb

Please let us know if you were able to resolve the issue!

commented

I followed the steps in https://nbviewer.org/github/byuflowlab/FLOWVPM.jl/blob/master/docs/installation-linux.ipynb
but I did not understood whole "2) Testing CxxWrap" part. Can someone please help me by elaborating it.
Thank you.