I've reworked the makefile to remove the Intel MKL dependency (I think you should benchmark with/without to determine if the extra complexity is needed) and added a make install command. The binary produced runs correctly on my centOS5, centOS6, and centOS7 machines, so it likely has broad compatibility with glibc based systems.
I've reworked the makefile to remove the Intel MKL dependency (I think you should benchmark with/without to determine if the extra complexity is needed) and added a
make install
command. The binary produced runs correctly on my centOS5, centOS6, and centOS7 machines, so it likely has broad compatibility withglibc
based systems.