Build Error for Met 12.2.0 #3338
Software VersionMet 12.2.0 TextHi all-- I'm in the process of installing MET 12.2.0 on our Linux system (Redhat 8.10), and have into an error I can't seem to understand and/or get around. I am running the compile_MET_all.sh script and utilizing the provided tar_files.tgz for required dependencies. A "brief" summary of the error from the met.make.log is as follows, and I will attempt to attach the full makefile for reference. As background, I have environmental variables set is the .bashrc file as follows (not sure if helps, but I figure it can't hurt). The machine is new, and may be missing some key system software that I'm not aware of--but otherwise, I'm not quite sure where to look next regarding what is causing the error and how I can fix it. Any help and wisdom you can provide will be greatly appreciated! -Tom Environmental Variables:export TEST_BASE="/fewxops/software/met/12.2.0" Error:/usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/basic/vx_cal -I../../../src/basic/vx_config -I../../../src/basic/vx_log -I../../../src/basic/vx_math -I../../../src/basic/vx_util -I../../../src/basic/vx_util_math -I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d -I../../../src/libcode/vx_data2d_factory -I../../../src/libcode/vx_data2d_grib -I../../../src/libcode/vx_data2d_grib2 -I../../../src/libcode/vx_data2d_nc_met -I../../../src/libcode/vx_data2d_nc_wrf -I../../../src/libcode/vx_data2d_nc_cf -I../../../src/libcode/vx_data2d_python -I../../../src/libcode/vx_data2d_ugrid -I../../../src/libcode/vx_python3_utils -I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis -I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid -I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_ioda -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_obs -I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util -I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_pointdata_python -I../../../src/libcode/vx_ps -I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render -I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata -I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics -I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_bool_calc -I../../../src/libcode/vx_summary -I../../../src/libcode/vx_time_series -I../../../src/libcode/vx_series_data -I../../../src/libcode/vx_seeps -I../../../src/libcode/vx_tc_util -I/fewxops/software/met/12.2.0/external_libs/include -fopenmp -I/fewxops/software/met/12.2.0/external_libs/include -I/fewxops/software/met/12.2.0/external_libs/include -I/fewxops/software/met/12.2.0/external_libs/include -I/fewxops/software/met/12.2.0/external_libs/include -DMET_PYTHON_BIN_EXE=""/usr/bin/python3"" -I../../basic/vx_log -I../../basic/vx_util -I/usr/include/python3.6m -I/fewxops/software/met/12.2.0/external_libs/include -DBLOCK4 -DWITH_GRIB2 -DWITH_PYTHON -DMET_BASE=""/fewxops/software/met/12.2.0/share/met"" -std=c++17 -MT libvx_util_a-data_plane.o -MD -MP -MF .deps/libvx_util_a-data_plane.Tpo -c -o libvx_util_a-data_plane.o |
Replies: 2 comments 2 replies
|
Hi Tom (@wxworkoff). Thank you for all of this information and for attaching your met.make.log file. Our team will take a look and follow up with you soon. |
|
@wxworkoff, we suspect this may be related to OpenMP code and gcc version 8.5.0. Can you please tell us if you have convenient access to a newer version of gcc that you could use to test? |
@wxworkoff, we suspect this may be related to OpenMP code and gcc version 8.5.0. Can you please tell us if you have convenient access to a newer version of gcc that you could use to test?