Skip to content

Commit

Permalink
Merge pull request #14114 from jhoole/set-intel-compiler-version
Browse files Browse the repository at this point in the history
Set intel compiler version for XC x86_64 build to 16.0.3.210.

Trivial, not reviewed.
  • Loading branch information
jhoole authored Sep 17, 2019
2 parents e6f0b2b + 401b463 commit d297c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/build_configs/cray-internal/setenv-xc-x86_64.bash
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ else

# Please keep the gen versions in compiler_versions.bash the same as these!
gen_version_gcc=7.3.0
gen_version_intel=default
gen_version_intel=16.0.3.210
gen_version_cce=8.7.8
if [ "$CHPL_LOCALE_MODEL" == knl ]; then
gen_version_cce=8.7.8
Expand Down

0 comments on commit d297c93

Please sign in to comment.