NCAR / icar

The Intermediate Complexity Atmospheric Research model (ICAR)
MIT License
72 stars 53 forks source link

Enhancement: Cray build #92

Closed scrasmussen closed 3 years ago

scrasmussen commented 3 years ago

TYPE: Enhancement

KEYWORDS: Cray, Build, Build System

SOURCE: Soren Rasmussen, NCAR

DESCRIPTION OF CHANGES: There were changes needed to build some of the tests on a Cray machine. Edited the makefile so that it will build successfully. For a number of tests, the objects files are included with $(OBJS) instead of individually listing them. To do this driver.o had to be removed from OBJS.

TESTS CONDUCTED:

NOTE: A test run was not done on the Cray machine due to lack of input data. Python scripts that generate input data to test ICAR are currently being developed.