justinquinn Thanks for the reply. Yes, Frontera is a supercomputer. I tried to use Linux source installation and I followed https://issm.ess.uci.edu/trac/issm/wiki/frontera.
But during the "make" and "make install" processes, I got two errors.
The first is "./classes/Elements/Tria.cpp(7602): warning #823: reference is to variable "ae" (declared at line 7539) -- under old for-init scoping rules it would have been variable "ae" (declared at line 7592)
for (ae=0;ae<loads->nactivesubloads[l];ae++){"
from line 7602 and line 7750
"./classes/Elements/Tria.cpp(7750): warning #823: reference is to variable "ae" (declared at line 7625) -- under old for-init scoping rules it would have been variable "ae" (declared at line 7724)
grdfield[b+t]+=G[a+t]*projected_subloads[l][ae];".
The second error is "*** Warning: Linking the shared library libISSMCore.la against the
*** static library ../ISSM/trunk/externalpackages/m1qn3/install/libm1qn3.a is not portable!
*** Warning: Linking the shared library libISSMCore.la against the
*** static library ../ISSM/trunk/externalpackages/m1qn3/install/libddot.a is not portable!"