如何在MPI代码上使用Intel Pin

时间:2014-04-10 18:58:57

标签: mpi instrumentation intel-pin

我是MPI和Intel Pin的新手。我已经在我的linux环境中安装了pin-2.13-62732-gcc.4.4.7-linux,我需要在MPI代码上使用这个工具。 foreexample我想获得MPI代码的指令数(例如已经存在于pin中的inscount0)(如imul.c)。你能告诉我我能做什么吗?

2 个答案:

答案 0 :(得分:1)

我找到的最痛苦的方法是使用tau_pin。 https://www.cs.uoregon.edu/research/tau/docs/old/re39.html

答案 1 :(得分:0)

您可以按照以下方式开始分析MPI应用程序:

window.fbAsyncInit = function() {
  FB.init({
    appId            : '1827801187328070',
    autoLogAppEvents : true,
    xfbml            : true,
    version          : 'v3.1'
  });
};

(function(d, s, id){
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) {return;}
  js = d.createElement(s); js.id = id;
  js.src = "https://connect.facebook.net/en_US/sdk.js";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));

document.getElementById('shareBtn').onclick = function() {
  FB.ui({
    display: 'popup',
    method: 'share',
    quote: $('#content').val(),
    href: 'https://developers.facebook.com/docs/',
  }, function(response){});
}

与Valgrind的情况相同:Using valgrind to spot error in mpi code