Skip to content

Commit

Permalink
240105.225615.HKT try fixing a failure of ftest on Kunpeng
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Jan 5, 2024
1 parent bd77293 commit 6426729
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,6 @@ to distribute this large amount of tests to multiple Team accounts as follows.
- [![Test ifort](https://github.com/s-prima/prima/actions/workflows/test_ifort.yml/badge.svg)](https://github.com/s-prima/prima/actions/workflows/test_ifort.yml)
- [![Test ifx](https://github.com/s-prima/prima/actions/workflows/test_ifx.yml/badge.svg)](https://github.com/s-prima/prima/actions/workflows/test_ifx.yml)

- [Tests](https://github.com/equipez/gitpersonal/actions) at [equipez/gitpersonal](https://github.com/equipez/gitpersonal)
- [all the tests](https://github.com/equipez/gitpersonal/actions) are disabled


### Current status

Expand Down
2 changes: 1 addition & 1 deletion fortran/common/consts.F90
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module consts_mod
#if (defined __GFORTRAN__ || defined __INTEL_COMPILER && PRIMA_REAL_PRECISION < 64) && PRIMA_AGGRESSIVE_OPTIONS == 1
real(RP), parameter :: SYMTOL_DFT = REALMAX
#elif (defined __FLANG && PRIMA_REAL_PRECISION < 64) && PRIMA_AGGRESSIVE_OPTIONS == 1
real(RP), parameter :: SYMTOL_DFT = max(1.0E3 * EPS, 1.0E-10_RP)
real(RP), parameter :: SYMTOL_DFT = max(5.0E3 * EPS, 1.0E-10_RP)
#elif (defined __INTEL_COMPILER && PRIMA_REAL_PRECISION < 64)
real(RP), parameter :: SYMTOL_DFT = max(5.0E1 * EPS, 1.0E-10_RP)
#elif (defined __NAG_COMPILER_RELEASE && PRIMA_REAL_PRECISION > 64) || (PRIMA_RELEASED == 1) || (PRIMA_DEBUGGING == 0)
Expand Down

0 comments on commit 6426729

Please sign in to comment.