Skip to content

Commit fb2b897

Browse files
committed
fix: add s_associate_cbc_coefficients_pointers and totalsize:10000 for NVHPC 25.3 IPO; add 25.5 to CI matrix
1 parent 26d82be commit fb2b897

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ jobs:
208208
target: gpu-acc
209209
- nvhpc: '25.3'
210210
target: gpu-omp
211+
- nvhpc: '25.5'
212+
target: cpu
213+
- nvhpc: '25.5'
214+
target: gpu-acc
215+
- nvhpc: '25.5'
216+
target: gpu-omp
211217

212218
fail-fast: false
213219
continue-on-error: true

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ function(MFC_SETUP_TARGET)
448448
$<$<COMPILE_LANGUAGE:Fortran>:-Minline>
449449
)
450450
add_dependencies(${ARGS_TARGET} ${ARGS_TARGET}_lib)
451-
target_compile_options(${ARGS_TARGET} PRIVATE -Minline=lib:${ARGS_TARGET}_lib,except:f_is_default,except:s_compute_dt,except:my_inquire,except:s_mpi_abort,except:s_mpi_barrier,except:s_prohibit_abort,except:s_int_to_str)
451+
target_compile_options(${ARGS_TARGET} PRIVATE -Minline=lib:${ARGS_TARGET}_lib,except:f_is_default,except:s_compute_dt,except:my_inquire,except:s_mpi_abort,except:s_mpi_barrier,except:s_prohibit_abort,except:s_int_to_str,except:s_associate_cbc_coefficients_pointers,totalsize:10000)
452452
list(PREPEND IPO_TARGETS ${ARGS_TARGET}_lib)
453453
endif()
454454

0 commit comments

Comments
 (0)