Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
makepath-alex committed Dec 19, 2024
1 parent adde3e5 commit 78252f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/rte-rrtmgp/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ set FAILURE_THRESHOLD=7.e-4

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

set "HOST=x86_64-w64-mingw32"
set "FC=%HOST%-gfortran.exe"

:: CMake configuration
mkdir build
cd build
Expand All @@ -30,7 +33,7 @@ cmake %CMAKE_ARGS% ^
-G Ninja ..

:: Compile
cmake --build . -- /maxcpucount:%NUMBER_OF_PROCESSORS%
cmake --build . -- -j%NUMBER_OF_PROCESSORS%

:: Run tests
ctest --output-on-failure --test-dir . -V
Expand Down

0 comments on commit 78252f0

Please sign in to comment.