Skip to content
Snippets Groups Projects
Verified Commit b6ad858e authored by Adam Caprez's avatar Adam Caprez
Browse files

Generate WRF build log.

parent d3213bf6
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ This installation of NetCDF is 64-bit
It will build in 64-bit
[demo01@c0604.crane WRFV3]$ ./compile em_real
[demo01@c0604.crane WRFV3]$ ./compile em_real | tee build.log 2>&1
None of WRF_EM_CORE, WRF_NMM_CORE,
specified in shell environment....
copying Registry/Registry.EM to Registry/Registry
......@@ -539,7 +539,7 @@ NetCDF built with PnetCDF: no
This build of WRF will use NETCDF4 with HDF5 compression
*****************************************************************************
[demo01@c0604.crane WRF]$ ./compile -j 1 em_real
[demo01@c0604.crane WRF]$ ./compile -j 1 em_real | tee build.log 2>&1
Neither WRF_EM_CORE nor WRF_PLUS_CORE
are explicitly specified in shell environment....
copying Registry/Registry.EM to Registry/Registry
......@@ -669,7 +669,7 @@ This installation NetCDF is 64-bit
C compiler is 64-bit
Fortran compiler is 64-bit
[demo01@login.crane WPS]$ ./compile
[demo01@login.crane WPS]$ ./compile | tee build.log 2>&1
==============================================================================================
Version 4.4
......@@ -797,7 +797,7 @@ This installation NetCDF is 64-bit
C compiler is 64-bit
Fortran compiler is 64-bit
[demo01@login.crane WPS]$ ./compile
[demo01@login.crane WPS]$ ./compile | tee build.log 2>&1
==============================================================================================
Version 4.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment