Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Problems while compiling prep-chem-src

qianchenjie

New member
The following is the path to some of the pre-installed modules of my virtual machine, you can see the path to the hdf5 and netcdf libraries required by prep-chem-src

1722582555080.png
I loaded these libraries using the module load command and changed the paths in PREP-CHEM-SRC/bin/build/include.mk.intel.wrf
1722583064627.png
Also, I've changed gcc etc. in this file to commands adapted to intel compilers like icc etc.
1722582777479.png
However, when entering the make OPT=intel.wrf CHEM=RADM_WRF_FIM AER=SIMPLE command, the following error occurs
1722582840690.png
Still can't get it to work after repeated calibrations, hopefully someone can answer this question for me
 

Attachments

  • 1722582716547.png
    1722582716547.png
    23.7 KB · Views: 0
  • 1722583036965.png
    1722583036965.png
    67.8 KB · Views: 0
If you figure out how to get prep chem to work with intel i'd be interested to know. @qianchenjie

I have never been able to get it to work, i've always had to use GNU.

It might be worth asking the tools creator :

 
If you figure out how to get prep chem to work with intel i'd be interested to know. @qianchenjie

I have never been able to get it to work, i've always had to use GNU.

It might be worth asking the tools creator :

Thanks for the advice. I reinstalled the environment variables again and uninstalled and reinstalled prep-chem-src and it seemed to work!
 
for example what all did you change in the make file
intel18.0.0.I only modified the NetCDF and HDF5 paths in the include.mk.intel.wrf file to ensure that the specified paths contain the include directory. I also changed the gcc variables below to icc, just as shown in the screenshot above. That's all.
 
Top