Hi, I wanted to execute an application (STREAM Benchmark) on an Rump Kernel that uses OpenMP. When I try to compile the program with "x86_64-rumprun-netbsd-gcc -O2 -fopenmp stream.c -o stream_c.exe" I get following error "/usr/bin/ld: cannot find -lgomp".
So hence my questions: - Is it possible to execute programs that use OpenMP on Rump Kernels? - If yes, how do I compile programs that use OpenMP with the supplied cross compiler? - Does Rump Kernel support other multithreading libraries e.g. pthreads,... ? Thank you! Regards, Vincent
