Known problems on Mira (BluegeneQ systems)

jedwards

CSEG and Liaisons
Staff member
[*]The CPPDEFS incorrectly include -DnoI8  this flag should be removed from the BGQ section of config_compilers.xml or the Macros file in the case directory.[*]sig-abort run-time errors sometimes occur we have found that adding the following to Depends.mira solves this issue:[/list]SSOBJS = shr_reprosum_mod.o mo_sethet.o mo_drydep.o

$(SSOBJS): %.o: %.F90
    $(FC) -c $(INCLDIR) $(INCS) $(FFLAGS) $(FREEFLAGS)  -qsmallstack $<

 
Back
Top