-
Notifications
You must be signed in to change notification settings - Fork 0
Execution
gmarkomanolis edited this page Feb 10, 2014
·
1 revision
First of all in order to execute the instrumented application initially you shoud create the following folder (on each participated node or only once if you use a global file system) in the same path as the one the binary is located:
- mkdir ti_traces
You should declare to your .bashrc file which PAPI metric you like to measure
- export MINI_METRIC=PAPI_TOT_INS
and declare that we do not want to measure the time (no calibration):
- export MINI_TIME=0
Use MINI_TIME=1 if you would like Time-Independent traces with the durations of the computaiton phases.
Now you can execute your applications and the traces will be located in the folder ti_traces.