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

Remmove unsupported command by icpc and ifort #1905

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions icc-gcc-toolfile.spec
Expand Up @@ -59,6 +59,9 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/icc-cxxcompiler.xml
<flags REM_CXXFLAGS="-Wno-unused-local-typedefs"/>
<flags REM_CXXFLAGS="-msse3"/>
<flags REM_CXXFLAGS="-Wno-psabi"/>
<flags REM_CXXFLAGS="-ffast-math"/>
<flags REM_CXXFLAGS="-flto"/>
<flags REM_CXXFLAGS="-fno-lto"/>
<flags REM_LDFLAGS="-Wl,--icf=all"/>
<flags CXXFLAGS="-Wno-unknown-pragmas"/>
<flags CXXFLAGS="-axSSE3"/>
Expand Down Expand Up @@ -96,6 +99,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/icc-f77compiler.xml
<environment name="FC" default="$ICC_FCOMPILER_BASE/%{f77bin_dir}/ifort" handler="warn"/>
<environment name="LIBDIR" default="$ICC_FCOMPILER_BASE/%{f77lib_dir}" handler="warn"/>
</client>
<flags REM_FFLAGS="-fno-second-underscore"/>
<architecture name="_mic_">
<flags FFLAGS="-mmic"/>
</architecture>
Expand Down