You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.4 KiB

  1. #!/bin/bash
  2. # CLIST[((g++))]="g++-3.4 -O3 -DNDEBUG"
  3. # CLIST[((g++))]="g++-3.4 -O3 -DNDEBUG -finline-limit=20000"
  4. # CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG"
  5. #CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG -finline-limit=20000"
  6. # CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG"
  7. #CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000"
  8. # CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000 -fprofile-generate"
  9. # CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000 -fprofile-use"
  10. # CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG"
  11. #CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000"
  12. # CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000 -fprofile-generate"
  13. # CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000 -fprofile-use"
  14. # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-genx"
  15. # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-use"
  16. #CLIST[((g++))]="/opt/intel/Compiler/11.1/072/bin/intel64/icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -lrt"
  17. CLIST[((g++))]="/home/orzel/svn/llvm/Release/bin/clang++ -O3 -DNDEBUG -DEIGEN_DONT_VECTORIZE -lrt"
  18. CLIST[((g++))]="/home/orzel/svn/llvm/Release/bin/clang++ -O3 -DNDEBUG -lrt"
  19. CLIST[((g++))]="g++-4.4.4 -O3 -DNDEBUG -DEIGEN_DONT_VECTORIZE -lrt"
  20. CLIST[((g++))]="g++-4.4.4 -O3 -DNDEBUG -lrt"
  21. CLIST[((g++))]="g++-4.5.0 -O3 -DNDEBUG -DEIGEN_DONT_VECTORIZE -lrt"
  22. CLIST[((g++))]="g++-4.5.0 -O3 -DNDEBUG -lrt"