Exascale FastForward
  1. Exascale FastForward

ParallelIO

Public

Network

 
AuthorCommitMessageCommit Date
Kevin PaulKevin Paul
ec09bf0aafaRenaming template-generation flag to PIO_GENERATE_SOURCES_FROM_TEMPLATES
Kevin PaulKevin Paul
a8533fcca63A little execute_process cleanup
Kevin PaulKevin Paul
3fd011b85abAdding template source generation to pioc CMakeLists
Kevin PaulKevin Paul
3a756a16128Moving template source back into src. Just makes more sense
Kevin PaulKevin Paul
69993898b68Adding environment variable definitions to ALCF mpiexec command
Kevin PaulKevin Paul
d86bf722a38Moving nc*parser.pl scripts into templates directory, too
Kevin PaulKevin Paul
283fb30e2a5Moving templates into their own directory
Kevin PaulKevin Paul
f0b72eb4c54Moving santos.c into _UNUSED_ until I know better where it goes
Kevin PaulKevin Paul
7a48e364422Moving prune_decomps.pl into top-level scripts directory
Kevin PaulKevin Paul
25edc19d25aAdding "tests" and separate "check" targets to control testing
Kevin PaulKevin Paul
4c282cde182Doxygen cleanup.
Kevin PaulKevin Paul
69b66624399A little doxygen cleanup.
Kevin PaulKevin Paul
db451fb9272Moving output up one directory
Kevin PaulKevin Paul
47d84ecaa6eAdding "check" target to emulate autotools "make check"
Kevin PaulKevin Paul
2e421420ab1Remove unnecessary file
Kevin PaulKevin Paul
26dc48fff8fBumping up CMake minimum version to 2.8.12 and adding doc sourcedir
Kevin PaulKevin Paul
4bb8ceec682Excluding all tests from ALL
Kevin PaulKevin Paul
03ef90dd715Moving testpio example into examples directory
Kevin PaulKevin Paul
f0f82bd3b34Moving all doc source into doc directory (and restructuring)
Kevin PaulKevin Paul
bf5a839e949Finished changing _DIR variables into _PATH variables
Kevin PaulKevin Paul
94b6f105f2eRemoving version files since try_run cannot be used
Kevin PaulKevin Paul
b0d153a5125Fixed check_version function to NOT try_run Had to be changed because the "try_run" function doesn't work in cross-compile mode, which is the mode that is started when using the CMAKE_SYSTEM_NAME=Catamount on the Crays.
Kevin PaulKevin Paul
2ce5199b5b2Setting compiler options in pioperf specifically.
Kevin PaulKevin Paul
15db8dd1a9cMaking compile options private. May need to add to tests individually.
Kevin PaulKevin Paul
0fcdddf7987Moving back to 2.8.12 syntax
Kevin PaulKevin Paul
8eca84c099bIncluding external macro not so easy...
Kevin PaulKevin Paul
1afa8fe73feAdding option to include an external macro script (e.g., from cime)
Kevin PaulKevin Paul
52dfee10a1bFixed naming problems
Kevin PaulKevin Paul
05aabee8134Changing name of unit test, too
Kevin PaulKevin Paul
35a024a2b4eChanging name of performance test target
Kevin PaulKevin Paul
4d8bd8b0288Removing more debugging statements
Kevin PaulKevin Paul
7976cc6b276Removing debugging statements
Kevin PaulKevin Paul
7983240442bBUGFIX: Forgot to update add_mpi_test syntax in unit tests
Kevin PaulKevin Paul
5687bfc48d5Debugging statements
Kevin PaulKevin Paul
6b0c666407bOn LSF, need to move number of tasks to end of command
Kevin PaulKevin Paul
721cf09f5eaBUGFIX: Need to specify "unknown" for other platforms
Kevin PaulKevin Paul
0fde4cdc5ddChanging add_mpi_test to take separate ARGUMENTS and use platform execs
Kevin PaulKevin Paul
19a4b8a6027BUGFIX: Typo (num_proc -> num_procs)
Kevin PaulKevin Paul
e2e35d4d130Adding basic CTestConfig.cmake file for CDash submissions
Kevin PaulKevin Paul
f1f419fa85eBUGFIX: Need elseif statements, not if
Kevin PaulKevin Paul
401ff9d3cbcCreating MPI launch commands assuming running from interactive session
Kevin PaulKevin Paul
566998f0e26Much faster to run CTest from within an interactive session
Kevin PaulKevin Paul
1bba202da8aSimplifying UCAR/NCAR test runs.
Kevin PaulKevin Paul
f67f0897bafRemove check_file function (not needed if using NetCDF 4.3.3+)
Kevin PaulKevin Paul
756b2738988Changing _DIR's to _PATH's for convenience
Kevin PaulKevin Paul
fbd32092ff5Fixed platform name function
Kevin PaulKevin Paul
5328d3b4297Adding check for PREFER_STATIC (in addition to PREFER_SHARED)
Kevin PaulKevin Paul
a8785dd2a58Adding check for file (instead of a direct CPP macro check)
Kevin PaulKevin Paul
e227f72ecfcFix for MPIEXEC on all other platforms
Kevin PaulKevin Paul
a6da68066fdAdding platform determining function