AuthorCommitMessageCommit dateIssues
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
Kevin PaulKevin Paul
3dcdbff4d55Missed GPTL
Kevin PaulKevin Paul
76031cf616fChange version in all libs
Kevin PaulKevin Paul
c0b5e41dcd3Lowering CMake required version further
Kevin PaulKevin Paul
bd3fb505480Try reducing required CMake version
Kevin PaulKevin Paul
0ef8c3d97d8BUGFIX: Need scoping for try variables
Kevin PaulKevin Paul
8eeb37e2840Adding HDF5 check for optional SZIP
Kevin PaulKevin Paul
1b89a5318e2Renaming check_package to check_property...makes more sense
Kevin PaulKevin Paul
adb4c68b53fCleanup. Moving mpi-related functions into LibMPI
Kevin PaulKevin Paul
be839f09a91Simplifying check_* calls with LibCheck library functions