COMPILATION 610 B

123456789101112131415161718192021
  1. How to compile an application to run under Sniper
  2. =================================================
  3. All options are defined in ${SNIPER_ROOT}/config/buildconf.<format>
  4. where <format> is:
  5. * sh: for inclusion in shell-based build scripts:
  6. source ${SNIPER_ROOT}/config/buildconf.sh
  7. * makefile: for inclusion in make-based builds:
  8. include ${SNIPER_ROOT}/config/buildconf.makefile
  9. Single-threaded and Pthread applications
  10. ----------------------------------------
  11. * No source code modifications necessary
  12. * Link with the SNIPER_LDFLAGS options
  13. * Run with LD_LIBRARY_PATH set to SNIPER_LD_LIBRARY_PATH