Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

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 $<

 
Top