Exascale FastForward
  1. Exascale FastForward

ParallelIO

Public

Network

 
AuthorCommitMessageCommit Date
Kevin PaulKevin Paul
374c1d58746Adding PnetCDF version checking
Kevin PaulKevin Paul
f2bb41b6ffeChecking NetCDF Fortran version
Kevin PaulKevin Paul
1a0b326d6efRenaming variables to ensure scoping is safe
Kevin PaulKevin Paul
e3e3b43ed11Removed debug checks. NetCDF_Fortran version check works on mac.
Kevin PaulKevin Paul
3b76f491ef0Adding PNETCDF support check and debugging output
Kevin PaulKevin Paul
f5d386c1c26Output in case version could not be found.
Kevin PaulKevin Paul
e8e60c39217Get NetCDF Fortran version string
Kevin PaulKevin Paul
a4c1cccf21bRemoving debug statements
Kevin PaulKevin Paul
e564fe2353cAdding NetCDF version checking analysis
Kevin PaulKevin Paul
741ee529a51Adding version checking for NetCDF
Kevin PaulKevin Paul
9c9bc76b3deFix for is_shared_library function
Kevin PaulKevin Paul
b8cef5188e7No up-front declaration of prefer shared or static variables
Kevin PaulKevin Paul
0959575c6daUse default find_library first, then search for shared if necessary
Kevin PaulKevin Paul
56dfdd813aaTurning PREFER_SHARED on by default
Kevin PaulKevin Paul
98a1865f017For testing purposes, adding tests back to all
Kevin PaulKevin Paul
b5b94d881b4Removing old CMakeLists file
Kevin PaulKevin Paul
c3da0be1edcFixing MPI includes/libraries for HDF5 HL and Fortran_HL searches
Kevin PaulKevin Paul
b9246006ea8Removing unnecessary inputs to find_package_component function
Kevin PaulKevin Paul
ccb16d381c7Modifying find_package_component to assume variables pre-defined
Kevin PaulKevin Paul
41bb34265bfFixed other foreach loop bugs.
Kevin PaulKevin Paul
ffa9e27d9c8Removing debug statements. Fixed foreach loop bug. In CMake foreach loops, you need to loop over the list variables (with the IN LISTS syntax), and you cannot specify the list variable value, instead.
Kevin PaulKevin Paul
7cc41516178debug output
Kevin PaulKevin Paul
b4b1bc3adddDebug output
Kevin PaulKevin Paul
ad2b73febd2Debugging output.
Kevin PaulKevin Paul
9c0a7606813Updating find modules to use new helper functions
Kevin PaulKevin Paul
27dc8591923Adding define_package_component and find_valid_components functions
Kevin PaulKevin Paul
6a8489bbb14Adding find_valid_components function.
Kevin PaulKevin Paul
993bc8ca27dMoving includes (removing redundant includes)
Kevin PaulKevin Paul
022b6c19265Removed unnecessary finds after already found
Kevin PaulKevin Paul
51d58b10152Manually adding libdl to NetCDF libraries when static
Kevin PaulKevin Paul
4dc561bcf57Fixes to try_compile source files to check macro values are 1
Kevin PaulKevin Paul
91e58827dcdDebugging output
Kevin PaulKevin Paul
584f7c71740Debugging output
Kevin PaulKevin Paul
fea5a126cd4Debugging output
Kevin PaulKevin Paul
cbf6b179d34Debugging output
Kevin PaulKevin Paul
59257c2336cAdding tests for DAP support and Parallel support
Kevin PaulKevin Paul
da67f4db180Adding modules for HDF5 and LIBZ by hand
Kevin PaulKevin Paul
25eea605536Changed NetCDF Fortran dependency
Kevin PaulKevin Paul
d9a371e80d1Changing dependency of NetCDF Fortran to HDF5 Fortran
Kevin PaulKevin Paul
e2ebf0e10a8Disable static libraries
Kevin PaulKevin Paul
c134cecd9b2Cleaner include/library hints
Kevin PaulKevin Paul
ec5515a8af8Appending EXTRAs to the end of each target
Kevin PaulKevin Paul
8ef5ffed960Using static libraries in HDF5 if set globally
Kevin PaulKevin Paul
3b31b013271Fix GNU compiler options
Kevin PaulKevin Paul
ce3c78d78f9Correcting target and variable names in piof
Kevin PaulKevin Paul
f5193e292d9Adding the ability to pass in extra includes, libraries, etc
Kevin PaulKevin Paul
8dc6d6fe0c1Removing CURL dependency. Only needed with DAP support.
Kevin PaulKevin Paul
ac40e1af1baUse static libraries variable
Kevin PaulKevin Paul
0e4dff4f03cRemove scoping from used shared libraries variable
Kevin PaulKevin Paul
7c9f491f347Renaming variables to provide PIO scope