Skip to content

Commit

Permalink
Use intel-hpckit for oneAPI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nR3D committed Jan 18, 2024
1 parent c9dc23e commit 7a34904
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-sycl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,11 @@ jobs:
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" \
| sudo tee /etc/apt/sources.list.d/oneAPI.list
sudo apt -y update
sudo apt -y install intel-basekit
# or intel-hpckit for Intel HPC Toolkit
sudo apt -y install intel-hpckit
source /opt/intel/oneapi/setvars.sh
- name: Generate buildsystem using float (No test)
run: |
ls /opt/intel/oneapi/compiler/latest/linux/bin
source /opt/intel/oneapi/setvars.sh
cmake -G Ninja \
-D CMAKE_BUILD_TYPE=Release \
-D SPHINXSYS_USE_FLOAT=ON \
Expand Down

0 comments on commit 7a34904

Please sign in to comment.