-
Notifications
You must be signed in to change notification settings - Fork 2
Speed-up CI #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Speed-up CI #144
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
5463713
Update build-and-tests.yml
CINTROINI c109f8f
Update build-and-tests.yml
CINTROINI 7194168
Update build-and-tests.yml
CINTROINI 653adbf
Reactivate build on Mac OS with MFEM 4.9 and Hypre 3.1.0
CINTROINI 66f8524
Fix code coverage target
CINTROINI 322e76e
Try to use MFEM 4.9 and Hypre 3.1.0 for linux
CINTROINI 2091b42
Update build-and-tests.yml
CINTROINI 16ee2dc
Fix compiler options
CINTROINI 6a5d14a
Update build-and-tests.yml
CINTROINI a10cdd1
Update build-and-tests.yml
CINTROINI bf13b43
Update build-and-tests.yml
CINTROINI 2685272
Cpplint recomandations and CI actions
CINTROINI f847eff
CI tests
CINTROINI 8260ee7
Update build-and-tests.yml
CINTROINI 7825fc9
Update spack.yaml
CINTROINI 1e9102d
Update spack.yaml
CINTROINI f96c980
Update build-and-tests.yml
CINTROINI 147365c
CI tests
CINTROINI 82a1854
Update spack.yaml
CINTROINI 5de24fa
Update build-and-tests.yml
CINTROINI 42a3ff8
CI tests
CINTROINI 7266379
CI tests
CINTROINI c64da15
CI tests...
CINTROINI b688b66
update CI tests
CINTROINI 12cbc9c
Update spack.yaml
CINTROINI a896fbc
Update build-and-tests.yml
CINTROINI 1a1316e
update ci
CINTROINI ff8b74e
Update spack.yaml
CINTROINI 61abe01
Update spack.yaml
CINTROINI 26630d8
CI tests
CINTROINI 40229f5
Update CMakeLists.txt
CINTROINI File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
|
CINTROINI marked this conversation as resolved.
|
This file contains hidden or 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
|
CINTROINI marked this conversation as resolved.
|
This file contains hidden or 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
|
CINTROINI marked this conversation as resolved.
|
This file contains hidden or 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 hidden or 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 hidden or 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
|
CINTROINI marked this conversation as resolved.
|
This file contains hidden or 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
|
CINTROINI marked this conversation as resolved.
|
This file contains hidden or 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,17 +1,21 @@ | ||
| spack: | ||
|
|
||
| specs: | ||
| - hypre@2.33.0 +shared | ||
| - mfem@4.8.0 +mpi +suite-sparse +sundials +superlu-dist | ||
| - hypre@3.1.0 +shared %gcc@14 | ||
| - mfem@4.9.0 +mpi +suite-sparse +sundials +superlu-dist %gcc@14 | ||
| - exprtk | ||
|
|
||
| concretizer: | ||
| unify: true | ||
|
|
||
|
|
||
| packages: | ||
| mpi: | ||
| buildable: true | ||
| buildable: false | ||
| openblas: | ||
| buildable: true | ||
| buildable: false | ||
| perl: | ||
| buildable: true | ||
| buildable: false | ||
| ncurses: | ||
| buildable: false | ||
| intel-oneapi-mkl: | ||
| buildable: false |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.