[SLATE] New builder#4093
Conversation
|
resolves #3941 |
|
Only thing I'm not particularly sure about is using MPITrampoline here. I did it because I figured we're moving in the direction of trampolines, but I'm not sure what the full story is currently. |
Valentin is experimenting right now (see #4073), I don't think anyone has a clear picture at the moment |
|
Let me block this while I investigate MPI_trampoline and the best current way to call the C++ api (can't do C API with cmake :(). |
|
Why would these implicit conversions be errors on macOS and BSD but not Linux? |
|
Because BSD systems use Clang, Linux uses GCC. Different compilers have different opinions. |
|
Oh I wasn't aware Clang was used on BSD. I'll disable them and file upstream then I guess? I need to add back fortran expansion too. |
|
Yeah, it does sound like a bug, it's just that GCC may be more permissive. |
No description provided.