Jozsef Bakosi

Results 28 comments of Jozsef Bakosi

Without understanding all the above, it sounds like you know what you are doing and that this is going be a lot more and better than just adding hyphenation to...

Here is a link line that works with static linking: ```sh g++ -static main.o m1.o m2.o -I. -L. -o test-static ``` I guess when _ALL_ objects, that reference the runner,...

No problem. Updated. I think this should work.

Unsurprisingly, it is also in [debian](https://packages.debian.org/search?keywords=testu01&searchon=names&suite=testing&section=all). However, my fork at https://github.com/quinoacomputing/TestU01-threadsafe makes it thread-safe, which is crucial for the way I'm using it, i.e., [quinoa](https://github.com/quinoacomputing/quinoa) will fail to build without...

I found this, which is about TC + a plugin for being able to fail tests based on performance regression: https://blog.jetbrains.com/dotnet/2015/08/27/performance-profiling-in-continuous-integration-dottrace-and-teamcity/

There are multiple aspects/variations of this: - [x] Using MPI third-party libraries possibly without MPI (e.g., OpenMPI, etc.) but with Charm++'s AMPI. Not sure if this is possible but, after...

Another interesting alternative to explore: https://www.etlcpp.com/

@junghans are you sure spack installs on the correct trilinos version? It seems v12.10.1 but our tpl submodule hash does not match that of the one associated to the same...

Ah! That is unexpected. So the the trilinos commit we need is the same as the spack tarball is made at?

@junghans: What is the status with this?