Skip to content

Commit

Permalink
Disable Fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Nov 15, 2023
1 parent fa5f171 commit 4a0e60c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,9 @@ jobs:
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DAMReX_EB=ON \
-DAMReX_ENABLE_TESTS=ON \
-DAMReX_FORTRAN=ON \
-DAMReX_FORTRAN=OFF \
-DCMAKE_C_COMPILER=$(which icc) \
-DCMAKE_CXX_COMPILER=$(which icpc) \
-DCMAKE_Fortran_COMPILER=$(which ifort) \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
cmake --build build --parallel 2
cmake --build build --target install
Expand Down

0 comments on commit 4a0e60c

Please sign in to comment.