Exascale FastForward
  1. Exascale FastForward

ParallelIO

Public

Network

 
AuthorCommitMessageCommit Date
Ed HartnettEd Hartnett
41f4570b96dadding beginning of example1.c
Ed HartnettEd Hartnett
5325fc562fbadding to documentation
Ed HartnettEd Hartnett
4e82091a10fadding documentation
Jim EdwardsJim Edwards
15ed6852483updates from cesm testing
jedwards4bjedwards4b
2f1a6f8a1d0MMerge pull request #37 from NCAR/ejh_doc2 Ejh doc2
Ed HartnettEd Hartnett
df59de4617ffixed version number
Ed HartnettEd Hartnett
80aa58e5ae0documentation fixes
Ed HartnettEd Hartnett
93b26cbff02improving documentation, C example now checks for correct number of processors
jedwards4bjedwards4b
901632de6b0MMerge pull request #36 from jedwards4b/put_requests_fix fix an issue with put requests
Jim EdwardsJim Edwards
85eee34cee5fix an issue with put requests
Kate Thayer-CalderKate Thayer-Calder
bb0094ca673MMerge pull request #35 from Katetc/master Merge pull request #10 from NCAR/master
Kate Thayer-CalderKate Thayer-Calder
4e0e98cac9fMMerge pull request #10 from NCAR/master Merging my branch up
katetckatetc
7de57b09331Removed duplicate definition of loop counter (i) that gave the nag compiler fits.
jedwards4bjedwards4b
68104041d9eMMerge pull request #34 from NCAR/ejh_doc Updating documentation in examples
Ed HartnettEd Hartnett
809f3bfdfd5updated documentation
Ed HartnettEd Hartnett
5c4bc275c83removed unneeded includes
Ed HartnettEd Hartnett
f946bdb626eadded verbose option, also now check data after read
Ed HartnettEd Hartnett
3df8a6e4937fixed bug in compdof array, added more documentation
Ed HartnettEd Hartnett
08e1a279016further work on documentation
Ed HartnettEd Hartnett
fa69758caccadded documentation to C example code
jedwards4bjedwards4b
41d848672c8MMerge pull request #33 from NCAR/ejh_examples Ejh examples
Ed HartnettEd Hartnett
3c24efe4e32added examples to documented build targets
Ed HartnettEd Hartnett
417a2ae72b3fixed bug
Ed HartnettEd Hartnett
9335536ab54turned on example build, initialized GPTL in C example
Ed HartnettEd Hartnett
4d72cad67c4updated build instructions a bit
Jim EdwardsJim Edwards
918706d8873clean up and add a little documentation
Jim EdwardsJim Edwards
f397173b1e5add gptl init to tests, fix issues with last commit
jedwards4bjedwards4b
c34292a6b35MMerge pull request #32 from jedwards4b/request_redo rework request list as allocatable to reduce mem usage
Jim EdwardsJim Edwards
16cfbea1533rework request list as allocatable to reduce mem usage
jedwards4bjedwards4b
1ece5b2024bMMerge pull request #31 from jedwards4b/master increase PIO_MAX_REQUESTS and add a test to make sure it isnt exceeded
Jim EdwardsJim Edwards
092216a3e64increase PIO_MAX_REQUESTS and add a test to make sure it isnt exceeded
Kate Thayer-CalderKate Thayer-Calder
f3d0f74dd52MMerge pull request #30 from NCAR/ejh_adding_build_docs added build instructions for Linux, from source code
Ed HartnettEd Hartnett
3af2ef42b83updated modified date
Ed HartnettEd Hartnett
088f0fc2ba0added build instructions for Linux, from source code
Jim EdwardsJim Edwards
e9e999b46abupdate pnetcdf library and compiler versions on yellowstone
jedwards4bjedwards4b
680701f2b30MMerge pull request #28 from jedwards4b/cmakegptl_fix change HINTS to PATHS in find_path
Jim EdwardsJim Edwards
0334df19530change HINTS to PATHS in find_path
Kate Thayer-CalderKate Thayer-Calder
b9a2357d4b3MMerge pull request #27 from jedwards4b/cmakegptl_fix need to mv check for gptl library
Jim EdwardsJim Edwards
7936fa7f351need to mv check for gptl library
Jim EdwardsJim Edwards
68d0e8e7215add a little documentation
Kate Thayer-CalderKate Thayer-Calder
6f363e460b7MMerge pull request #26 from Katetc/master Added ifdefs around the MPIAlltoall call in the case of OPENMPI which…
katetckatetc
3dd101a5b39Added ifdefs around the MPIAlltoall call in the case of OPENMPI which doesn't seem to like one of the MPI types used. This allows all of the nightly tests on Hobart to complete.
jedwards4bjedwards4b
15a2f4e8564MMerge pull request #25 from Katetc/master Fixes to get the nightly tests to run through on Caldera with serial MPI
KatetcKatetc
9691ee2d132Changed runcdash back to correct URL for nightly tests.
KatetcKatetc
77ab8bc2e15Fixes to get the nightly tests to run through on Caldera with serial MPI. Better handling of bad task configurations at init time, plus added logic to the test that prevents asking for bad configurations when running serially.
KatetcKatetc
d683d3487f9Changing checkout url so I can test problems with nightlies on Caldera
katetckatetc
7471a1f05c4Updated comments to support doxygen.
Kate Thayer-CalderKate Thayer-Calder
077ef28637bMMerge pull request #9 from NCAR/master Merging my branch up
katetckatetc
48ade0737f2Updated URL in README.md to point to correct location under the new NCAR domain.
Kate Thayer-CalderKate Thayer-Calder
a744be97927MMerge pull request #24 from NCAR/katesdocbranch Updates to doxygen comments to fix the API/User Interface documentati…