We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(py39) user@node01:
/taichi/projects/spgrid_topo_opt-master/solver$ icc -v/taichi/projects/spgrid_topo_opt-master/solver$ makeicc version 15.0.6 (gcc version 5.0.0 compatibility)
(py39) user@node01:
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
The text was updated successfully, but these errors were encountered: