WRF icon indicating copy to clipboard operation
WRF copied to clipboard

WRFCHEM Fails to build on Intel LLVM Compilers

Open HathewayWill opened this issue 1 year ago • 1 comments

Per my discussion with @islas this is a new bug to report

Describe the bug During the WRF CHEM installation with KPP the installation has a massive memory leak that caused my system to crash. The last few lines in the log file are either where it was leaking or another error.

To Reproduce Steps to reproduce the behavior: 1.

  • HDF5_Version=1_14_3
  • Zlib_Version=1.2.13
  • Netcdf_C_Version=4.9.0
  • Netcdf_Fortran_Version=4.6.1
  • Mpich_Version=4.1.2
  • Libpng_Version=1.6.39
  • Jasper_Version=1.900.1
  • Pnetcdf_Version=1.12.3
  • WRF_VERSION=4.5.2
  • WPS_VERSION=4.5
export CC=icx
  export CXX=icpx
  export FC=ifx
  export F77=ifx
  export F90=ifx
  export MPIFC='mpiifx'
  export MPIF77='mpiifx'
  export MPIF90='mpiifx'
  export MPICC='mpiicx'
  export MPICXX='mpiicpx'

Expected behavior WRFCHEM should build like intel classic compilers (ifort/icc) without memeory leak

Screenshots

unable to get screenshot, but maxed out 64GB of physical ram and 32GB of SWAP RAM

Attachments

Failure_WRFCHEM.zip

HathewayWill avatar Jan 10 '24 21:01 HathewayWill

@islas @weiwangncar

Tested this again with the latest development 4.6. Issue still persists

similar issues to the ones raised in these

https://github.com/wrf-model/WRF/issues/1992 https://github.com/wrf-model/WRF/issues/1957

HathewayWill avatar Apr 12 '24 17:04 HathewayWill