-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ***Merge sp into ip***: main code; tests; spack recipe; update VERSION to 5.0.0 * update cmake option descriptions * u * Update docs (incl. incorporate sp docs) * Doc updates; fix doc build of sp routines * Update docs/layout * cmake description tweak * update docs * Fix parallel test exe builds * remove layout.xml * simplify spack CI * fix some type mismatches in fftpack.F * test allowing arg mismatch * clean up linux CI * move arg mismatch flag * update flags from sp * Revert "fix some type mismatches in fftpack.F" This reverts commit 7f9f5bf. * remove layout.xml from docs/CMakeLists.txt * move bigendian setting to sp tests only * fix tests/CMakeLists.txt typo * fix spack CI * update CI for sp merge * set -fno-bounds-check * whitelist TEST_TIME_LIMIT in recipe check CI * update macos ci * remove noboundcheck flag * disable asan for fftpack.F * Revert "disable asan for fftpack.F" This reverts commit 64f4a9a. * disable bounds checks for specific sp files * remove ip2 references * rename test coverage artifact * update license * update README.md * Update package.py * Update Intel.yml
- Loading branch information
1 parent
e13d63d
commit cfbcd25
Showing
103 changed files
with
9,297 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.4.0 | ||
5.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,6 @@ include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]") | |
|
||
include(CMakeFindDependencyMacro) | ||
|
||
find_dependency(sp CONFIG) | ||
|
||
if(@OPENMP@) | ||
find_dependency(OpenMP COMPONENTS Fortran) | ||
endif() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.