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 ...@@ -284,7 +284,7 @@ This installation of NetCDF is 64-bit
It will build in 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, None of WRF_EM_CORE, WRF_NMM_CORE,
specified in shell environment.... specified in shell environment....
copying Registry/Registry.EM to Registry/Registry copying Registry/Registry.EM to Registry/Registry
...@@ -539,7 +539,7 @@ NetCDF built with PnetCDF: no ...@@ -539,7 +539,7 @@ NetCDF built with PnetCDF: no
This build of WRF will use NETCDF4 with HDF5 compression 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 Neither WRF_EM_CORE nor WRF_PLUS_CORE
are explicitly specified in shell environment.... are explicitly specified in shell environment....
copying Registry/Registry.EM to Registry/Registry copying Registry/Registry.EM to Registry/Registry
...@@ -669,7 +669,7 @@ This installation NetCDF is 64-bit ...@@ -669,7 +669,7 @@ This installation NetCDF is 64-bit
C compiler is 64-bit C compiler is 64-bit
Fortran 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 Version 4.4
...@@ -797,7 +797,7 @@ This installation NetCDF is 64-bit ...@@ -797,7 +797,7 @@ This installation NetCDF is 64-bit
C compiler is 64-bit C compiler is 64-bit
Fortran 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 Version 4.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment