André R. Brodtkorb

Results 2 issues of André R. Brodtkorb

I am working with a parallel MPI code, and it would be really useful to be able to see multiple files in the same view. My use case scenario is...

When compiling and running the following example, ``` /* * compile with * g++ -I -fopenmp -DBUILD_WITH_EASY_PROFILER=1 -c EasyProfileOpenMP.cpp * g++ -o EasyProfileOpenMP EasyProfileOpenMP.o -lgomp libeasy_profiler.so */ #include #include #include...

investigation