Changes between Version 1 and Version 2 of Ticket #884
- Timestamp:
- 05/10/21 03:27:13 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #884 – Description
v1 v2 8 8 * [https://www.myroms.org/wiki/External_Libraries www.myroms.orf/wiki/External_libraries] 9 9 10 We expect our advanced users with access to supercomputers with '''Parallel File System s''' to help us benchmark and improve the new Parallel I/O capabilities in ROMS.10 We expect our advanced users with access to supercomputers with '''Parallel File System''' to help us benchmark and improve the new Parallel I/O capabilities in ROMS. 11 11 12 12 ---- … … 211 211 }}} 212 212 213 * All readers ('''nf_fread*.F''') and writers ('''nf_fwrite*.F''') were enhanced to include the PIOreading and writing subroutines.213 * All readers ('''nf_fread*.F''') and writers ('''nf_fwrite*.F''') were enhanced to include the '''PIO''' reading and writing subroutines. 214 214 215 215 ---- 216 216 217 Many thanks to Guangliang Liu and M.S. Yuhu Chen from the Shandong Computer Science Center (Jinan, China), who brought to my attention the SCORPIO library and provided their implementation in ROMS output files. After researching and checking the literature, I decided to start from scratch and implement the basic PIO API differently and generically. The PIOlibrary was implemented to the entire ROMS I/O for both reading and writing.217 Many thanks to Guangliang Liu and M.S. Yuhu Chen from the Shandong Computer Science Center (Jinan, China), who brought to my attention the '''SCORPIO''' library and provided their implementation in ROMS output files. After researching and checking the literature, I decided to start from scratch and implement the basic '''PIO''' API differently and generically. The '''PIO''' library was implemented to the entire ROMS I/O for both reading and writing.