Exascale FastForward
  1. Exascale FastForward

ParallelIO

Public
AuthorCommitMessageCommit dateIssues
katetckatetc
f630c6e7bd3Updates to ncparser.pl to add a more specific link to the NetCDF documentation for the doxygen documentation of each of the wrapped functions in pio_nc.c
katetckatetc
c7acf2c1259Updated documentation for building with PGI on Blue Waters.
jedwards4bjedwards4b
6cfc67e6fc5MMerge pull request #16 from PARALLELIO/templatingTargetChanging the C-generated code command to include dependencies on templates
Kevin PaulKevin Paul
75fc329549aSimplifying (doesn't appear to work, yet)
Kevin PaulKevin Paul
2ee7196e1a8No SOURCES tag in add_custom_command
Kevin PaulKevin Paul
4f61f3fda3fChanging to add_custom_command to fix dependencies
Kevin PaulKevin Paul
64d807b8441Attempting to change 'execute_process' to 'add_custom_target'
katetckatetc
58c62113bbcRemoved -x from the script.
katetckatetc
7f13253fe24Added a runctest file for Hobart.Hopefully this helps the nightly tests run through... though needs testing.
katetckatetc
53f5ad73802MMerge branch 'master' of https://github.com/PARALLELIO/ParallelIO
katetckatetc
207d705f93aChanges to cmake and ctest to run tests on Blue Waters.Updates to machine walkthrough documentation for Blue Waters (updated netcdf modules required to run ctest).
Kate Thayer-CalderKate Thayer-Calder
20ebb2395d6Added a link to the cdash site for nightly tests
KatetcKatetc
7e59004c936Added build instructions for Intel compiler on Blue Waters.
katetckatetc
a8cc82900a0iframe is really, truely no longer ALLOWED by github.Will have to find a different way?
katetckatetc
69ac68d524fTrying again to add an iframe to embed the nightly test results on the GitHub page.
katetckatetc
855ff8fc161Trying to add an iframe to embed the nightly test results on the GitHub page.
katetckatetc
6a6331193f8Added a better handler for NAG compiler -mismatch_allThe NAG compiler needs the flag -mismatch_all in order to compile PIO. Previously, we used target_compile_options, but that does not seem to actually work. I changed it to use CMAKE_Fortran_FLAGS instead, and had to update every CMakeLists.txt file in a directory with fortran code. Test suite: Build on Hobart with Nag - worked Test baseline: Test namelist changes: Test status: [bit for bit, ro...
Jim EdwardsJim Edwards
27214fcd0a5update to use $ENV
Jim EdwardsJim Edwards
ddbbe336824add hobart to supported test systems
Jim EdwardsJim Edwards
171aa703503add ctest scripts for hobart
jedwards4bjedwards4b
8c5b4ea0d6bMMerge pull request #15 from Katetc/masterChange to address issue #11
katetckatetc
93658294032Cleaning up files to get ready to push bug fix changes.
katetckatetc
5d8aa2d3daaDebugging and fixing problem with more indexes than number of elements in the array.One test case now works, but the original one still explodes.
jedwards4bjedwards4b
e3e770e09b6MMerge pull request #13 from Katetc/masterAdded and improved some doxygen documentation
katetckatetc
3a0495839ffImproved output and added DEBUG flags
katetckatetc
0dff92da7b2Added and improved some doxygen documentation for fortran support functions.
jedwards4bjedwards4b
6f493848949MMerge pull request #9 from Katetc/masterAdded Machine-specific "walk-through" installation instructions to the docs
katetckatetc
09c31321d97Added link to new github.io website and doxygen documentation to main page.
katetckatetc
b7071c8dff9A few last minute changes to mach-walkthrough
katetckatetc
bd28794524bAdded Install walk-throughs for several super computers.
Jim EdwardsJim Edwards
719a44898e2needed to build without timing
Kevin PaulKevin Paul
e016b30c03cDeleting commented-out code
Kevin PaulKevin Paul
777bbba4883Setting return variables in parent scope (instead of caching)
Kevin PaulKevin Paul
c4aaf218be2Reverting last change (uncommenting PKGCOMP_FOUND check)
Kevin PaulKevin Paul
cf053f91738Removing check on PKGCOMP_FOUND
Kevin PaulKevin Paul
985f6f25cf2Changing NAG checks to STREQUAL (instead of MATCHES) just to be sure
Kevin PaulKevin Paul
4207106c68fMaking compile options private
Kevin PaulKevin Paul
78eae8c91bfAdding new function to initialize search paths from include/lib lists
Kate Thayer-CalderKate Thayer-Calder
5e4f0f441efMMerge pull request #3 from PARALLELIO/masterUpdates to the main pio branch
Kevin PaulKevin Paul
347892e1bb5Formatting only.
Kevin PaulKevin Paul
3cd06f3855dAllowing for all-caps MPI.mod when searching for Fortran module
Kevin PaulKevin Paul
b965a21bbc5Bumping back up to cce version 8.4.0.219 to fix compile errors
Kevin PaulKevin Paul
0766adb8270Moving back to default mpich and bumping down cce version to 8.3.12
Kevin PaulKevin Paul
06df6358957Bumping up version of mpich
Kevin PaulKevin Paul
3818db0a31bUpdating cray compiler to most recent version
Kevin PaulKevin Paul
42d570e2e0aAllowing mpif.h for Fortran component of mpi-serial
Kevin PaulKevin Paul
135bd1f59e0MPISERIAL enabling variable misnamed
Kevin PaulKevin Paul
31c2f3e91d7Adding dashboard runscript for MPISERIAL build
Kevin PaulKevin Paul
edf81300c49Removing unnecessary GNU run script
Kevin PaulKevin Paul
e4541b57cc4Typo fix. Need prefix path, not lib path.