Gantt 845 B

1234567891011121314151617181920212223242526272829
  1. Step 1 - Install FxT
  2. Get the sources from the cvs repository
  3. cvs -d :pserver:anonymous@cvs.sv.gnu.org:/sources/fkt co FxT
  4. Configure and compile FxT:
  5. ./bootstrap
  6. ./configure --enable-sync-clock --prefix=$FXTDIR
  7. make
  8. make install
  9. Step 2 - Configure StarPU to use FxT
  10. ./configure --with-fxt=/home/gonnet/hannibal/Libs/FxT/FxT/target/
  11. Step 3 - Execute applications as usual
  12. - If the application was properly terminated (ie. starpu_shutdown was called),
  13. there should be a file named "/tmp/prof_file_user_".
  14. - Call tools/fxt_tool on that file
  15. ./tools/fxt_tool -i /tmp/prof_file_user_yourlogin
  16. - Some files should have been created in the current directory
  17. - paje.trace : A Gantt diagram of the execution
  18. $ vite paje.trace
  19. - dag.dot : A graphviz graph of the task dependencies (according to tags)
  20. $ dot -Tpdf dag.dot -o dag.pdf