E3SM-Project / scorpio

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

Fix writing of strings spanning multiple lines #537

Closed jayeshkrishna closed 10 months ago

jayeshkrishna commented 10 months ago

Ensure that strings written out with WRITE that span multiple lines in the source file are broken up into multiple arguments

Fixes #527

dqwu commented 10 months ago

Also tested this PR on Summit with the default IBM XL compiler, no build errors.