Exascale FastForward
  1. Exascale FastForward

ParallelIO

Public

Network

 
AuthorCommitMessageCommit Date
Kate Thayer-CalderKate Thayer-Calder
24a34ff1b8fMMerge pull request #68 from Katetc/master Added Oxygen documentation for PIO2 testing
katetckatetc
ce91865e417Added documentation for the Unit and Performance tests in PIO2. Fixed some of the markup on the Examples page.
Kate Thayer-CalderKate Thayer-Calder
bc0d033ed33MMerge pull request #6 from NCAR/master Updating my fork
katetckatetc
36c065ce62fChanged Pnetcdf required version to 1.6.1 in documentation.
jedwards4bjedwards4b
3faa0e9b9d6MMerge pull request #67 from NCAR/ejh_async_files changes to pioc.c, pio_lists.c to support async, also some temporary code
Ed HartnettEd Hartnett
458a3fae18fremoved extra index for async ncids
Ed HartnettEd Hartnett
c854f3498c4changes to pioc.c to support async, also some temporary copies of code files for async development
jedwards4bjedwards4b
0c4cbe69270MMerge pull request #66 from NCAR/ejh_pio_file_async changing in pio_file.c to support async
Ed HartnettEd Hartnett
aebdcddf86echange in response to review feedback
Ed HartnettEd Hartnett
a4cdd068af0changing in pio_file.c to support async
jedwards4bjedwards4b
32228f5f5a1MMerge pull request #65 from NCAR/ejh_example_valgrind changed example data size, added valgrind suppression file
Ed HartnettEd Hartnett
648b350cdb7changed example data size, added valgrind suppression file
jedwards4bjedwards4b
4b825baa1d6MMerge pull request #64 from NCAR/ejh_doc added documentation to iosystem_desc_t
Ed HartnettEd Hartnett
04db212a002added documentation to iosystem_desc_t
KatetcKatetc
17da3226928Added a catch for NC_EINVAL errors on file opening (in this case, try plain netcdf before giving up and throwing a total error). This addresses the runtime error in test ERP_Ln9.f19_f19.FW5.yellowstone_intel.cam-outfrq9s
jedwards4bjedwards4b
467cb3118ccMMerge pull request #62 from Katetc/master Changes to pioperformance.F90 to get it to build and run with PIO1.
KatetcKatetc
d5a24c00c76Changes to pioperformance.F90 to get it to build and run with PIO1. Also adding the hacky makefile I built for my yelowstone work dir to build pioperf against PIO1 as an example and backup.
KatetcKatetc
c3f5a1d161cchanges to pioperformance.F90 to support the PIO1 library.
Kate Thayer-CalderKate Thayer-Calder
820aeda04faMMerge pull request #5 from NCAR/master Updating my fork
Kate Thayer-CalderKate Thayer-Calder
22fdf300c7eMMerge pull request #4 from NCAR/master Merging my branch up
Scot BreitenfeldScot Breitenfeld
b84c3a37e6fremoved unused variable, h5ff_tr_num
Neil FortnerNeil Fortner
ea114788a0dUpdate PIO to handle new NetCDF/FF API without transaction nubmers. Probably need to remove unnecessary transaction numbers from PIO API (they are still needed for some APIs). Tested: boro
Neil FortnerNeil Fortner
072dbc3ba56Clean up transaction and communicator handling. Tested: boro
Scot BreitenfeldScot Breitenfeld
a9c8c44048fupdated
Scot BreitenfeldScot Breitenfeld
0166120ae6bupdated.
Scot BreitenfeldScot Breitenfeld
bdca901b0c4sample PIO input deck
Scot BreitenfeldScot Breitenfeld
d7398e2abc2build script for netcdf-fortran
Scot BreitenfeldScot Breitenfeld
1841a2dda9dAdded e_stack variable to PIO APIs.
Scot BreitenfeldScot Breitenfeld
b29e3e04538build script, and run command
Scot BreitenfeldScot Breitenfeld
2f6a5b59063works with one frame
Scot BreitenfeldScot Breitenfeld
414ceb154abcode clean-up
Scot BreitenfeldScot Breitenfeld
49cc773507ecleaned-up transactions
Scot BreitenfeldScot Breitenfeld
01bb953d845code cleanup
Scot BreitenfeldScot Breitenfeld
2d850cc464acleanup
Scot BreitenfeldScot Breitenfeld
82c7f0db982removed debugging
Scot BreitenfeldScot Breitenfeld
1f70cf43907fully working code
Scot BreitenfeldScot Breitenfeld
e65d147d2caworking enddef
Scot BreitenfeldScot Breitenfeld
6d6a2563190working version of PIO_openfile and PIO_closefile
Scot BreitenfeldScot Breitenfeld
fefef8126c9open and close
Scot BreitenfeldScot Breitenfeld
09a4baa7e00open and close partially working
jedwards4bjedwards4b
a7ce0fadb2cMMerge pull request #61 from NCAR/ejh_24 now duplicate MPI communicators in init_intracomm
Ed HartnettEd Hartnett
5712329f992free MPI group
Ed HartnettEd Hartnett
238583a1f37added comments
Ed HartnettEd Hartnett
81ccf399275now duplicate MPI communicators in init_intracomm
jedwards4bjedwards4b
6d2accc1e63MMerge pull request #60 from NCAR/ejh_23 shortened lines so that NAG compiler will not complain
Ed HartnettEd Hartnett
88a6eb68f85shortened lines so that NAG compiler will not complain
jedwards4bjedwards4b
ebd5c62cb7dMMerge pull request #59 from NCAR/ejh_21 Fortran implementation and tests of netCDF-4 performance functions
Ed HartnettEd Hartnett
70e680aeb00fixed handling of errors in set_chunk_cache functions
Ed HartnettEd Hartnett
9751a59c67afixed handling of errors in set_chunk_cache functions
Ed HartnettEd Hartnett
2fd4a49b2fcfixes based on Jim's comments to pull request