This is the command eztrace.old that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
eztrace.old - performance analysis tool
SYNOPSIS
eztrace [OPTION] COMMAND_LINE
DESCRIPTION
Run COMMAND_LINE and generate an execution trace.
OPTIONS
-d Run eztrace.old with gdb
-e Show environment
-p PadicoTM mode
-m MPI mode
-t [plugin1 plugin2 ... pluginN]
Select a list of plugins
-o DIRECTORY
Select the output DIRECTORY
-l DIRECTORY
Add DIRECTORY to the list of directories in which eztrace search for plugins
-f Enable EZTRACE_FLUSH
-? Display this help and exit
EXAMPLES
$ eztrace.old -t "memory pthread" ./my_program param1 param2
For MPI programs:
$ mpirun -np 2 `eztrace.old -m ./my_program` param1 param2
Use eztrace.old online using onworks.net services