Skip to content

Commit

Permalink
Update ocean_merge unit test CMakeLists.txt file to
Browse files Browse the repository at this point in the history
recognize IntelLLVM.

Fixes #944.
  • Loading branch information
George Gayno committed Nov 18, 2024
1 parent 84c3dad commit aff1a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/mpiexec.hercules
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# $2+ - Executable and its arguments
#

ACCOUNT=
ACCOUNT=fv3-cpu
QOS=debug

NP=$1
Expand Down
2 changes: 1 addition & 1 deletion tests/ocean_merge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# George Gayno

if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$")
if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel|IntelLLVM)$")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -r8 -assume byterecl")
elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(GNU)$")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -ffree-line-length-0 -fdefault-real-8")
Expand Down

0 comments on commit aff1a41

Please sign in to comment.