E3SM-Project / scorpio

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

Remove openfile retry calls from examples #565

Closed jayeshkrishna closed 4 months ago

jayeshkrishna commented 4 months ago

Replacing the PIOc_openfile_retry() calls in C examples with PIOc_openfile() call

Without this change compilers that do not allow implicit function declarations fail (or warn) when building C examples.