//tauprofile.cpp : Defines the entry point for the console application. //this is just a wrapper to call the relevant Taupin // #include "stdafx.h" #include #include #include #include #include using namespace std; string GetMpiArgs(int argc,char** argv ); //displays the help void Usage() { cout<<"Usage: tau_pin [-n num_proc] [-r rule_1 -r rule_2 ...] -- app.exe ..."<i) { args.append((char*)argv[i]); args.append(" "); return args; } break; } } return args; } // Get the target application parameters string GetTargetApp(int argc, char ** argv) { string myapp; for(int i=0;i0) { mpiarg.append(" "); } mpiarg+=toolarg; //mpiarg="\""+mpiarg+"\""; cout<