yuanming-hu / spgrid_topo_opt

Narrow-Band Topology Optimization on a Sparsely Populated Grid, ACM Transactions on Graphics (SIGGRAPH Asia 2018)
185 stars 37 forks source link

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

Open jlxy11 opened 1 year ago

jlxy11 commented 1 year ago

(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