I used Derecho to compile the MPAS-A with ifort(2024.2.1). Now I can successfully compile init_atmosphere. As I run init_atmosphere for the example case through qsub. I got the error info says that "/var/run/palsd/03ed97db-45e1-4a58-aabd-75803a465d56/files/init_atmosphere_model: /lib64/libgcc_s.so.1: version `GCC_12.0.0' not found (required by /opt/cray/pe/mpich/8.1.29/ofi/intel/2022.1/lib/libmpi_intel.so.12". I checked the version by using "strings /lib64/libgcc_s.so.1 | grep GCC_" o Derecho, where the results are:
GCC_3.0
GCC_3.3
GCC_3.3.1
GCC_3.4
GCC_3.4.2
GCC_3.4.4
GCC_4.0.0
GCC_4.2.0
GCC_4.3.0
GCC_4.7.0
GCC_4.8.0
GCC_7.0.0
Obviously, no 12 version. So can you give some suggestions?
Duanjun
GCC_3.0
GCC_3.3
GCC_3.3.1
GCC_3.4
GCC_3.4.2
GCC_3.4.4
GCC_4.0.0
GCC_4.2.0
GCC_4.3.0
GCC_4.7.0
GCC_4.8.0
GCC_7.0.0
Obviously, no 12 version. So can you give some suggestions?
Duanjun