Skip to content

Commit

Permalink
intel libamrex
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Sep 21, 2024
1 parent 113d2d9 commit 2ce269e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
./main.llvm.ex
Tutorials:
name: Clang libamrexpr
name: Clang libamrexpr & GNU Make
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
./main.gnu.ex
Tutorials:
name: Clang libamrexpr
name: GCC libamrexpr & GNU Make
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
./main.intel.ex
Tutorials:
name: Clang libamrexpr
name: Intel libamrexpr & GNU Make
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Tools/libamrexpr/mkconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def doit(defines, undefines, comp, allow_diff_comp):
comp_macro = "__GNUC__"
comp_id = "GNU"
elif comp == "intel":
comp_macro = "__INTEL_COMPILER"
comp_macro = "__INTEL_LLVM_COMPILER"
comp_id = "Intel"
elif comp == "llvm":
comp_macro = "__llvm__"
Expand Down

0 comments on commit 2ce269e

Please sign in to comment.