Luca Bertagna
Luca Bertagna
I've had similar issues with clang inside vim (using it as a background compiler to spot compile-time errors as I write). Usually, this points to the incorrect libstdc++ headers being...
By "CUDA compiler name" you mean the cuda version I guess? So the build name would look something like `gcc9-cuda10-cuda-debug-dfad`? I think the kokkos node name would be a bit...
Imho, we don't need to include the Linux distro. Win vs Apple vs Linux is important, but linux distros not so much. And we're not trying to support Apple or...
Imho the OS name is not that important (we're always on Linux anyways), and it is kind of long. Also `Albany` in the name seems a bit redundant. I would...
Full compiler version is fine. I think Albany and Trilinos entries should end in separate tabs of the cdash ([e3sm](https://my.cdash.org/index.php?project=E3SM) does that). If you really want to put info on...
It's hard to get `rhel8` using bash commands. The best you can do is `lsb_release -rsi` which returns `RedHatEnterprise 8.6`, and then replace spaces with dots. `uname -r` returns the...
> As a separate note, there is one non-ideal thing that I am doing now but that I cannot figure out how to circumvent, namely I have to pass the...
Ah, I see. Can you point me to the ctest cmake script as well as the bash script used to invoke it?
By "ctest cmake script" I mean a script like the one I linked earlier, but for trilinos. But then, that script needs to be invoked from a bash script, with...
So, that script is for albany, and for Albany we can just get mpicc from the Trilinos install files (which we can probe from inside the ctest script). As you...