lanl / spiner

Performance portable routines for generic, tabulated, multi-dimensional data
https://lanl.github.io/spiner
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Let ports of call do its own portability settings #28

Closed Yurlungur closed 2 years ago

Yurlungur commented 2 years ago

PR Summary

The CI was failing because Spiner was using its own portability settings, rather than let ports-of-call handle it. This fixes that issue.

PR Checklist