E3SM-Project / scorpio

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

Fix PIO_USE_INDEP_MODE cmake option #581

Closed jayeshkrishna closed 5 months ago

jayeshkrishna commented 5 months ago

Fix how PIO_USE_INDEP_MODE config option is interpreted. The default on all the machines remain the same (as before).

The user-specified (via cmake configure option) choice is now used on all machines except Chrysalis and ANL compute nodes (where as before we use the collective data mode to read data to reduce file locking issues)

jayeshkrishna commented 5 months ago

Also see https://github.com/E3SM-Project/scorpio/pull/472 where this option was added