Skip to content

Commit 94ebe9c

Browse files
committed
Revert "Add -fopenmp for amdclang in CI"
This reverts commit 63839fc.
1 parent d1d68f0 commit 94ebe9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
compiler_cc: amdclang
8383
compiler_cxx: amdclang++
8484
compiler_fc: amdflang-new
85-
cmake_options: -DCMAKE_Fortran_FLAGS_INIT='-fPIC -fopenmp' -DCMAKE_CXX_FLAGS_INIT='-fPIC -fopenmp' -DCMAKE_C_FLAGS_INIT='-fPIC -fopenmp' -DENABLE_MPI=OFF
85+
cmake_options: -DCMAKE_Fortran_FLAGS_INIT=-fPIC -DCMAKE_CXX_FLAGS_INIT=-fPIC -DCMAKE_C_FLAGS_INIT=-fPIC -DENABLE_MPI=OFF
8686

8787
- name: macos
8888
# Xcode compiler requires empty environment variables, so we pass null (~) here

0 commit comments

Comments
 (0)