Skip to content

Commit

Permalink
upgrade hrckit for icc
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 committed Aug 2, 2021
1 parent 57ffce2 commit 931fa47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_artifacts_icc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
LATEST_VERSION=$(ls -1 /opt/intel/oneapi/compiler/ | grep -v latest | sort | tail -1)
source /opt/intel/oneapi/compiler/"$LATEST_VERSION"/env/vars.sh
echo /opt/intel/oneapi/compiler/"$LATEST_VERSION"/linux/bin/intel64 >> $GITHUB_PATH
hrckit_url: https://registrationcenter-download.intel.com/akdlm/irc_nas/17764/l_HPCKit_p_2021.2.0.2997_offline.sh
hrckit_url: https://registrationcenter-download.intel.com/akdlm/irc_nas/17912/l_HPCKit_p_2021.3.0.3230_offline.sh
intel_cpp_components: intel.oneapi.lin.dpcpp-cpp-compiler-pro
intel_cpp_components_cache_path: /opt/intel/oneapi/compiler
prepare_command_for_cache_restore_of_cpp_components: ''
Expand All @@ -45,7 +45,7 @@ jobs:
LATEST_VERSION=$(ls -1 /opt/intel/oneapi/compiler/ | grep -v latest | sort | tail -1)
echo /opt/intel/oneapi/compiler/$LATEST_VERSION/mac/bin/intel64 >> $GITHUB_PATH
intel_cpp_components: intel.oneapi.mac.cpp-compiler
hrckit_url: https://registrationcenter-download.intel.com/akdlm/irc_nas/17643/m_HPCKit_p_2021.2.0.2903_offline.dmg
hrckit_url: https://registrationcenter-download.intel.com/akdlm/irc_nas/17890/m_HPCKit_p_2021.3.0.3226_offline.dmg
intel_cpp_components_cache_path: /opt/intel/oneapi
prepare_command_for_cache_restore_of_cpp_components: sudo mkdir -p /opt/intel && sudo chown $USER /opt/intel
# - os: windows-latest
Expand Down

0 comments on commit 931fa47

Please sign in to comment.