You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you compiling for the Intel MIC hardware platform?
I'd guess not, so it seems that you are not using the correct Makefile
here, please consult the ExaML manual or siwtch to RAxML-NG that
contains all features of ExaML which is no longer being actively
maintained:
https://github.com/amkozlov/raxml-ng
On 11.06.21 13:04, zaprily08 wrote:
i have alter gcc version from 4 to 10,but still report an error when I
run "make -f Makefile.MIC.icc"
rm -f *.o examl-MIC
mpicc -std=c99 -D__SIM_SSE3 -D_OPTIMIZED_FUNCTIONS -D_GNU_SOURCE
-fomit-frame-pointer -funroll-loops -D_USE_ALLREDUCE -D__MIC_NATIVE
-mmic -qopt-streaming-cache-evict=0 -qopenmp -D_USE_OMP -O2 -c -o axml.o
axml.c
gcc: error: unrecognized command line option ‘-mmic’; did you mean ‘-fpic’?
gcc: error: unrecognized command line option ‘-qopt-streaming-cache-evict=0’
gcc: error: unrecognized command line option ‘-qopenmp’; did you mean
‘-fopenmp’?
make: *** [axml.o] Error 1
I really don't know how to solve, thank you for your help!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGXB6SE3ILLNOKU3OLYL73TSHNRPANCNFSM46QMT7WQ>.
--
Alexandros (Alexis) Stamatakis
Research Group Leader, Heidelberg Institute for Theoretical Studies
Full Professor, Dept. of Informatics, Karlsruhe Institute of Technology
Affiliated Scientist, Evolutionary Genetics and Paleogenomics (EGP) lab,
Institute of Molecular Biology and Biotechnology, Foundation for
Research and Technology Hellas
www.exelixis-lab.org
i have alter gcc version from 4 to 10,but still report an error when I run "make -f Makefile.MIC.icc"
rm -f *.o examl-MIC
mpicc -std=c99 -D__SIM_SSE3 -D_OPTIMIZED_FUNCTIONS -D_GNU_SOURCE -fomit-frame-pointer -funroll-loops -D_USE_ALLREDUCE -D__MIC_NATIVE -mmic -qopt-streaming-cache-evict=0 -qopenmp -D_USE_OMP -O2 -c -o axml.o axml.c
gcc: error: unrecognized command line option ‘-mmic’; did you mean ‘-fpic’?
gcc: error: unrecognized command line option ‘-qopt-streaming-cache-evict=0’
gcc: error: unrecognized command line option ‘-qopenmp’; did you mean ‘-fopenmp’?
make: *** [axml.o] Error 1
I really don't know how to solve, thank you for your help!
The text was updated successfully, but these errors were encountered: