Openblas, OpenMP, and R is there a decent test?
问题 I am trying to setup a multithreaded R with Openblas and OpenMP. I am using OpenSuSE 12.2 with an AMD fx-8230 8-core processor. After fighting awhile with ATLAS it was suggested that I bag it and try openblas, which I have. First. There was some reports of opensuse 12.2 gcc having a broken openmp, so I figured I should test it. I went to http://openmp.org/wp/openmp-compilers/ and compiled and executed the example file hello.c with all threads responding. Second. I set up a git clone of