E3SM-Project / scorpio

A high-level Parallel I/O Library for structured grid applications
19 stars 16 forks source link

Fix missing flush function with XL #500

Closed jayeshkrishna closed 1 year ago

jayeshkrishna commented 1 year ago

Fix SCORPIO standalone build issues with the XL compiler on Summit.

Declare flush as an external/global entity for the XL compiler. This allows us to use flush (instead of flush_) in the code.

Fixes #497