azamat@anl_gov
New Member
I am getting sig-abort run-time errors at models/csm_share/shr/shr_reprosum_mod.F90:994. A workaround is the following diff:
-SSOBJS = shr_reprosum_mod.o mo_sethet.o mo_drydep.o time_management.o+SSOBJS = mo_sethet.o mo_drydep.o time_management.o $(SSOBJS): %.o: %.F90 $(FC) -c $(INCLDIR) $(INCS) $(FFLAGS) $(FREEFLAGS) -qsmallstack $
-SSOBJS = shr_reprosum_mod.o mo_sethet.o mo_drydep.o time_management.o+SSOBJS = mo_sethet.o mo_drydep.o time_management.o $(SSOBJS): %.o: %.F90 $(FC) -c $(INCLDIR) $(INCS) $(FFLAGS) $(FREEFLAGS) -qsmallstack $