LLNL / WRF-IBM

The Weather Research and Forecasting model with the immersed boundary method
12 stars 2 forks source link

Failed to build on an HPC #1

Open sunfanglin opened 2 years ago

sunfanglin commented 2 years ago

Firstly I want to say, the WRF-IBM is what I'm looking for. I compiled it on an HPC with intel compiler, on which I have built the original WRF 3.8.1 successfully, which is based on, I assume. But for the WRF-IBM, the first error came after configuration, there is a line in the configure.wrf, LIB = -L/usr/local/tools/acml-ifort-4.4.0/lib -lacml \ $(LIB_BUNDLED) $(LIB_EXTERNAL) $(LIB_LOCAL) $(LIB_WRF_HYDRO) It was said for AMD, the compile failed since there are no such libs. So I replaced this line with only LIB = $(LIB_BUNDLED) $(LIB_EXTERNAL) $(LIB_LOCAL) $(LIB_WRF_HYDRO)

However, the building still failed every time. Here I attached the configure file, stderr, and build log. buildlog.txt configure.wrf.txt stderr.txt

wiersema1 commented 2 years ago

Hello, thank you for your interest in using our code. WRF-IBM requires the AMD Core Math Library (ACML). Please update configure.wrf with the path to the library on your cluster.