Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I try to build the FEM solver, but make had failed, I have installed icc and mkl(not sure) . #23

Open
jlxy11 opened this issue Mar 14, 2023 · 0 comments

Comments

@jlxy11
Copy link

jlxy11 commented Mar 14, 2023

(py39) user@node01:/taichi/projects/spgrid_topo_opt-master/solver$ icc -v
icc version 15.0.6 (gcc version 5.0.0 compatibility)
(py39) user@node01:
/taichi/projects/spgrid_topo_opt-master/solver$ make
icc -shared -I../external/ -I../external/ -qopenmp -O3 -std=c++14 -fPIC -DHASWELL -mkl -fma -xCORE-AVX2 -DUSING_AVX2 -DUSING_DOUBLE -DICC_18 CG/KRYLOV_SYSTEM_BASE.cpp CG/CONJUGATE_GRADIENT.cpp CG/CG_VECTOR.cpp CG/CG_SYSTEM.cpp CG/KRYLOV_VECTOR_BASE.cpp SPGrid_CPU_Solver.cpp MG/Elasticity_Matrix.cpp -o libSPGridCPUSolver.so

......

Makefile:11: recipe for target 'all' failed
make: *** [all] Error 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant