-
Notifications
You must be signed in to change notification settings - Fork 26
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
Removing magic #79
Merged
Merged
Removing magic #79
Changes from 8 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
739a605
Removing magic
pearce8 33c1d76
Update packages.yaml
pearce8 7558874
Update packages.yaml
pearce8 7a21d1d
Update variables.yaml
pearce8 df7715c
There is no way to update ats2 to new compilers without tce, abort th…
pearce8 d1a5653
Merge branch 'develop' into patch-removing-magic
pearce8 67d5125
Merge branch 'develop' into patch-removing-magic
pearce8 9621d53
Merge branch 'develop' into patch-removing-magic
pearce8 2a9e1b4
Update packages.yaml
pearce8 1c119ef
Merge branch 'develop' into patch-removing-magic
pearce8 263e4ce
Update packages.yaml
pearce8 f406414
Merge branch 'develop' into patch-removing-magic
pearce8 9f19d05
Merge branch 'develop' into patch-removing-magic
pearce8 6b1ec7d
Disable fortran in amg2023
cf69a5b
Merge branch 'patch-removing-magic' of github.com:LLNL/benchpark into…
f1052b5
Revert "Disable fortran in amg2023". Moving it to a separate branch/PR.
pearce8 9b15b44
Removing definition of gcc since it does not currently work with rocm
pearce8 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 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 |
---|---|---|
|
@@ -2,10 +2,10 @@ compilers: | |
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: /usr/tce/packages/cce-tce/cce-16.0.0/bin/craycc | ||
cxx: /usr/tce/packages/cce-tce/cce-16.0.0/bin/crayCC | ||
f77: /usr/tce/packages/cce-tce/cce-16.0.0/bin/crayftn | ||
fc: /usr/tce/packages/cce-tce/cce-16.0.0/bin/crayftn | ||
cc: /opt/cray/pe/cce/16.0.0/bin/craycc | ||
cxx: /opt/cray/pe/cce/16.0.0/bin/crayCC | ||
f77: /opt/cray/pe/cce/16.0.0/bin/crayftn | ||
fc: /opt/cray/pe/cce/16.0.0/bin/crayftn | ||
flags: | ||
cflags: -g -O2 | ||
cxxflags: -g -O2 -std=c++14 | ||
|
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 |
---|---|---|
|
@@ -33,8 +33,6 @@ packages: | |
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
- spec: [email protected] | ||
prefix: /usr/tce | ||
pkgconf: | ||
externals: | ||
- spec: [email protected] | ||
|
@@ -91,8 +89,6 @@ packages: | |
externals: | ||
- spec: [email protected]+tcltk | ||
prefix: /usr | ||
- spec: [email protected]+tcltk | ||
prefix: /usr/tce | ||
pearce8 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
openssh: | ||
externals: | ||
- spec: [email protected] | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pearce8 amg2023 fails with the native cray compiler. It depends on workarounds in the magic wrapper