You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
250823.074043.CST [skip ci] revise test_ifort.yml and test_ifx.yml to use [[:space:]] instead of \s in sed, because macOS (BSD) sed does not recoganize the latter
Copy file name to clipboardExpand all lines: .github/workflows/profile_integer_kind.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -105,17 +105,17 @@ jobs:
105
105
106
106
- name: Revise the Fortran code to use the intended integer kind. Do NOT use `options.integer_kind`, because it will change the integer kind for the competitor as well.
107
107
run: |
108
-
sed -i "s|#define PRIMA_INTEGER_KIND 0|#define PRIMA_INTEGER_KIND ${{ matrix.ik }}|g" fortran/common/ppf.h
0 commit comments