Skip to content
Snippets Groups Projects
  1. Feb 27, 2018
  2. Feb 26, 2018
  3. Feb 23, 2018
    • Giovanni's avatar
      Update v2.4.md · 4fcf26fe
      Giovanni authored
      Unverified
      4fcf26fe
    • Giovanni Bussi's avatar
      changelog · 47bddc07
      Giovanni Bussi authored
      47bddc07
    • Giovanni Bussi's avatar
      Fixed many simd directives. · 43bc1c97
      Giovanni Bussi authored
      It looks like there were many incorrect simd statements. In particular:
      - In all cases where a double was reduced, I added a reduction clause
      - In all cases where a Vector was reduced, I just removed the pragma
      
      This error lead to many failures in regtests when compiling with
      intel -O3. It looks we have to make sure a compiler with simd support
      is tested on travis-ci
      43bc1c97
    • Giovanni Bussi's avatar
      Small fix · 0379d784
      Giovanni Bussi authored
      Here I fix something I think might be wrong. In particular, if
      safe==false && alEqDis
      it looks like dist was initialized to the correct value but then not used.
      
      From the current code coverage it looks this path was never tried.
      Anyway, I am pretty sure the old code does not make sense.
      0379d784
  4. Feb 22, 2018
  5. Feb 20, 2018
    • Giovanni Bussi's avatar
      Fixed M_PI · 35f37040
      Giovanni Bussi authored
      With some compiler it is undefined. Notice that it is not in the c++
      standard.
      35f37040
  6. Feb 19, 2018
  7. Feb 13, 2018
  8. Feb 12, 2018
  9. Feb 11, 2018
Loading