Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
makepath-alex committed Dec 19, 2024
1 parent d15c492 commit 519adff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/rte-rrtmgp/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ set ENABLE_TESTS=ON
set RTE_KERNELS=default
set FAILURE_THRESHOLD=7.e-4

FCFLAGS="-ffree-line-length-none -m64 -std=f2008 -march=native -fbounds-check -fmodule-private -fimplicit-none -finit-real=nan -fbacktrace"
set FCFLAGS="-ffree-line-length-none -m64 -std=f2008 -march=native -fbounds-check -fmodule-private -fimplicit-none -finit-real=nan -fbacktrace"

:: CMake configuration
mkdir build
cd build

"%FC%" --version

:: Note: %CMAKE_ARGS% is automatically provided by conda-forge.
cmake %CMAKE_ARGS% ^
-DCMAKE_BUILD_TYPE=%BUILD_TYPE% ^
Expand Down

0 comments on commit 519adff

Please sign in to comment.