Skip to content

Commit

Permalink
Merge pull request #72 from OpenSEMBA/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lmdiazangulo authored Nov 8, 2024
2 parents 90a395c + 173914c commit 40156a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/automatic-release-windows-intelLLVM.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
name: automatic-release-windows-intelLLVM

env:
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/62641e01-1e8d-4ace-91d6-ae03f7f8a71f/w_BaseKit_p_2024.0.0.49563_offline.exe
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/5b36181e-4974-4733-91c7-0c10c54900a5/w_HPCKit_p_2024.0.0.49588_offline.exe
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common

on:
push:
branches:
Expand All @@ -33,7 +26,7 @@ jobs:
id: setup-fortran
with:
compiler: intel
version: '2024.1'
version: '2024.0'

- name: Setup ninja
uses: seanmiddleditch/gha-setup-ninja@master
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ubuntu-intelLLVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ jobs:
with:
submodules: 'recursive'

- name: cache install oneAPI
id: cache-install
uses: actions/cache@v3
with:
path: |
/opt/intel/oneapi
key: install-apt

- name: Setup MPI
uses: mpi4py/setup-mpi@v1
with:
Expand Down

0 comments on commit 40156a2

Please sign in to comment.