I disabled the hardware prefetcher as follows:
#sudo wrmsr 0x1a4 15
Each bit 1 indicates it is disabled as per document.. https://software.intel.com/en-us/articles/disclosure-of-hw-prefetcher-control-on-some-intel-processors.
But i dint feel any difference while I am running the programs. How can I cross check they are really disabled? Any easy ways to do it?
Thank you