Skip to content

Commit 516a237

Browse files
committed
260406.233015.CST [skip ci] relocate cmake.yml and test_nvfortran.yml
1 parent 7d1db9f commit 516a237

4 files changed

Lines changed: 7 additions & 362 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
toolchain:
186186
# Flang family with -Mchkptr may fail. See https://forums.developer.nvidia.com/t/bug-in-nvfortran-with-mchkptr-for-unallocated-optional-arguments/223220
187187
# As of 20240220, aoccflang with -Mbounds would fail due to the bug at https://github.com/flang-compiler/flang/issues/1238
188-
- {compiler: nvfortran, cflags: '-Wall -Wextra -Wpedantic -Werror', fflags: '-C -Wall -Wextra -Minform=warn -Mstandard -Mbounds -Mchkstk'}
188+
- {compiler: nvfortran, cflags: '-Wall -Wextra -Wpedantic -Werror', fflags: '-Wall -Wextra -Minform=warn -Mstandard -Mchkstk'}
189189
- {compiler: flang, cflags: '-Wall -Wextra -Wpedantic -Werror', fflags: '-std=f2018 -pedantic -fimplicit-none -Werror'}
190190
- {compiler: aoccflang, cflags: '-Wall -Wextra -Wpedantic -Werror', fflags: '-pedantic -Weverything -Wall -Wextra -Minform=warn -Mstandard'}
191191

.github/workflows/test_nvfortran.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
fflags: [-O1, -O2, -O3, -g, -fast]
3333
testdim: [small, big]
3434

35+
exclude: # nvfortran 26.3 encounters errors with the randomization in `rand.f90` and `noise.f90`.
36+
- solver: newuoa
37+
fflags: -O2
38+
- solver: bobyqa
39+
fflags: -O1
40+
3541
steps:
3642

3743
- name: Run `sudo apt update`

cmake.yml

Lines changed: 0 additions & 252 deletions
This file was deleted.

test_nvfortran.yml

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)