AuthorCommitMessageCommit dateIssues
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_runHad 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
Kevin PaulKevin Paul
e054c4e4282Removing SOURCES keyword for CMake 2.8 syntax
Kevin PaulKevin Paul
4e19a39a804Fix for UCAR MPIEXEC command
Kevin PaulKevin Paul
8cd74ec5b2aFixed transition to CMake 2.8.
Kevin PaulKevin Paul
3bf8ce71ce3Moving to CMake 2.8 syntax.
Kevin PaulKevin Paul
952d48a4e37Switching to CMake version 2.8.11- syntax
Kevin PaulKevin Paul
75774183a52Reverting changes and bumbing CMake required to 2.8.12
Kevin PaulKevin Paul
3db0f0aedf0Test out lower version of CMake
Kevin PaulKevin Paul
d4d9732ea52Bumping down to 2.8.11
Kevin PaulKevin Paul
7bded5ae360Bumping up required version for target_ commands