Menu

#51 z10 64bit (s390x) defaults

developer
closed-accepted
5
2015-07-30
2011-06-07
No

64bit defaults for z10

Discussion

  • Christian Borntraeger

    z10 64bit system defaults

     
  • R. Clint Whaley

    R. Clint Whaley - 2011-07-22

    For all your architectural defaults, have you made sure you have good compiler flags? In particular, have you ran the flagsearch described on page 10 of ATLAS/doc/atlas_install.pdf from the newest developer release?

     
  • Christian Borntraeger

    I did choose the optimization flags that are used for our compiler optimization work.
    (We also do the gcc port for s390 in house, Andreas Krebbel is the gcc s390 port maintainer and the whole gcc work focusses on -O3 -funroll-loops). I also tried the flagsearch run, which suggested -Os to be slightly faster, but this just uncovered a corner case gcc optimization problem for -O2 and -O3 for the GEMM kernel used in flagsearch. we want to fix this in gcc instead. I have verified that most other things (e.g. AXPY) run a lot slower with -Os (and having done 1.5 years of gcc work, I can say that -Os dont get a lot of attention)

     
  • R. Clint Whaley

    R. Clint Whaley - 2015-07-30
    • status: open --> closed-accepted
    • Group: --> developer
     

Log in to post a comment.