AuthorCommitMessageCommit dateIssues
Kevin PaulKevin Paul
e2240002e90Moving (apparently) unused source out of the way
Kevin PaulKevin Paul
63c823e3416BUGFIX: Removed PUBLIC keyword from target_link_libraries
Kevin PaulKevin Paul
168ec68093eBUGFIX: PUBLIC keyword doesn't belong in target_link_libraries
Kevin PaulKevin Paul
29627cd7a9cNetCDF and PnetCDF dependencies use environment variables
Kevin PaulKevin Paul
f22942e49acAdding comments
Kevin PaulKevin Paul
0bd858d53d6Adding gitiginores
Kevin PaulKevin Paul
1de1fdad15eNew CMake build structure.
Kevin PaulKevin Paul
f8ff531c391Restructuring the CMake build, using more subdirectories.
Kevin PaulKevin Paul
9afbddadcc4Some debugging output
Kevin PaulKevin Paul
21c91e60351Changing library links from names to absolute paths
Kevin PaulKevin Paul
169010c6fb9Adding current source dir to include path
Kevin PaulKevin Paul
6df09af81ceBugfix: Need PRIVATE/PUBLIC/INTERFACE descriptor
Kevin PaulKevin Paul
0bdf02f1573Attempting CMake 3 target-specific definitions
Kevin PaulKevin Paul
775c1ea5c27Cleaning out old CMakeLists and starting very simple
Kevin PaulKevin Paul
141f6da2083MMerge pull request #3 from PARALLELIO/masterMerging origin/master into fork/master
Jim EdwardsJim Edwards
a337c924b3cadd idealized block and roundrobin decomps
Jim EdwardsJim Edwards
69222aaaa66fixed issue with missing data in doml_mask at 900 tasks by reversing iobuf and missing data writes
Jim EdwardsJim Edwards
11cfd54845cadd some documentation and improve timers.
Kevin PaulKevin Paul
76b6651a2b7MMerge pull request #1 from PARALLELIO/masterPulling changes from the original master.
Jim EdwardsJim Edwards
e21308e76a7another rework of the request handling mechanism
Jim EdwardsJim Edwards
121cef1dd6badress an issue with writing partial not decomposed fields and saving requests
Jim EdwardsJim Edwards
abb2d76d944MMerge branch 'master' of github.com:PARALLELIO/ParallelIOupdate to latest
Jim EdwardsJim Edwards
42a86f00bdefix issue in flush_output_buffer
Jim EdwardsJim Edwards
2fa9e88f8a2MMerge branch 'master' of github.com:PARALLELIO/ParallelIOmerge in changes from cetus development
Jim EdwardsJim Edwards
e1e5b3c366bremove CXX check as not needed
Jim EdwardsJim Edwards
2ad54b76bc7MMerge branch 'master' of github.com:PARALLELIO/ParallelIOpull in changes from alcf development
Jim EdwardsJim Edwards
f9773afdef6mv list alloc from malloc to bget
Jim EdwardsJim Edwards
916918cae79rework of memory management for iput
Jim EdwardsJim Edwards
9389cba2787fix rate estimate in pioperformance.F90 improve hole algorythm
Jim EdwardsJim Edwards
f7b491e7126fix logic in mpio_onesided clause
Jim EdwardsJim Edwards
dab77bb3e2coptions for wait_all call
Jim EdwardsJim Edwards
5c6ceb269d3use PIO_REQ_NULL to maintain sync between io tasks
Jim EdwardsJim Edwards
e592aae076cMMerge branch 'cetusdebug3'bring in mpio_onesided optimzation
Jim EdwardsJim Edwards
c68843a4303remove debug statements, force flush on record change
Jim EdwardsJim Edwards
0561c919e52add back MPIO_ONESIDED code, bug was found in pnetcdf
Jim EdwardsJim Edwards
c1cdccf89f7no map of 0 length required
Jim EdwardsJim Edwards
6a217f3efc6still debuggin
Jim EdwardsJim Edwards
7dd46263c4fimproved handling of _FillValue
Jim EdwardsJim Edwards
d20bfe2d626acknowledge Worley contribution2
Jim EdwardsJim Edwards
2c1fc720397acknowledge Worley contribution
Jim EdwardsJim Edwards
143b54547f1add a check for fill values
Jim EdwardsJim Edwards
083eaa9200bMMerge branch 'master' of github.com:PARALLELIO/ParallelIO into jedwards/perftunetrying to get this on master and probably doing it wrong.
Jim EdwardsJim Edwards
fd8d3d01347more extensive testing
Jim EdwardsJim Edwards
df1a52b7b43add PIO_CNBUFFER_LIMIT to supported environment variables, value should be a positive integer optional followed by M or K which multiple by 1000000 or 1000 respectivly
Jim EdwardsJim Edwards
56742a7b4d0add environment variable to control swapm settings, PIO_SWAPM expects a : seperated list of three values nreqs:handshake:isend where nreqs is an integer and handshake and isend are boolean values
Jim EdwardsJim Edwards
9866ce246ccupdate timers to conform to newly established standard for cesmupdate author name
Jim EdwardsJim Edwards
98343187b20Mconflict resolved
Jim EdwardsJim Edwards
a758d3244f7Mconflict resolved
Jim EdwardsJim Edwards
53bb021f5bcremove debug print statement
Jim EdwardsJim Edwards
bda85e183f5remove crusty mpiserial code