ORNL-CEES / DataTransferKit

A library for multiphysics solution transfer. ARCHIVED
https://datatransferkit.readthedocs.io/en/dtk-3.0/
BSD 3-Clause "New" or "Revised" License
47 stars 26 forks source link

Update Docker and CI #569

Closed Rombur closed 4 years ago

Rombur commented 4 years ago

This is not ready for review. I am just trying to see what I need to do to update the CI

Rombur commented 4 years ago

This superseeds #451 and #566 It's not perfect but I think that we should merge this and improve on it later. We only test one configuration (serial + OpenMP + CUDA). I also disabled the MapInterface because we need to replace the parsing library. We use Boost to parse but one of the function that is called during parsing is not compatible with CUDA 10 (https://stackoverflow.com/questions/55143135/error-cannot-call-member-function-impl-of-impl-pointer-in-boost)

dalg24 commented 4 years ago

You need to disable the old CI. LGTM otherwise