-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ ## Summary ## Additional background ## Checklist The proposed changes: - [ ] fix a bug or incorrect behavior in AMReX - [ ] add new capabilities to AMReX - [ ] changes answers in the test suite to more than roundoff level - [ ] are likely to significantly affect the results of downstream AMReX users - [ ] include documentation in the code and/or rst files, if appropriate
- Loading branch information
1 parent
0b88bfd
commit 3082028
Showing
10 changed files
with
35 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-18.04 | ||
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wextra-semi -Wunreachable-code -Wno-c++17-extensions -Wnon-virtual-dtor"} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies_clang6.sh | ||
- name: Build & Install | ||
|
@@ -53,7 +53,7 @@ jobs: | |
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wextra-semi -Wunreachable-code -Wno-c++17-extensions -O1 -Wnon-virtual-dtor"} | ||
# It's too slow with -O0 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies_clang6.sh | ||
- name: Build & Install | ||
|
@@ -83,7 +83,7 @@ jobs: | |
name: [email protected] NOMPI Release [configure 2D] | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies_clang6.sh | ||
- name: Build & Install | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
runs-on: ubuntu-18.04 | ||
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wunreachable-code -Wnon-virtual-dtor -Wlogical-op -Wmisleading-indentation -Wduplicated-cond"} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies_nvcc10.sh | ||
- name: Build & Install | ||
|
@@ -44,7 +44,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wextra-semi -Wunreachable-code -Wnon-virtual-dtor -Wlogical-op -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches"} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies_nvcc11.sh | ||
- name: Build & Install | ||
|
@@ -78,7 +78,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
env: {CXXFLAGS: "-Werror -Wall -Wextra -Wpedantic -Wshadow"} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies_nvhpc21-11.sh | ||
- name: Build & Install | ||
|
@@ -119,7 +119,7 @@ jobs: | |
name: [email protected] [email protected] [configure 3D] | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies_nvcc11.sh | ||
- name: Build & Install | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-18.04 | ||
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wnon-virtual-dtor -Wlogical-op -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches"} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies.sh | ||
- name: Build & Install | ||
|
@@ -46,7 +46,7 @@ jobs: | |
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -O1 -Wnon-virtual-dtor -Wlogical-op -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches"} | ||
# It's too slow with -O0 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies.sh | ||
- name: Build & Install | ||
|
@@ -69,7 +69,7 @@ jobs: | |
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -O1 -Wnon-virtual-dtor -Wlogical-op -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches"} | ||
# It's too slow with -O0 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies.sh | ||
- name: Build & Install | ||
|
@@ -93,7 +93,7 @@ jobs: | |
# -Werror temporarily skipped until we have functional testing established | ||
# It's too slow with -O0 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies.sh | ||
- name: Build & Install | ||
|
@@ -116,7 +116,7 @@ jobs: | |
runs-on: ubuntu-18.04 | ||
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wextra-semi -Wnon-virtual-dtor -Wlogical-op -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches"} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies_gcc10.sh | ||
- name: Build & Install | ||
|
@@ -149,7 +149,7 @@ jobs: | |
runs-on: ubuntu-18.04 | ||
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wnon-virtual-dtor -Wlogical-op -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches"} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies.sh | ||
- name: Build & Install | ||
|
@@ -178,7 +178,7 @@ jobs: | |
runs-on: ubuntu-18.04 | ||
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wunreachable-code -Wnon-virtual-dtor -Wlogical-op -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches"} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies_nofortran.sh | ||
- name: Build & Install | ||
|
@@ -206,7 +206,7 @@ jobs: | |
name: [email protected] Release [configure 1D] | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies.sh | ||
- name: Build & Install | ||
|
@@ -220,7 +220,7 @@ jobs: | |
name: [email protected] Release [configure 3D] | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies.sh | ||
- name: Build & Install | ||
|
@@ -234,7 +234,7 @@ jobs: | |
name: [email protected] Release [configure 3D] | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies.sh | ||
- name: Build & Install | ||
|
@@ -248,7 +248,7 @@ jobs: | |
name: [email protected] OMP Debug [configure 3D] | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies.sh | ||
- name: Build & Install | ||
|
@@ -262,7 +262,7 @@ jobs: | |
name: GNU Plotfile Tools [tools] | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies.sh | ||
- name: Build & Install | ||
|
@@ -276,7 +276,7 @@ jobs: | |
runs-on: ubuntu-18.04 | ||
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wunreachable-code -Wnon-virtual-dtor -Wlogical-op -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches"} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: .github/workflows/dependencies/dependencies.sh | ||
- name: Build & Install | ||
|
@@ -301,7 +301,7 @@ jobs: | |
CXX: h5pcc | ||
CC: h5cc | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Dependencies | ||
run: | | ||
.github/workflows/dependencies/dependencies.sh | ||
|
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